/* 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." */


body {
  background-color: #1B4061;
  color: black;
  font-family: "IM Fell English", serif;
  margin: 0;
  background-image: url('winter-background.gif');
  /*background-attachment: fixed;*/
  background-repeat: repeat;
  background-position: -40px -40px;
  padding-bottom: 20px;
}

.content {
  max-width: 1200px;
  margin: 0 20px;
  padding: 10px 20px;
  background-color: rgba(240,230,210,.9);
}

@media (min-width: 1280px) {
  .content {
    margin: 0 auto;
  }
}

p {
  margin-bottom: 30px;
  margin-top: 20px;
}

.hero p {
  margin-bottom: 0px;
}

p:last-child {
  margin-bottom: 10px;
}

.title {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
  color: red; /* Text color */
  text-shadow: 
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white,
    -2px  0   0 white,
     2px  0   0 white,
     0   -2px 0 white,
     0    2px 0 white;
  font-size: 80px;
  margin: 20px 0 0;
  text-align: center;
}

.info {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.galleryInfo { 
   padding: 10px;
}


@media (min-width: 480px) {
 .galleryInfo { 
   padding: 10px 20px;
   min-width: calc((100% - 80px) / 3 - 40px);
  }
}

@media (min-width: 480px) {
  .info {
    font-size: 40px;
  }
}

h2 {
  line-height: 40px;
  font-size: 40px;
  margin: 0;
  font-weight: normal;
}

@media (min-width: 480px) {
  h2 {
    line-height: 50px;
    font-size: 50px;
  }
}

.lore {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: justify;
}

@media (min-width: 480px) {
  .title {
    font-size: 100px;
  }
}

@media (min-width: 900px) {
  .title {
    font-size: 140px;
  }
}

.illuminated {
  font-family: "UnifrakturMaguntia", cursive;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: 20px;
}

.rule {
  width: 100vw;
  height: 140px;
  background-image: url('garland.gif');
  background-repeat: repeat-x;
  background-position: left center;
  display: block;
  background-size: 100vw;
  margin-top: -10px;
}

@media (min-width: 480px) {
  .rule {
    height: 110px;
     background-size: 50vw;
  }
}

@media (min-width: 800px) {
  .rule {
    height: 120px;
     background-size: 33vw;
  }
}

@media (min-width: 1200px) {
  .rule {
     background-size: 25vw;
  }
}

.rogueStateLogo {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}

.rogueStateDiscord {
  max-width: 225px;
  width: 100%;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.christmasMarines {
  max-width: 400px;
  width: 100%;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: black !important;
  text-decoration-thickness: 3px;
}

.hitCounter {
  height: 106px;
}

table td *:not(:first-child) {
  display:none;
}

table td img {
  width: 296px;
  height: 100px;
  image-rendering: pixelated;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 20px;
}

.gallery img{
  width: 100%;
  margin-bottom: 20px;
  border: 4px solid rgba(240,230,210,.9);
}

@media (min-width: 800px) {
 .gallery img {
   width: calc((100% - 40px) / 2);
 }
}

@media (min-width: 1200px) {
 .gallery img {
   width: calc((100% - 60px) / 3);
 }
}

.author {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
  color: red; /* Text color */
  text-shadow: 
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white,
    -2px  0   0 white,
     2px  0   0 white,
     0   -2px 0 white,
     0    2px 0 white;
  font-size: 40px;
  text-align: center;
  margin: 20px 20px 0;
}

.authorTag img {
  image-rendering: pixelated;
}

.hero-aquila {
  display: block; 
  margin: 0 auto 20px;
  image-rendering: pixelated;
}

.small-aquila {
  display: none;
}

@media (min-width: 480px) {
 .small-aquila {
   display: unset;
 }
}

.clickHere {
  margin-bottom: 20px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 40px;
  border: 4px solid rgba(240,230,210,.9);
  background-image: url('bg.png');
}


.heroAquila {
  image-rendering: pixelated;
}

.clickHere .heroAquila:first-child {
  display: none;
}


@media (min-width: 900px) {
 .clickHere .heroAqulia:first-child {
    display: unset;
  }
}



@media (min-width: 480px) {
 .clickHere {
    font-size: 60px;
  } 
}

.clickHere .flexCenter {
  flex-direction: column;
  justify-content: space-around;
}
  

@media (min-width: 900px) {
 .clickHere .flexCenter {
    flex-direction: row;
  }
    
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}