@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto:100');

body {
    background-image: url("../img/bg-stars.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #000;
    color: #fff;
    padding-top: 250px;
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4 {
    text-transform: capitalize;
    padding-bottom: 20px;
    font-weight: 100;
    color: #e8ad13;
}

h3 {
    font-size: 2.5em;
}
h4 {
    font-size: 2em;
}

a {
    color: #59c8ff;
}

.fixed {
    position: fixed;
}

.earth-hidden {
    display: none;
}



/*---- Nav ----*/

.logo {
  width: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 20px 0px;
}
.logo.shrink {
  width: 0%;
}
.navbar {
padding-top: 25px;
z-index: -100;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 35px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav>li>a.shrink {

    padding: 15px 12px;
}

nav.navbar{
   width: 100%;
   -webkit-transition: all 0.1s ease;
   transition: all 0.1s ease;
   overflow: hidden;
}

nav.navbar.shrink {
  width: 100%;
}

.affix {
    position: fixed;
    top: 50px;
    width:100%;
}

.affix, .earth-affix
{
     //min-height: 585px;
}

.earth-affix
{
    min-height: 0;
}
  
  
  
.pl-1 {
    padding-left: 50px;
}


.earth {
    top: 0; 
    left: 0; 
    padding: 0; 
    margin: 0;
    z-index: -100;
}
  

.earth-overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    padding: 0; 
    margin: 0;
}
  
.layer-description {
    line-height: 2em;
    margin-bottom: 150px;
    padding: 50px;
    position: relative;
    background-color:rgba(3, 64, 100, 0.5);
    background: -moz-linear-gradient(top, rgba(3, 64, 100, 0.5) 10%, rgba(0, 112, 170, 0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(3, 64, 100, 0.5) 10%, rgba(0, 112, 170, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(3, 64, 100, 0.5) 10%, rgba(0, 112, 170, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

.layer-description:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 30px;
      border-style: solid;
      border-color: transparent rgba(3, 64, 100, 0.4) transparent transparent;
      top: 60px;
      left: -60px;
}

.glyphicon  {
  color: #fff;

}
.next, .tofooter {
    font-size: 30px;
    display:block;
    padding-top: 20px;
    text-align: center;
  animation-name: pulse_animation;
	animation-duration: 2500ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes pulse_animation {
	0% { opacity: 1; }
	30% { opacity: 1; }
	50% { opacity: 0.2; }
	70% { opacity: 1; }
	100% { opacity: 1; }
}

.footer {
  color: #fff;  
}

.outro {
    line-height: 2em;
    padding-left: 100px;
}

.supporters {
  color: #b4c6d1;

  padding-bottom: 50px;  
}

.supporter {
  margin: 0px 90px 50px 0px;
  opacity: 0.7;
  float: left;
  position: relative;
}
.supporter img{
    left: 0;
    bottom: 0;
}

.supporter:hover{
  opacity: 1;  
}

.airport {
  padding: 100px 0px;
}

.copyright {
  text-align: center;
  font-size: 11px;
  color: #fff;  
  padding-bottom: 25px;
}
.copyright a{
  text-decoration: none;
  color: #fff;
}

.separator {
height: 200px;
}

.island {
  width: 100%; 
  position: absolute;
  top: -375px;
}

.benefits li {
  padding-bottom: 10px;
}

.share {
  text-align: center;
  padding: 50px 0px;
}


@media (max-width: 1199px) { 
        .separator {
            height: 250px;
            }
}

@media (max-width: 991px) { 
       h4 {
            font-size: 1.5em;
        }
       
        .affix {
        top: 25%;
        }

        .pl-1 {
            padding-left: 20px; 
        }

        .layer-description {
        padding: 20px;
        margin-bottom: 450px;
        z-index: 9999;
        background-color:rgba(3, 64, 100, 0.7);
        background: -moz-linear-gradient(top, rgba(3, 64, 100, 0.8) 10%, rgba(0, 112, 170, 0.8) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(3, 64, 100, 0.8) 10%, rgba(0, 112, 170, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(3, 64, 100, 0.8) 10%, rgba(0, 112, 170, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        
        .layer-description:before {
              content: "";
              border: 0;
        }
        
      
       .separator {
            height: 0px;
            }
        .details {
          padding: 0px 20px;
        }
            
        .outro {
        padding: 20px;
        }
        
      .supporter {
        margin: 20px;
        position: relative;
      }

}