/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
    font-family: 'Elegant Typewriter';
    src: url('/ELEGANT TYPEWRITER Regular.ttf');
}

@font-face {
    font-family: 'FTY IRONHORSE';
    src: url('/FTY_IRONHORSE_001.otf');
}


a {
  text-decoration: none;
}

a:link {
  color: #FFDEA4;
}

/* visited link */
a:visited {
  color: #A4744E;
}

/* mouse over link */
a:hover {
  color: #A32920;
}

/* selected link */
a:active {
  color: #FFDEA4;
}


table, th, td {
  border: 2px solid #9E9896;
  border-style: dashed;  
  border-collapse: collapse;
}

td:hover {
  background-color: rgb(77, 78, 85, 0.6) !important;  
  }

.blogheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3em;
  padding: 0.5em 0;
  }
  
  .blogdate {
  display: block;
  align-items: flex-end;
  justify-content: space-between;
  margin-right: 0;
  color: #ffeb99;
    }

.blurb {
  position: absolute;
  width: 60%;
  text-align: center;
  color: #F9F6EE;
  display: block;
  margin: auto;
  top: 13em;
  justify-content: center;
  }

.toscss {
  background-color: rgb(24, 21, 31, 0.75);
  display: block;
  width: 80%;
  left: 1em;
  right: 1em;
  border: 10px;
  border-radius: 10px;
  padding: 20px;
  margin: 5px;
  margin-bottom: 20px;
  text-align: justify;
  justify-content: center;
  }


  
  .tosgrid {
    display: grid;
    grid-template-areas: 
    "tosheader" 
    "toscss";
    grid-template-rows: 1fr 4fr;
    grid-template-columns: 1fr;
    width: 90%;
    }
  

.faqcss {
  background-color: rgb(24, 21, 31, 0.75);
  border: 20px;
  border-radius: 10px;
  padding: 20px;
  text-align: justify;
  margin: auto;
  width: 80%;
  justify-content: center;
  margin-bottom: 3em;
  }

.exampleart {
  display: flex;
  width: 80%;
  position: relative; 
  top: 0.5em;
  transition: all 100ms ease;
  transition-delay: 0ms;
  margin: 5px;
  flex-direction: column;
  }
  

.gallerycontainer {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  }


.ddi {
  display: inline-block;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  float: none;
  position: relative;
  width: 80%;
  }


li {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

/* Page content */
body {
  background-image: url('https://i.imgur.com/dp9dqew.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: 'Elegant Typewriter';
  min-height: 100vh;
  color: #F9F6EE;
  margin-left: 0;
  margin-top: 30%;
}

  .imgRotate {
   transition: all 100ms ease;
   transition-delay: 0ms;
  }
  
  .imgRotate:hover {
   transform: rotate(10deg);
  }
  
  .gallerycomm {
   display: inline-block;
   transition: all 100ms ease;
   transition-delay: 0ms;
   width: 90%; 
   margin: 3px;
  }
  
  .gallerycomm:hover {
   transform: translateY(-10px);
  }
    
  .exampleart:hover {
   transform: translateY(1px);
   opacity: 90%;
  }

    
    
   .description {
  display: block;
  position: relative;
  width: 80%;
  margin: auto;
  top: 1.5em;
  bottom: 1.5em;
  text-align: center;
  } 
  
  /*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 2em auto;
  width: 90%;
	max-width: 800px;
	background-color: rgb(24, 21, 31, 0.75);
  color: #F9F6EE; 
  outline-color: #D1A32E;
  outline-style: dashed;
  outline-width: 3px;
  outline-offset: 0;
}



#content {
  padding: 10px 5% 20px 5%;
}


/*HEADER STYLE*/
#header {
  background-color: #8F281A;
  background-image: url('https://i.imgur.com/BjGa94C.png');
  padding: 5%;
  border-color: #D1A32E;
  border-style: dashed;
  border-width: 0 0 3px 0;
}

  #headerwriting {
  background-color: #8F281A;
  background-image: url('https://i.imgur.com/H7j788R.png');
  padding: 5%;
  border-color: #868DA6;
  border-style: dashed;
  border-width: 0 0 3px 0;
  }

#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
}

/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

/*FOOTER STYLE*/
footer {
 width: 100%;
 z-index: 0;
 height: 5%;
 border-top: 1px solid #ccc;
 margin-bottom: auto;
  left: 0;
  bottom: 0;
  margin-top: 3em;
}
  
  .footercontent {
    left: 21%;
    text-align: center;
    }
 
   .sidenav {
    display: none;
    }
  
  
.wholetable {
  width: 85%;
  text-align: center;
  display: grid;
  margin: auto; 
  font-size: 13px;
  margin-top: 12em;
  top: 12em;
  }
  
  .archive {
    display: none;
    }
  
  
  #previewcontainer {
  margin: auto;
  width: 85%;
  left: 1em;
  right: 1em;
	background-color: rgb(24, 21, 31, 0.75);
  color: #F9F6EE; 
  outline-color: #D1A32E;
  outline-style: dashed;
  outline-width: 3px;
  outline-offset: 0;
  margin-bottom: 2em;
  margin-top: 10em;
}
 
 
   #previewcontainerwriting {
  margin: auto;
  width: 85%;
  left: 1em;
  right: 1em;
	background-color: rgb(24, 21, 31, 0.75);
  color: #F9F6EE; 
  outline-color: #868DA6;
  outline-style: dashed;
  outline-width: 3px;
  outline-offset: 0;
  margin-bottom: 2em;
  margin-top: 10em;
}
  
  
    .topnav {
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    height: 18%;
    background-color: black;
    font-size: 15px;
    box-shadow: 10px 5px 5px 7px rgba(0,0,0,.3);
    justify-content: center;
    align-items: center;
    z-index: 10;
    }
  
  .unnecessaryimages {
    display: none;
    }
    
  
  
  .frameinterior {
    display: grid;
    grid-template-areas: 
    "frameover" 
    "blurb";
    margin: auto;
    position: relative;
    width: 90%;
    }
  
    .fancyframe {
  display: block;
  margin: auto;
  width: 95%;
    }
  
  
  .frameover {
  display: grid;
  margin: auto;
  width: 70%;
  position: absolute;
  justify-content: center;
  left: 14%;
  top: 20%;
    }
  
  .blurb {
  position: absolute;
  width: 75%;
  text-align: center;
  color: #F9F6EE;
  display: grid;
  margin: auto;
  justify-content: center;
  top: 30%;
  left: 13%;
  }
  
        #link1 {
      display: flex;
      position: absolute;
      top: 72%;
      left: 28%
      }
      
    #link2 {
      display: flex;
      position: absolute;
      top: 72%;
      left: 43%
      }
      
    #link3 {
      display: flex;
      position: absolute;
      top: 72%;
      left: 58%
      }
  
  .homecontainer {
    display: grid;
    background-image: url('https://i.imgur.com/YWyvEOW.png');
    background-repeat: repeat;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    width: 85%;
    height: auto;
    margin: auto;
    padding: 2em;
    margin-top: 5%;
    position: relative;
    }
  
  .homepagewarning {
    height: auto;
    width: 100%;
    background: #881723;
    margin: auto;
    display: grid;
    align-items: center;
    border-radius: 10px;
    color: black;
    }
  
  .homegrid1 {
    display: grid;
    grid-template-areas: 
    "homenewsheader" 
    "homenewscontent";
    grid-template-rows: 0.8fr 3fr;
    height: auto;
    width: 95%;
    margin: auto;
    background-color: #56383E;
    border-radius: 10px;
    border-style: dashed;
    border-width: 3px;
    border-color: #ECD0A0;
    }
  
    .homenewsheader {
    padding: 10px;
    background-color: #472E33;
    text-shadow: 2px 2px 5px black;
    }
    
    .homenewscontent {
      padding: 10px;
      }
  
  .homegrid2 {
    display: grid;
    grid-template-areas: 
    "homewebnews";
    height: 400px;
    width: 95%;
    margin: auto;
    grid-gap: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    }
  
  .homemusic {
    display: none;
    }
  
    
    .homewebnews {
      grid-area: homewebnews;
      margin-top: 0;
      display: grid;
      grid-template-areas:
      "webnewsheader"
      "webnewscontent";
      grid-template-rows: 0.8fr 4fr;
      background-color: #56383E;
    border-radius: 10px;
    border-style: dashed;
    border-width: 3px;
    border-color: #ECD0A0;
      }
      
      .webnewsheader {
        background-color: #472E33;
        width: 100%;
        text-shadow: 2px 2px 5px black;
        }
        
      .webnewscontent {
        padding: 10px;
        }
        
      .spotlightcontainer {
        display: grid;
        background-image: url('https://i.imgur.com/oR3UtVm.png');
        background-repeat: repeat;
        grid-template-areas:
        "spotlight2"
        "spotlight1"  
        "spotlight3";
        grid-template-rows: 1fr 1fr 1fr;
        width: 90%;
        color: black;
        height: auto;
        margin: auto;
        text-align: center;
        padding: 15px;
        border-radius: 10px;
        }

.spotlight1 {
    background-color: rgb(44, 34, 17, 0.5);
      border-style: dashed;
    border-width: 3px;
    border-color: #181105;
    height: auto;
    margin: auto;
  }

.spotlight3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  }
  
  .moodboard {
    aspect-ratio: 1 / 1;  
    border-radius: 10px; 
    margin: auto;
    padding: 5px;
    width: 90%;
    }

.monthlyroundupgrid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 1em;
  width: 90%;
  height: auto;
  margin: auto;
  grid-template-areas:
  "monthlyroundup1" 
  "monthlyroundup2" 
  "monthlyroundup3";
  color: black;
  }
  
  .monthlyroundup1 {
    border-left-style: solid;
    border-left-color: #C6A5AA;
    border-left-width: 20px;
    background-color: #906B72;
    padding: 10px;
    }
    
      .monthlyroundup2 {
    border-left-style: solid;
    border-left-color: #C6A5AA;
    border-left-width: 20px;
    background-color: #906B72;
    padding: 10px;
    }
    
      .monthlyroundup3 {    
    border-left-style: solid;
    border-left-color: #C6A5AA;
    border-left-width: 20px;
    background-color: #906B72;
    padding: 10px;
    }

    
    
      .gridgames {
  display: grid;
  grid-gap: 1em;
  grid-template-areas: 
    "headergames"
    "sidebargames" 
    "contentgames"
    "warningsgames";
  width: 83%;
  padding: 10px;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  border-left-style: solid;
  border-left-width: 3em;
  color: #312D2B;
  box-shadow: 4px 4px 4px 4px rgba(0,0,0,.5);
  margin-bottom: 2em;
}

.headergames {
  grid-area: headergames;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: -0.5em;
}
.sidebargames {
  grid-area: sidebargames;
  margin: auto;
  margin-top: 0;
  padding: 5px;
}

.sidebargames img:hover {
  opacity: 80%;
  }

.sidebargames img {
  width: 80%;
  margin: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  margin-top: -0.5em;
  color: #312D2B;
  }

.contentgames {
  grid-area: contentgames;
  margin: auto;
  margin-top: 0;
  padding: 5px;
}
 
 .warningsgames {
  grid-area: warningsgames;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 2em;
  padding: 5px;
}
    
 #rhgames {
  border-image: url('https://i.imgur.com/xBCEqEV.png') 30 stretch; 
  background-color: #90977E; 
  grid-template-rows: 0.2fr 0.7fr 1.3fr 0.7fr;
  }
  
#pygfolgames {
  border-image: url('https://i.imgur.com/XEbSIku.png') 30 stretch; 
  background-color: #7E8997; 
  grid-template-rows: 0.2fr 0.9fr 1.5fr 0.5fr;
  }

#argames {
  border-image: url('https://i.imgur.com/o2bozyA.png') 30 stretch; 
  background-color: #A48B86; 
  grid-template-rows: 0.3fr 0.8fr 0.7fr 1.6fr;
  }   
    
  @media all and (max-width: 600px) and (orientation:portrait) 
{ 
  

  
  .tabgrid {
  display: grid;
  grid-template-areas: 
    "gallerytab1" 
    "gallerytab2" 
    "gallerytab3";
  grid-template-columns: 1fr;
  grid-gap: 1em;
  margin: auto;
  margin-top: 10em;
  position: relative;
  }

.gallerytab1, .gallerytab2, .gallerytab3 {
  height: 3em;
  margin: auto;
  display: grid;
  }
  
  
  .biggallerycontainer {
    width: 100%;
    border-radius: 10px; 
    background-color: rgb(24, 21, 31, 0.75);
    margin: auto;
    padding-top: 5px;
    box-shadow: 4px 4px 4px 4px rgba(0,0,0,.5);
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 3fr;
    }
        
   
     .bigimage, .smallimage {
    width: 90%;
    object-fit: cover; 
    aspect-ratio: 1 / 1;  
    border-radius: 10px; 
    border-style: solid; 
    border-color: #D1B200; 
    border-width: 2px;
    margin: auto;
      }
      

  
  .grid, gridhitmen, .gridodds {
    display: grid;
    grid-template-rows: 1fr 3fr;
    width: 80%;
    height: 30%;
    justify-content: center;
   align-items: center;
    background-color: rgb(24, 21, 31, 0.75);
    box-shadow: 5px 5px 7px black;
    margin: auto;
    border-radius: 8px;
    position: relative;
    top: 2em;
    margin-bottom: 1.5em;
    left: 5%;
    right: 5%;
    }
    
    .gridhitmen {
      background: url('https://i.imgur.com/QEdN3er.png');
      }
    
    .gridodds {
      background: url('https://i.imgur.com/uWNr1OM.png');
      }
    
  .sidebar, .headerhitmen, .headerodds {
  grid-template-columns: 25%;
  border-radius: 100%;
  height: 20%;
  z-index: 2;
  object-fit: contain;
  margin: 10px;
}

.sidebar, .headerhitmen, .headerodds img {
  border-radius: 100%;
  display: block;
  z-index: 2;
  padding: 0.5em;
  object-fit: contain;
  max-height: 150px;
  }  
  
  .content, .contenthitmen, .contentodds {
  grid-area: content;
  grid-template-columns: 50%;
  text-align: center;
}
  
}
  
@media only screen and (min-width: 768px) {
  .sidenav {
  display: inline-grid;
  width: 18%;
  height: 100%;
  justify-content: center;
  align-items: start;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding: 1em 1em 1em 0;
  background-image: url('https://i.imgur.com/SPozjTl.png');
  box-shadow: 10px 5px 5px 7px rgba(0,0,0,.3);
  color: #FFDEA4;
  font-size: 20px;
}

  .unnecessaryimages {
    display: block;
    }

.wholetable {
  width: 60%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; 
  left: 190px; 
  top: 120px; 
  margin: 10px; 
  margin-bottom: 130px;
  font-size: 25px;
  }
  
  .topnav {
    display: none;
    }
  
   .archive {
    position: fixed;
    margin: 5px;
    background-color: rgb(24, 21, 31, 0.75);
    background-image: url('https://i.imgur.com/tBnrSnf.png');
    width: 18%;
    height: auto;
    right: 5%;
    top: 10%;
    outline-color: #918861;
    outline-style: dashed;
    outline-width: 3px;
    outline-offset: 0;
    padding: 5px;
    overflow-y: auto;
    max-height: 70%;
    display: block;
    }

#previewcontainer {
  margin: 2em auto;
  width: 60%;
	max-width: 700px;
	background-color: rgb(24, 21, 31, 0.75);
  color: #F9F6EE; 
  outline-color: #D1A32E;
  outline-style: dashed;
  outline-width: 3px;
  outline-offset: 0;
  position: relative;
  left: -20%;
}

#previewcontainerwriting {
  margin: 2em auto;
  width: 60%;
	max-width: 700px;
	background-color: rgb(24, 21, 31, 0.75);
  color: #F9F6EE; 
  outline-color: #868DA6;
  outline-style: dashed;
  outline-width: 3px;
  outline-offset: 0;
  position: relative;
  left: -20%;
}

  .gallerycomm {
   display: inline-block;
   transition: all 100ms ease;
   transition-delay: 0ms;
   width: 180px; 
   margin: 3px;
  }
  
  .tosgrid {
    display: grid;
    grid-template-areas: 
    "tosheader" 
    "toscss";
    grid-template-rows: 1fr 4fr;
    grid-template-columns: 1fr;
    width: 60%;
    }
  
  .toscss {
  background-color: rgb(24, 21, 31, 0.75);
  display: block;
  width: 30em;
  border: 20px;
  border-radius: 10px;
  padding: 20px;
  margin: 5px;
  text-align: justify;
  }

  .tosheader { 
    display: grid;
  }


 .containerforboth {
  display: flex;
  flex-direction: row;
  width: 50em;
  left: -15em;
  margin: 3em;
  min-height: 500px;
  }

.faqcss {
  background-color: rgb(24, 21, 31, 0.75);
  border: 20px;
  border-radius: 10px;
  padding: 20px;
  text-align: justify;
  margin: auto;
  flex: 1 0 70%;
  right: 0;
  left: 0;
  }


  

.gallerycontainer {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  }
  
  body {
  margin-top: 0;
  margin-left: 25%;
  background-image: url('https://i.imgur.com/dp9dqew.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: 'Elegant Typewriter';
  color: #F9F6EE;
}

#header {
  background-color: #8F281A;
  background-image: url('https://i.imgur.com/BjGa94C.png');
  padding: 2%;
  border-color: #D1A32E;
  border-style: dashed;
  border-width: 0 0 3px 0;
  }
  
  #headerwriting {
  background-color: #8F281A;
  background-image: url('https://i.imgur.com/H7j788R.png');
  padding: 2%;
  border-color: #868DA6;
  border-style: dashed;
  border-width: 0 0 3px 0;
  }
  
  .tdstart {
    width: 250px;
    }
    
  .tdin {
    width: 140px;
    }
  
.exampleart {
  display: flex;
  width: 80%;
  width: 22em; 
  position: relative; 
  top: 0.5em;
  transition: all 100ms ease;
  transition-delay: 0ms;
  margin: 0 2em 1em 0;
  flex-direction: column;
  flex: 1 0 30%;
  }
  
  .faqcssheader {
  position: relative; 
  display: flex;
  justify-content: flex-end;
  margin-right: 3.5em;
  text-shadow: 2px 2px 5px black;
  margin-bottom: -1em;
  }
  
  
  .frameinterior {
    display: grid;
    grid-template-areas: 
    "frameover" 
    "blurb";
    width: 420px;
    left: 200px;
    }
  
  .fancyframe {
    position: absolute; 
    top: 50px;
    width: auto;
    }
  
  .frameover {
  display: grid;
  width: auto;
  position: absolute;
  margin: auto;
  top: 170px;
  left: 40px;
    }

.blurb {
  margin: auto;
  display: grid;
  position: absolute;
  width: 350px;
  text-align: center;
  color: #F9F6EE;
  left: 40px;
  top: 250px;
  }
  
  .imgRotate {
   display: inline-block;
   transition: all 100ms ease;
   transition-delay: 0ms;
  }
  
  .imgRotate:hover {
   transform: rotate(10deg);
  }


    #link1 {
      display: flex;
      position: absolute; 
      left: 610px; 
      top: 490px;
      }
      
    #link2 {
      position: absolute; 
      left: 610px; 
      top: 560px;
      }
      
    #link3 {
      position: absolute; 
      left: 610px; 
      top: 630px;
      }

.grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-areas: 
    "sidebar content";
  width: 65%;
  height: 25vh;
  background-color: rgb(24, 21, 31, 0.75);
  box-shadow: 5px 5px 7px black;
  margin: auto;
  border-radius: 8px;
  position: relative;
  top: 2em;
  margin-bottom: 1.5em;
}


.sidebar {
  grid-area: sidebar;
  grid-template-columns: 25%;
  overflow: hidden;
  align-self: center;
}

.sidebar img {
  border-radius: 100%;
  display: block;
  z-index: 2;
  padding: 0.5em;
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
  }

.content {
  grid-area: content;
  grid-template-columns: 50%;
  text-align: center;
}

.gridhitmen {
  background: url('https://i.imgur.com/QEdN3er.png');
  display: inline-grid;
  grid-template-rows: 1fr 3fr;
  justify-content: center;
  align-items: center;
  width: 27%;
  height: 57vh;
  background-color: rgb(24, 21, 31, 0.75);
  box-shadow: 5px 5px 7px black;
  border-radius: 8px;
  top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  position: relative;
  align-items: start;
  left: 5%;
}


.headerhitmen {
  grid-area: headerhitmen;
  grid-row: 1;
  margin: auto;
}

.headerhitmen img {
  border-radius: 10px;
  height: 170px;
  z-index: 2;
  object-fit: contain;
  border-style: solid;
  border-color: #242421;
  margin: 10px;
  }

.contenthitmen {
  grid-area: contenthitmen;
  position: relative;
  text-align: center;
  grid-row: 2;
  padding: 10px;
  padding-bottom: 10px;
  top: -35px;
}

.gridodds {
  background: url('https://i.imgur.com/eH5hJET.png');
  display: inline-grid;
  grid-template-rows: 1fr 3fr;
  justify-content: center;
  align-items: center;
  width: 27%;
  height: 57vh;
  background-color: rgb(24, 21, 31, 0.75);
  box-shadow: 5px 5px 7px black;
  border-radius: 8px;
  top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  position: relative;
  align-items: start;
  left: 5%;
}


.headerodds {
  grid-area: headerodds;
  grid-row: 1;
  margin: auto;
}

.headerodds img {
  border-radius: 100%;
  height: 170px;
  z-index: 2;
  object-fit: contain;
  margin: 10px;
  }

.contentodds {
  grid-area: contenthitmen;
  position: relative;
  text-align: center;
  grid-row: 2;
  padding: 10px;
  padding-bottom: 10px;
  top: -35px;
}

.description {
  display: block;
  position: relative;
  width: 55%;
  margin: auto;
  top: 1.5em;
  bottom: 1.5em;
  text-align: center;
  }
  
  .gridgames {
  display: grid;
  grid-gap: 1em;
  grid-template-areas: 
    "headergames headergames"
    "sidebargames contentgames"
    "warningsgames warningsgames";
  width: 73%;
  padding: 10px;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  border-left-style: solid;
  border-left-width: 3em;
  color: #312D2B;
  box-shadow: 4px 4px 4px 4px rgba(0,0,0,.5);
}

.headergames {
  grid-area: headergames;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: -0.5em;
}
.sidebargames {
  grid-area: sidebargames;
  height: 250px;
  margin: auto;
  margin-top: 0;
  padding: 5px;
}

.sidebargames img:hover {
  opacity: 80%;
  }

.sidebargames img {
  height: 280px;
  width: auto;
  margin: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  margin-top: -0.5em;
  color: #312D2B;
  }

.contentgames {
  grid-area: contentgames;
  margin: auto;
  margin-top: 0;
  padding: 5px;
}
 
 .warningsgames {
  grid-area: warningsgames;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 2em;
  padding: 5px;
}

.tabgrid {
  display: grid;
  grid-template-areas: 
    "gallerytab1 gallerytab2 gallerytab3";
  grid-template-rows: 1fr;
  grid-gap: 3em;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 3em;
  }

.gallerytab1, .gallerytab2, .gallerytab3 {
  height: 4.7em;
  transition: all 100ms ease;
  transition-delay: 0ms;
  }
  
  .gallerytab1:hover, .gallerytab2:hover, .gallerytab3:hover {
   transform: translateY(-10px);
  }
  
  .biggallerycontainer {
    width: 70%;
    border-radius: 10px; 
    background-color: rgb(24, 21, 31, 0.75);
    margin: auto;
    padding-top: 5px;
    display: grid;
    box-shadow: 4px 4px 4px 4px rgba(0,0,0,.5);
    }
  
  .gallerycontainer1 {
    display: grid;
    grid-template-rows: 4fr;
    grid-template-columns: 1fr 0.5fr 0.5fr 1fr;
    grid-gap: 0.5em;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
    width: 65%
    }
    
    .gallerycontainer2 {
    display: grid;
    grid-template-rows: 4fr;
    grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
    grid-gap: 0.5em;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
    width: 65%
    }
    
  .bigimage {
    height: 360px; 
    object-fit: cover; 
    aspect-ratio: 1.1 / 1.5;  
    object-position: 70% 70%; 
    border-radius: 10px; 
    border-style: solid; 
    border-color: #D1B200; 
    border-width: 2px;
    }
    
    .smallimage {
      height: 115px;
      object-fit: cover; 
    aspect-ratio: 1.3 / 1.5;  
    object-position: 70% 70%; 
    border-radius: 10px; 
    border-style: solid; 
    border-color: #D1B200; 
    border-width: 2px;
      }
  
  .bigimage:hover, .smallimage:hover {
    opacity: 70%;
    }
  
  .smallimagerow {
    display: flex;
    flex-direction: column;
    }
  
  .homecontainer {
    display: grid;
    background-image: url('https://i.imgur.com/YWyvEOW.png');
    background-repeat: repeat;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    width: 80%;
    height: auto;
    margin: auto;
    padding: 2em;
    margin-top: 5%;
    position: relative;
    border-radius: 10px;
    box-shadow: 5px 5px 7px black;
    }
  
  .homepagewarning {
    height: 2em;
    width: 100%;
    background: #881723;
    margin: auto;
    display: grid;
    align-items: center;
    border-radius: 10px;
    color: black;
    }
  
  .homegrid1 {
    display: grid;
    grid-template-areas: 
    "homenewsheader" 
    "homenewscontent";
    grid-template-rows: 0.8fr 4fr;
    height: 30em;
    width: 75%;
    margin: auto;
    background-color: #56383E;
    border-radius: 10px;
    border-style: dashed;
    border-width: 3px;
    border-color: #ECD0A0;
    }
  
  .homenewsheader {
    padding: 10px;
    background-color: #472E33;
    text-shadow: 2px 2px 5px black;
    }
    
    .homenewscontent {
      padding: 10px;
      }
  
  .homegrid2 {
    display: grid;
    grid-template-areas: 
    "homewebnews homemusic";
    grid-template-columns: 2fr 0.8fr;
    height: 400px;
    width: 85%;
    margin: auto;
    grid-gap: 1em;
    margin-top: 1em;
    }
  
  .homemusic {
    display: grid;
    align-items: flex-end;
    grid-area: homemusic;
    
    }
  
    
    .homewebnews {
      grid-area: homewebnews;
      margin-top: 0;
      display: grid;
      grid-template-areas:
      "webnewsheader"
      "webnewscontent";
      grid-template-rows: 0.8fr 4fr;
      background-color: #56383E;
    border-radius: 10px;
    border-style: dashed;
    border-width: 3px;
    border-color: #ECD0A0;
      }
      
      .webnewsheader {
        background-color: #472E33;
        width: 100%;
        text-shadow: 2px 2px 5px black;
        }
        
      .webnewscontent {
        padding: 10px;
        }
        
      .spotlightcontainer {
        display: grid;
        background-image: url('https://i.imgur.com/oR3UtVm.png');
        background-repeat: repeat;
        grid-template-areas:
        "spotlight1 spotlight2 spotlight3";
        grid-template-columns: 1fr 1fr 1fr;
        width: 90%;
        color: black;
        height: 25em;
        margin: auto;
        text-align: center;
        padding: 15px;
        border-radius: 10px;
        }

.spotlight1 {
    background-color: rgb(44, 34, 17, 0.5);
      border-style: dashed;
    border-width: 3px;
    border-color: #181105;
    height: 90%;
    margin: auto;
  }

.spotlight3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  }
  
  .moodboard {
    height: 120px;
    aspect-ratio: 1 / 1;  
    border-radius: 10px; 
    margin: 5px;
      }

.monthlyroundupgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  width: 95%;
  height: 35em;
  margin: auto;
  grid-template-areas:
  "monthlyroundup1 monthlyroundup2 monthlyroundup3";
  color: black;
  }
  
  .monthlyroundup1 {
    border-left-style: solid;
    border-left-color: #C6A5AA;
    border-left-width: 20px;
    background-color: #906B72;
    padding: 10px;
    }
    
      .monthlyroundup2 {
    border-left-style: solid;
    border-left-color: #C6A5AA;
    border-left-width: 20px;
    background-color: #906B72;
    padding: 10px;
    }
    
      .monthlyroundup3 {    
    border-left-style: solid;
    border-left-color: #C6A5AA;
    border-left-width: 20px;
    background-color: #906B72;
    padding: 10px;
    }

#rhgames {
  border-image: url('https://i.imgur.com/xBCEqEV.png') 30 stretch; 
  background-color: #90977E; 
  grid-template-rows: 0.6fr 2.2fr 1.3fr; 
  grid-template-columns: 1fr 2.8fr;
  }
  
#pygfolgames {
  border-image: url('https://i.imgur.com/XEbSIku.png') 30 stretch; 
  background-color: #7E8997; 
  grid-template-rows: 0.6fr 3.4fr 0.8fr; 
  grid-template-columns: 1fr 2.8fr;
  }

#argames {
  border-image: url('https://i.imgur.com/o2bozyA.png') 30 stretch; 
  background-color: #A48B86; 
  grid-template-rows: 0.6fr 2fr 1.5fr; 
  grid-template-columns: 1fr 2.8fr;
  }

}