@font-face {
    font-family: MONO; 
    src: url(fonts/VCR_OSD_MONO_1.001.ttf); 
}

@font-face {
    font-family: Daydream;
    src: url(fonts/SuperPixel.ttf);
}


body {
    text-align: center;
    background-image: url("assets/grass.jpg");
    font-family: MONO;
}

li {
   display: inline-block;
   transition: all .2s ease-in-out;
}
    
li:hover {
    transform: scale(1.3);
}

p {
    font-family: MONO; 
    color: #000000;
}

h1 {
    font-family: Daydream;
    color: #000000;
}

.parentcontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.container-with-float2 {
    position: sticky;
    justify-content: center;
    padding: 10px;
    text-align: center;  
    width: 200px; 
    background-color: #2A4D14; 
    border: 5px solid #f9cd1b;
    border-radius: 10px; 
}

.container-with-float2 img {
    max-height: 100%;
}

.party {
    text-align: center;
    background-image: url(assets/club.jpg);
    border-radius: 15px;
    width: 240px;
    justify-content: center;
    max-height: 100%; max-width:100%;
}

.mainheader {
    text-align: center; 
    background-color: #379555;
    border: 3px solid #f9cd1b;
    border-radius: 20px; 
    justify-content: center;
    margin: auto;
    width: 950px;
    padding: 30px;
}

.header {
    text-align: center; 
    background-color: #379555;
    border: 3px solid #f9cd1b;
    border-radius: 20px; 
    justify-content: center;
    margin: auto;
    width: 500px;
}

.navigation {
    text-align: center; 
    background-color: #ffffff;
    border-radius: 20px; 
    justify-content: center;
    margin: auto;
    width: 800px;
    font-family: Dico;
}

.sidenote {
    text-align: center; 
    background-color: #379555;
    border: 3px solid #f9cd1b;
    border-radius: 20px; 
    justify-content: center;
    margin: auto;
    width: 500px;
}

.mainabout {
    border: 3px solid #f9cd1b;
    border-radius: 20px; 
    height: 270px;
    padding: 15px;
    background-color: transparent;
} 

.mainabout img {
    float: left
}
.mainabout a {
    text-align: center;
}
    
.media-listing{
    text-align: left;
    background-color: #dcde5f;
    border: 3px solid #f9cd1b;
    border-radius: 20px; 
    padding:15px;
}
    
.media {
    text-align: left;
    background-color: #c08403;;
    border: 3px solid #f9cd1b;
    border-radius: 20px;
    padding: 15px;
    overflow-x: scroll;
}

.media img {
    height: 200px;
    width: 147px;
    padding: 5px;
    border: 3px solid #f9cd1b;
    border-radius: 20px;
}

.media tr {
  padding: 10px;
}

.artdisplay {
    text-align: center; 
    background-color: #379555;
    border: 3px solid #f9cd1b;
    border-radius: 10px; 
    justify-content: center;
    margin: auto;
    width: 1000px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #a7a7a7;
    border: 3px solid #f9cd1b;
    border-radius: 10px; 
    margin: auto;
}

.gallery-item {
    margin: 5px;
    border: 1px solid #ccc;
    width: 180px;
}


.gallery-item:hover {
    border: 1px solid #777777;
}  

.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-item .desc {
    padding: 15px;
    text-align: center;
    font-family: Dico;
}

.Section {
    text-align: center; 
    border-style: double; 
    background-image: url("assets/envelope.jpg"); 
    background-size: 100%;
    border-radius: 20px; 
    justify-content: center;
    background-position: left top;
    background-repeat: repeat;
    margin: auto;
    width: 700px;
}
          
.Entry {
    position: relative;
    text-align: center; 
    border-style: double; 
    border-radius: 20px; 
    justify-content: center;
    background-image: url("assets/paper.jpg");
    background-position: left top;
    background-repeat: repeat;
    margin: auto;
    width: 800px;
    height: 400px;
    overflow: scroll;
    padding: 35px;
}

  .Entryimages:img {
    height: 200px;
    width: 200px;
  }

.links {
    text-align: center;
    border-style: double;
    background-color: #9b9a9a;
    border-radius: 20px;
    justify-content: center;
    margin: auto;
    width: 900px;
}

.badgesection {
    background-image: url("assets/steel.jpg");
    border-radius: 20px;
    border: double 3px black;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 700px;
}


.lower {
    text-align: center; 
    background-color: #379555;
    border: 3px solid #f9cd1b;
    border-radius: 10px;
    justify-content: center;
    margin: auto;
    width: 950px;
}

.container-with-float1 {
    position: sticky;
    justify-content: center;
    padding: 10px;
    text-align: center;
    width: 200px; 
    background-color: #2A4D14; 
    border: 5px solid #f9cd1b;
    border-radius: 10px; 
}

.container-with-float1 img {
    max-height: 100%;
}

.bash {
    background-image: url("assets/webwave.gif");
    background-size: 100%;
    border-color: 3px dotted #f9cd1b;
    border-radius: 15px; 
    height: 150px;
    align-items: center;
}
  
.sites {
    background-image: url("assets/brain.gif");
    background-size: 100%;
    border-color: 3px dotted #f9cd1b;
    border-radius: 15px; 
    height: 150px;
    width: 198px;
    color: white;
    align-items: center;
}

/* ===== DARK MODE STYLES ===== */
body.dark-mode {
  background-image: url("assets/bluesparkle.gif") !important;
  background-repeat: repeat;
}

body.dark-mode p {
    color: #eeff0a;
}

body.dark-mode h1 {
    color: #eeff0a;
}

body.dark-mode .container-with-float2 {
    background-color: #383eec;
}

body.dark-mode .party {
    background-image: url(assets/nightclub.jpg);
}

body.dark-mode .mainheader {
    background-color: #000000;
}

body.dark-mode .header {
    background-color: #000000;
}

body.dark-mode .sidenote {
    background-color: #000000;
}

body.dark-mode .media-listing {
    background-color: #911bbd;
}

body.dark-mode .media {
    background-color: #f22d58;
}

body.dark-mode .artdisplay {
    background-color: #ff00b7;
}

body.dark-mode .gallery {
    background-color: #000000;
}

body.dark-mode .links {
    background-color: #000000;
}

body.dark-mode .lower {
    background-color: #000000;
}

body.dark-mode .container-with-float1 {
    background-color: #383eec;
}
