body, html{
  height:100%;
  margin:0;
  font-size:16px;
  font-family:"Lato", sans-serif;
  font-weight:400;
  line-height:1.8em;
  color:#666;
}

.pimg1{
  position:relative;
  opacity:1;
  background-position:center;
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.pimg2, .pimg3{
  position:relative;
  opacity:1;
  background-position:center;
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.pimg1{
  background-image:url('../img/poster_A3_web.png');
  min-height:350px;
}

.pimg2{
  background-image:url('../img/ESA_Bexus_-7.jpg');
  min-height:400px;
}

.pimg3{
  background-image:url('../img/the_iss_against_the_northern_aurora_by_gamersan_d6p1unz-pre.jpg');
  min-height:400px;
}

.video{
  width: 40%;
  float: right;
  margin-top: -20px;
}


.section{
  text-align:center;
  padding:50px 120px;
}

.section-light{
  background-color:#f4f4f4;
  color:#666;
}

.section-dark{
  background-color:#282e34;
  color:#ddd;
}

.section-blue{
  text-align:left;
  background-color:#272435;
  color:#ddd;
}

.section-red{
  text-align:left;
  background-color:#bd1e2c;
  color:#eee;
}

.section-yellow-2{

  padding:1px 1px;
  height: 0px;
  text-align:left;
  background-color:#fdc807;
  color:#333;
}

.section-black-2{
  padding:1px 1px;
  height: 0px;
  text-align:left;
  background-color:#000;
  color:#333;
}

.section-yellow{

  text-align:left;
  background-color:#fdc807;
  color:#333;
}

.section-black{
  text-align: left;
  background-color:#000;
  color:#ddd;
}

a{
  color:inherit;
  text-decoration: none;
}

h1{
  font-size: 40px;
  line-height: normal;
}

h2{
  font-size: 30px;
  line-height: normal;
}

h6{
  font-size: 14px;
  line-height: normal;
}

.redtext{
  color: #bd1e2c;
}

.yellowtext{
  color: #fdc807;
  
}

.lighttext{
  color: #aaa;
}

.darktext{
  color: #333;
}

.section-blacknp{
  text-align:left;
  background-color:#000;
  color:#ddd;
}

.ptext1{
  position:absolute;
  top:17%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:185px;
  letter-spacing:6px;
  text-transform:uppercase;
  background-image:url('../img/oscar_logo.png');
  background-size: contain;
  background-position:center;
  background-repeat:no-repeat;

}

.ptext{
  position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:8px;
  text-transform:uppercase;


}
.ptext3{
  position:absolute;
  top:25%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:8px;
  text-transform:uppercase;


}

.ptext3 .border{
  background-color:transparent;
  color:#fff;
  text-shadow: 1px 1px 2px #000;
  padding:20px;
}

.ptext3 .border.trans{
  text-align: center;
  background-color:transparent;
}

.ptext .border{
  background-color:transparent;
  color:#fff;

  text-shadow: 2px 1px 4px #000;
  padding:20px;
}

.ptext .border.trans{
  text-align: center;
  background-color:transparent;
}

@media(max-width:578px){
  .pimg1, .pimg2, .pimg3, .pspace{
    background-attachment:scroll;
    min-height:275px;
  }
  .pimg1{
    background-image:url('../img/poster_A3_web.png');
    /*min-height:275px;*/
  }
  .section{
    text-align: left;
    padding:50px 20px;
  }
  .section-yellow-2{
    padding:1px 1px;
    height: 0px;
  }
  .section-black-2{
    padding:1px 1px;
    height: 0px;
  }
  .ptext1{
    position:absolute;
    margin-left: 15%;
    top:5%;
    width:70%;
    color:#000;
    font-size:185px;
    letter-spacing:6px;
    text-transform:uppercase;
    background-image:url('../img/oscar_logo.png');
    background-size: contain;
    background-position:center;
    background-repeat:no-repeat;
  }
  .ptext{
    position:absolute;
    /*margin: 0 auto;*/
    top:50%;
    width:100%;
    text-align:center;
    color:#000;
    font-size:22px;
    letter-spacing:8px;
    text-transform:uppercase;
  }
  .ptext3{
    position:absolute;
    /*margin: 0 auto;*/
    margin-left: 1%;

    top:14%;
    width:100%;
    text-align:center;
    color:#000;
    font-size:21px;
    letter-spacing:8px;
    text-transform:uppercase;
  }

  h1{
    font-size: 32px;
    }
  h2{
      font-size: 26px;

  }
  h6{
    font-size: 10px;
    line-height: normal;
    text-align:center;
    letter-spacing:4px;

  }
  .ptext .border{
    background-color:transparent;
    color:#fff;
    padding:0px;
  }
  .video{
    width: 95%;
    float: none;
    position: center;
    margin-top: 0px;
    margin-left: 2%;
  }
  video {
  width: 100%    !important;
  height: auto   !important;
  }
}

@media(max-width:1250px){
  .section-black{
    background-image:none;
  }
  .video{
    width: 95%;
    float: none;
    margin-top: 0px;
  }
}
