@font-face {
  font-family: ChangaOne;
  font-display: auto;
  src: url('../fonts/ChangaOne-Regular.ttf');
}

@font-face {
  font-family: Nunito;
  font-display: auto;
  src: url('../fonts/Nunito-Regular.ttf');
}

@font-face {
  font-family: LondrinaSolid;
  font-display: auto;
  src: url('../fonts/LondrinaSolid-Regular.ttf');
}

html, body {
  background-color: #fffffbff;
  font-family: 'Nunito', sans-serif;
}

h2{
  font-family: 'LondrinaSolid', sans-serif;
  margin-bottom: 30px;
}

h3{
  font-family: 'LondrinaSolid', sans-serif;
}

p{
  font-size: 1.2rem;
}

iframe{
  max-width: 560px;
  max-height: 315px;
}


.containerParallax {
  display: block;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.containerParallax section.parallaxed{
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}


.containerParallax section:nth-child(1) .image {
  background-image: url('../images/effie-game-landscape-background.jpg');
  /*transform: translate(0,-50px);*/
}
.containerParallax section:nth-child(2) .image {
  background-image: url('../images/oblena-effie-game-background.jpg');
}
.containerParallax section:nth-child(3) .image {
  background-image: linear-gradient(to bottom, #fafafbe0, #ffffffe0), url('../images/oblena-effie-game-background.jpg');
  background-repeat: no-repeat;
  background-position: 100%;
  background-color: #fff;
}
.containerParallax section:nth-child(5) .image {
  background-image: linear-gradient(to bottom, #fafafbe0, #ffffffe0), url('../images/windmills-key-effie-game-background.jpg');
  background-repeat: no-repeat;
  background-position: 100%;
  background-color: #fff;
}
.containerParallax section:nth-child(6) .image {
  background-image: url('../images/galand-landscape-banner.jpg');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}

.containerParallax section.parallaxed .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 200%;
  position: absolute;
  z-index: 500;
  opacity: 1;
}

.containerParallax section.parallaxed .stuff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  margin: 0 auto;
  font-size: 26px;
  position: relative;
}

.containerParallax section.parallaxed .stuff:before, .container section .stuff:after {
  width: 100%;
  height: 1px;
  display: none;
  background-color: #d35400;
  content: "";
  margin: 30px 0;
}

.boost-ymargin{
  margin: 50px 0;
}

.at-twitter {
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #f1c40f;
  z-index: 5000;
}
.at-twitter:visited {
  color: #f1c40f;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

.row{
  margin-right: 0;
  margin-left: 0;
}

.container{
  padding-left: 0;
  padding-right: 0;
}

.btn-success:focus, .btn-primary focus{
  color: #fff!important;
  background-color: #28a745ff!important;
  border-color: #28a745ff!important;
  box-shadow: none!important;
  text-decoration: none!important;
  opacity: 1!important;
}

#galand-home{
  height: 75%;
  display: block;
  flex-direction: column;
  text-align: center;
  flex-wrap: nowrap;
  z-index: 1000;
  position: relative;
}

#galand-home img{
  display: none;
  position: absolute;
  bottom: -125px;
  margin: 0 auto;
  transform: translate(-12%,40%); 
  width: 600px;
  height: auto;
}

#effie-logo{
  height: 100%;
  display: inline;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 1000;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}

#effie-logo img{
  width: 75%;
}

.special-sections{
  width: 100%;
  max-width: -webkit-fill-available;
  min-width: 100%;
  z-index: 3000;
}

#ps4-exclusive-banner{
  /*background-image: radial-gradient(at 50% 0, #494f5c, #171a21);*/
  max-width: 1500px;
}

#steam-banner{
  background-color: #171a21;
}

#humble-banner{
  background-color: #494f5c;
}

#steam-exclusive-banner{
  background-image: url('../images/effie-game-steam-banner.png');
  background-size: cover;
  background-position: top right;
  min-height: 306px;
}
/*
#ps4-exclusive-banner div:first-child img{
  position: relative;
  margin: 50px 20px 0;
  z-index: 5000;
}*/

#ps4-exclusive-banner h2, #steam-banner h2, #humble-banner h2{
  z-index: 5000;
  margin: 10px;
  position: relative;
}

#stores-section{
  background-color: #fafafb;
}

.banner-title{
  color: #212529;
  font-size: 1em;
  margin: 0;
  padding-top: 30px;
}

.containerParallax section.parallaxed.percent70{
  height: 125vh;
}

.containerParallax section.parallaxed.percent40{
  height: 50vh;
}

.containerParallax section.parallaxed.percent70 .stuff {
  height: 100%;
  transform:translate(0,0);
}

.width100{
  max-width: 100%;
}

/*
#ps4-exclusive-banner .btn-primary, #ps4-exclusive-banner .btn-primary:hover, #ps4-exclusive-banner .btn-primary:active, #ps4-exclusive-banner .btn-primary:visited{
  background-color: #003399;
  border: 0;
}*/

#steam-banner .btn-primary, #steam-banner .btn-primary:hover, #steam-banner .btn-primary:active, #steam-banner .btn-primary:visited{
  background-color: #5c7e10;
  border: 0;
}

#nswitch-section .btn-primary, #lrg-section .btn-primary, #ps4-exclusive-banner .btn-primary, #humble-banner .btn-primary:hover, #humble-banner .btn-primary:active, #humble-banner .btn-primary:visited{
  background-image: radial-gradient(at 50% 0, #ef9943, #ef5d43);
  border: 0;
}

#mc_embed_signup {
  margin: 10px auto;
  text-align: center;
}

#mailing-list{
  background-color: #fafafb;
  background-size: cover;
}

#mce-EMAIL {

    background-color:#ffffff; 
    width: 300px;
    height: 48px;
    border: none;
    color: black;
    font-size: 18px;
    text-align: left; 
    border-radius: 4px 0 0 4px;
    padding-left: 10px;
}

#mc-embedded-subscribe-form{
    font-size: 0;
}

#mc-embedded-subscribe {

    color: white;
    font-size: 18px;    
    width: 150px;
    height: 48px;
    border: none;
    background-color: #48a6e0; 
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

#mc-embedded-subscribe:hover {
    -webkit-transition: background-color .5s ease-out;
    cursor: pointer;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    background-color: #d09b31;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 0.5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    opacity: 0.5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    opacity: 0.5;
}

* {
    padding: 0px;
    margin: 0px;
}

*:focus {
    outline: 0;
    background: transparent;
}

a {
    text-decoration: none;
    color: white;
    opacity: 1.0;
    cursor: pointer;
    -webkit-transition: 0.4s;
    backface-visibility: hidden;
    transition: 0.4s;
}

a:hover {
    opacity: 0.5;     
    text-shadow: 0 0 10px #fff;
}

*:focus {
    outline: none;
}

#mailing-list h2{
  margin-bottom: 0px;
}

h2 small{
  color: #838b93;
  font-family: 'Nunito', sans-serif;
  font-size: 35%;
}

.ccDiv{
  background-color: #fafafb;
  background-size: cover;
}

i{
  margin-right: 10px;
}

.fa-youtube{
  color: #c64e4d;
}

.fa-external-link-alt{
  margin-left: 15px;
}

.social-section div{
  min-height: 60px;
}

#sm-inst{
  background: -webkit-linear-gradient(left, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#sm-twit{
  background: -webkit-linear-gradient(left, #00aced, #0081ce);
}

#sm-face{
  background: -webkit-linear-gradient(left, #3b5998, #2b4170);
}

#sm-game{
  background: -webkit-linear-gradient(left, #c10026, #92011e);
}

.ratingsRow{
  background-color: #fafafb;
  background-size: cover;
}

footer{
  background-color: #211916;
  background-size: cover;
}

@media (min-width: 767px){
  #galand-home img{
    display: none;
    position: absolute;
    bottom: -150px;
    transform:translate(-8%,40%);
    width: 750px;
  }

  #effie-logo img{
    width: 450px;
  }

  #steam-banner, #ps4-exclusive-banner, #humble-banner{
    padding-right: 20px;
    padding-left: 20px;
  }

  #steam-banner, #humble-banner{
    margin-left: 0;
    margin-right: 0;
  }

  .banner-title{
    font-size: 2rem;
  }

  .containerParallax .double-size{
    height: 100vh;
  }

  .containerParallax section.parallaxed.percent70{
    height: 80vh;
  }

  .containerParallax section.parallaxed.percent40{
    height: 40vh;
  }

}

@media (min-width: 1000px){
  .containerParallax section.parallaxed.percent70{
    height: 65vh;
  }
}

@media (min-height: 920px){
  .containerParallax section.parallaxed.percent70{
    height: 50vh!important;
  }
}

@media (min-width: 1200px){

  .containerParallax section.parallaxed{
    height: 50vh;
  }

  #galand-home img{
    display: block;
    position: absolute;
    bottom: -120px;
    transform:translate(0%,20%);
    width: 700px;
  }

  #effie-logo{
    transform:translate(-15%,0);
    max-width: 35%;
  }
}

@media (min-width: 1400px){

  .containerParallax section.parallaxed{
    height: 75vh;
  }

  #galand-home img{
    display: block;
    position: absolute;
    bottom: -150px;
    transform:translate(0%,25%);
    width: initial;
  }

  #effie-logo{
    transform:translate(-5%,0);
    max-width: 41.666667%;
  }
  
  #steam-banner, #ps4-exclusive-banner, #humble-banner{
    padding-right: 100px;
    padding-left: 100px;
  }
}

.nintendo-color{
  color: #dd2020;
}

.ps4-color{
  color: #003791;
}