body#illuminaria {
  background-repeat: no-repeat;  
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto 100vh;
  background-attachment: fixed;
  background-image: url(../img/Site_Background_16.jpg);
  background-color: #082833;
  height: 100%;

    /*background-color: #192654;*/
    color: white;
    text-shadow: #222;
}

#logo {
    margin: 0 auto;
    display: block;
}

#illuminaria p, #illuminaria ul li, #illuminaria h2 {

  text-shadow: 2px 2px black;;
}

#illuminaria a {
  color: #12b4b4;
}


#tagline-container{
    margin-top: 10px;
}

#tagline {
    font-family: urbane,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 1.5rem;
    text-transform: uppercase;
}

#description-container {
  margin-top: 20px;
}


#description {
    color: #dddddd;
    text-align: justify;
    font-size: 1.1rem;
    text-shadow: #222;
}

.feature-gif {
  background: #0f151487;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  height: 410px;
}

.feature-gif img {
  margin-top: 10px;
  margin-bottom: 10px ;
}

#features {
  color: #dddddd;
  text-align: justify;
  font-size: 1.1rem;
  text-shadow: #222;

  background: #0f151454;
  border-radius: 10px;
  padding: 20px;
}

.call-to-action {
  border: 1px solid #3a7d94;
  background: #219da242;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.call-to-action h2 {
  color: white;
}

.cta-link{
  display: block;
  color: white;
}

.cta-link:hover {
  text-decoration: none;
}

#documents {
    color: #dddddd;
    text-align: justify;
    font-size: 1.1rem;
}



.section {
    margin-bottom: 30px;

}




/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
    color: #fff;
  }
  .social-icons, #menu-social {
    position: relative;
    text-align: center;
  }
  #secondary .widget .social-icons {
    text-align: left;
  }
  
  .social-icons {
      padding-top: 15px;
  }
  
  .navbar .social-icons {
      padding-top: 5px;
  }


  #menu-social ul {
    margin: 0;
    padding: 0;
  }

  #menu-social li{
      border: none;
      display: inline-block;
      margin: 0;
  }

  .social-icons li a i {
    text-shadow: none;
    color: white;
    font-size: 40px;
    margin-left: 10px;
  }



  #menu-social li a i:hover {
    color: #0c9e9e;
  }


/*Mailing list */

  #mc_embed_signup {
    background: #0f151487;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
  }

  #mc-embedded-subscribe {
    background-color: #0c9e9e;
    border-color: #0c9e9e;

  }

  /*Gallery*/

  .lg-thumb, .lg-thumb2 {
    padding-bottom: 20px;
  }

  .blue-border {
    border: 1px solid #3a7d94;
  }

  /*Credits*/

  #credits {
    text-align: center;
  }


  /*Steam Widget*/

  .embed-container-steam { position: relative; /*padding-bottom: 23%; height: 0;*/ height:200px; overflow: hidden; width: 100%; } 
  .embed-container-steam iframe, .embed-container-steam object, .embed-container-steam embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;

}

.btn-store {
  margin-bottom: 20px;

}

#privacy-policy {
  color: white;
}