/* GLOBAL */

body {
    color: #fff !important;
    background-color: #3e6d6e;
    
}

section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.center{
    text-align: center;
}

.text {
    padding-top: 29%;
}

.log {
    padding-top: 19.5%;
}

.con {
    padding-top: 10%;
}

.forward {
    z-index: 2;
}

/* GLOBAL-END */


/* FONTS */


h1 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 55pt !important;
}

h4 {
  font-family: 'Noto Sans', sans-serif;
  
}

p {
    
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.4px;
}


/* FONTS-END */



/* HOME */

#home {
    background-color: #4e898a;
    height: 95vh;
    position: relative;
}

.pool {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.gul {
    position: absolute;
    left: 34%;
    bottom: 60%;
    z-index: 1;
}

.logo {
    width: 85%;
    height: auto;
}

#home .blurb {
    font-size: 29px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
}

.bttn {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400 !important;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    border-radius: 3px;
    padding: 6px 30px;
}

.bttn:hover {
    color: #3e6d6e;
    border: 3px solid #3e6d6e;

}


/* HOME-END */



/* MOBILE */

/* iphone5 */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

/* global */
h1 {
    font-size: 30pt !important;
} 
.text {
    padding-top: 10%;
}
.log {
    padding-top: 8%;
}
.main {
    font-size: 10pt;
}
.pad {
    padding-bottom: 10%;
}
/* home */
#home {
    height: 410px;
}  
#home .blurb {
    font-size: 20px;
    line-height: 26px;
}
.logo {
    width: 95%;
    height: auto;
}
      
.bttn {
    font-size: 12px;
    padding: 6px 22px;
}
      
.con {
    padding-top: 2%;
}

.gul {
    display: none;
}
    
} /* iphone5 end */

/* iphone6*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
/* home */
#home {
  height: 510px;
}
.gul {
    display: none;
}
.con {
    padding-top: 8%;
}      
}/* iphone6 end */
/* MOBILE-END */
    

