html , body{
    margin: 0;
    padding:0;
    width: 100%;
    background: #CCC;
    overflow-x: hidden;
}

/* TEXT AND FONT INFO */
h1 { 
font-family: 'porticoindiagonal';
  display: block;
  font-size: 3em;
  margin-top: 0.67em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
    color: #6ab1f3;
    text-align: center;
}
.style-four {
    height: 2px;
    background-color: #fff;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
p{
    line-height: 40px;
    text-align: justify;
}
@font-face {
    font-family: 'porticoindiagonal';
    src: url('fonts/portico_indiagonal-webfont.woff2') format('woff2'),
         url('fonts/portico_indiagonal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* BASIC CSS */
@media screen and (max-width : 1920px){
  .mobilecontent{
  visibility:hidden;
  }
    
/* BACKGROUND */
.galaxy-image{
    width: 100%;
    background: url("../images/galaxybg.jpg") no-repeat;
    height: 100vh;
    background-size: cover;
    position: fixed;
}

/* NAME INTRO */
.text1{
    background:url(../images/name1.png) no-repeat 50% 50%;
    background-size: contain;
    width: 80%;
    height: 50%;
    position: absolute;
    top:20%;
    left: 10%
}
.text2{
    background:url(../images/name2.png) no-repeat 50% 50%;
    background-size: contain;
    width: 80%;
    height: 50%;
    position: absolute;
    top:20%;
    left: 10%
}
.text3{
    background:url(../images/name3.png) no-repeat 50% 50%;
    background-size: contain;
    width: 80%;
    height: 50%;
    position: absolute;
    top:20%;
    left: 10%
}
.text4{
    background:url(../images/name4.png) no-repeat 50% 50%;
    background-size: contain;
    width: 80%;
    height: 50%;
    position: absolute;
    top:20%;
    left: 10%
}

/* CLOUD IMAGES*/
.clouds{
    background: url("../images/clouds.png") no-repeat 50% 50%;
    background-size:cover;
    position: absolute;
    width: 100%;
    height: 100vh;
}
.clouds2{
    background: url(../images/clouds2.png) no-repeat 50% 50%;
    background-size:cover;
    position: absolute;
    width: 100%;
    height: 100vh;
}

/* NEGATIVE SPACE*/
.cloudspace{
    width:100%;
    height:100vh;
}
.whitespace{
    width:100%;
    height:1vh;
}
    
/* CONTENT */
.deskcontent{
    width: 100%;
    background: url(../images/grassfinal.png) no-repeat 50% 50%;
    background-size: cover;
    height: 100vh;
    font-family: Helvetica;
    position: absolute;
    z-index: 1000;
}
.mobilecontent{
    width: 100%;
    background: url(../images/grassfinal.png) no-repeat 50% 50%;
    background-size: cover;
    height: 100vh;
    font-family: Helvetica;
    position: absolute;
    z-index: 1000;
}

/* CONTAINERS */
.content img{
    width: 100%;
}
.content .content-container{
    margin: 0 auto;
    width: 100%;
    padding-top:300px;
}
.text-container {
    font-size: 14px;
    color: #fff;
}
.img-container .row{
    margin-left: 40px;
    width: 100%;
}
.img-small{
    margin-top: 50px;
}
    
/* BUTTON */
.explore-btn{
    border: 1px solid #e2e2e2;
   background-color: #6ab1f3;
}
}

/* MOBILE CSS */
@media screen and (max-width : 800px){

    /* MOBILE - CONTENT */
    .deskcontent{
        display: none;
    }
    .mobilecontent{
  visibility:visible;
 padding-top:120px;
  }

    /* MOBILE - CLOUDS IMAGES  */
.clouds{
    background: url(../images/clouds.png) no-repeat 50% 15%;
    background-size:contain;
    position: absolute;
    width: 100%;
    height: 100vh;
}
.clouds2{
    background: url(../images/clouds2.png) no-repeat 50% 50%;
    background-size:contain;
    position: absolute;
    width: 100%;
    height: 100vh;
}
    .welcomewagon{
    background: url(../images/welcomeballon.gif) no-repeat 50% -30%;
    background-size:contain;
    position: absolute;
    width: 50%;
    height: 100vh;
}
    
    /* NEGATIVE SPACE*/
.cloudspace{
    width:100%;
    height:30vh;
}
.whitespace{
    width:100%;
    height:52vh;
}
    /* MOBILE - CONTAINERS */
.text-container {
    font-size: 14px;
    color: #fff;
}
}
