/* Fonts */

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



body {
    background-image: url("https://605seamless.com/images/back.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:600px;
    margin:0;
    background-size: 100% 100%;
    min-height:800px;
    width:100%;
    font-family: 'Roboto', sans-serif;
}

.header {
    width:100%;
    min-height:15%;
    background: #ffffff ;
    position:fixed;
    border-bottom:2px #000000;
    box-shadow:0 5px 10px #000000;
    z-index:99999999;
    top:0;
   
    /*display:none;*/
}

/* Containers */

.container1 {
    width:75%;
    margin:10px;
    max-height:140px;
}

/* Navigation */

.nav {
    float:right;
    position:absolute;
    width:70%;
    min-height:150px;
   
}
.nav p {
    float:right;
    margin-right:0;
    text-align:right;
    margin-top:10px;
}
.nav div{
    width:50%;
}

.navp1{
    position:relative;display:block;float:right;font-family: 'Anton', sans-serif;line-height:1em;clear:both;
}
.navp2{
    position:absolute;right:25px;top:55px;font-family: 'Anton', sans-serif;font-size:4vw;
}

/* Logo */

.logowrapper {
    position:relative;
    float:left;
    display:block;
    clear:both;
  
}

.logo {
    max-width:50%;
    min-width:470px;
    margin-left:-5px;
}

/* Content Wrapper */
#content-wrapper{
    width:85%;
    margin:auto;
    position:relative;
   
}
/* House Block */
.house {
    width:100%;
    padding:0;
    margin:0;
    position:fixed;
    clear:both;
    
}

.overlay {
    padding:0;
    position:absolute;
    background-color:black;
    opacity:0.4;    /* -> transparency 50% */
    z-index:20;      /* -> put overlay over image */
    width:100%;
}

/* Section 1 */

.banner1 {
    width:100%;
    min-height:200px;
    font-family:'Anton', sans-serif;
    position:relative;
    margin:280px auto 0 auto;
    display:block;
    background:transparent;
    color:white;
    font-size:210%;
    letter-spacing: 3px;
   
    text-shadow:5px 5px 5px #000000;
}

.banner1 h1{
    font-size:3vw;
    line-height:0;
}
.banner1 h3{
    font-size:2vw;
}

.banner1 button{
    border-radius:10px;
    background-color:#044A82;
    color:white;
    font-family: 'Anton', sans-serif;
    letter-spacing:2px;
    font-size:1.3vw;
    text-align:center;
    border:2px solid #990404;
    margin-left:38%;
    width:20%;
    height:60px;
}

/* Section 2 */

.section2 {
    min-height:600px;
    background-color:#ffffff;
    position:absolute;
   
    width:100%;
    margin-top:30%;
    
}

 .section2 .left {
    float:left;
    width:50%;
    min-height:500px;
    
}

.section2 .left img{
    margin:6% 0 0 6%;
    min-height:325px;
    width:80%;
}
.section2 .right {
    float:right;
    width:47%;
    max-height:500px;
    padding:20px 20px 20px 0;
    color:black;
    font-size:125%;
    text-align:justify;
    }
    
.section2 .right h1{
    font-family: 'Anton', sans-serif;
    text-shadow:5px 5px 5px #000000;
    letter-spacing: 3px;
    color:#0ECED8;
}

/* Section Three */

.section3{
    min-height:500px;
    background-color:#ffffff;
    position:absolute;
    
    width:100%;
    margin-top:59%;
    padding-top:0;
    padding-bottom:120px;
}

.section3 .right {
    float:right;
    width:50%;
    max-height:500px;
}

.section3 .right img{
    margin:6% 0% 0 12%;
    max-height:425px;
    width:80%;
}
.section3 .left {
    float:left;
    width:47%;
    max-height:500px;
    padding:20px 0 20px 20px;
    color:black;
    font-size:125%;
    text-align:justify;
    }
    
.section3 .left h1{
    font-family: 'Anton', sans-serif;
    text-shadow:5px 5px 5px #000000;
    letter-spacing: 3px;
    color:#0eced8;
}

/* Section Four */

.section4 {
    min-height:500px;
    background-color:#ffffff;
    position:absolute;
   
    width:100%;
    margin-top:83%;
    padding-bottom:170px;
    
}

 .section4 .left {
    float:left;
    width:50%;
    max-height:500px;
}
.section4 .left img{
    margin:6% 0% 0 6%;
    max-height:425px;
    width:80%;
}
.section4 .right {
    float:right;
    width:47%;
    max-height:500px;
    padding:20px 20px 20px 0;
    color:black;
    font-size:125%;
    text-align:justify;
    }
    
.section4 .right h1{
    font-family: 'Anton', sans-serif;
    text-shadow:5px 5px 5px #000000;
    letter-spacing: 3px;
    color:#0eced8;
}

/* Contact Us */

.section5 {
    min-height:500px;
    padding-top:10px;
    background-color:#FFFFFF;
    position:absolute;
   
    width:100%;
    margin-top:109%;
    
}

.contact {
    width:60%;
    margin:0 auto;
   font-family: 'Anton', sans-serif;
   letter-spacing:2px;
   min-height:660px;
}

.section5 input{
    border:2px solid #990404;
    padding-left:5px;
}

.section5 textarea{
    border:2px solid #990404;
    padding-left:5px;
    width: 100%;
        height:100px;
}

.section5 .button{
    border-radius:10px;
}
.comments{
    width:80%;
    height:10%;
}

/* Footer */

.footer {
    min-height:80px;
    bottom:0;
    right:0;
    position:absolute;
    color:#ffffff;
    width:100%;
    background-color:#990404;
}

.footer a{
    color:#e5ed78;
}


/* Email */

.antispam {
    display:none;
}

/* Mobile Responsiveness */
@media only screen and (max-width:2692px) {
    .banner1{
        margin:12% auto 0 auto;
    }
    .navp1{
        font-size:2vw;
    }
    .nav{
        width:98.5%;
    }
    .logo{
        max-width:40%;
    }
}

@media only screen and (max-width: 1024px) {
   .navp1{
       font-size:3vw;
   }
    .nav {
        right:10;
    }
    .container1{
        width:100%;
    }
    .banner1{
        width:100%;
        margin:0 auto 0 auto;
        position:fixed;
        top:200;
        z-index:-1;
    }
    .section2{
        margin-top:45%;
        position:relative;
        min-height:700px;
    }
    .section2 .right h1{
        font-size:150%;
        
    }
    
    .section3{
        margin-top:0;
        position:relative;
        min-height:600px;
    }
    
    .section3 .left h1{
        font-size:150%;
    }
    
    .section4{
        position:relative;
        margin-top: 0;
    }
    
    .section4 .right h1{
        font-size:150%;
    }
    
    .section5{
        position:relative;
        margin-top:0;
    }
}

@media only screen and (max-width: 768px) {
.nav p {
    font-size:70%;
}
.banner1{
    font-size:150%;
    margin:5% auto 0 auto;
    top:100;
}
.banner1 button{
    font-size:1.5vw;
}
.section2{
    margin-top:45%;
    max-height:600px;
    min-height:0;
}
.section2 .left{
    max-height:325px;
    min-height:0;
}
.section2 .right{
    width:90%;
    float:none;
    margin:0 auto;
}
.section2 .right h1{
    font-size:100%;
    text-shadow:-2px 0px 1px #000000;
}
.section3 {
    max-height:500px;
    min-height:0;
}
.section3 .left{
    width:90%;
    float:none;
    margin:0 auto;
}
.section3 .left h1{
    font-size:100%;
    text-shadow:-2px 0px 1px #000000;
}

.section3 .right{
    display:none;
}

.section4 .right{
    width:90%;
    float:none;
    margin:0 auto;
}
.section4 .right h1{
    font-size:100%;
    text-shadow:-2px 0px 1px #000000;
}

.section5 table{
    margin-top:0;
    margin-right:5px;
    margin-left:5px;
}
.contact{
    margin:0 10px;
}
.contact td{
    margin:0 auto;
    padding-left:20px;
}

}
@media only screen and (max-width: 607px) {
    .logo{
        width:100%;
        max-width:300px;
    }
    .banner1{
        margin:5% auto 0 auto;
        font-size:100%;
    }
    .banner1 button{
        height:auto;
    }
    table{
        max-width:90%;
        padding:0;
        margin:0;
    }
    .contact td{
        width:90%;
        padding:0;
    }
    .section2 {
        margin-top:45%;
    }
    .section2 .right h1{
        color:black;
        font-size:100%;
        text-shadow:0 0 0 #ffffff;
        text-align:left;
    }
    .section2 .left img {
        max-height:150px;
        min-height:0;
    }
    .section3 .left h1 {
        color:black;
        font-size:100%;
        text-shadow:0 0 0 #ffffff;
        text-align:left;
    }
    .section4 .right h1 {
        color:black;
        font-size:100%;
        text-shadow:0 0 0 #ffffff;
        text-align:left;
    }
    
    .section5 {
        
        min-height:820px;
    }
    table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 425px) {
    body {
        background-size:cover;
    }
    .banner1{
        margin:8% auto 0 auto;
        font-size:100%;
    }
    .banner1 h1{
        font-size:6vw;
    }
    .logo {
        min-width:250px;
        width:100%;
        max-width:250px;
    }
    .section2{
        margin-top:60%;
        padding-bottom:500px;
    }
    .section3{
        max-height:none;
        min-height:500px;
    }
    .section5 textarea{
        width: 150%;
        height:100px;
    }
    .section5 textarea{
        width:100%;
    }
    .banner1{
        font-size:80%;
    }
    .banner1 button{
        width:40%;
        margin-left:30%;
    }
    .nav div{
        width:100%;
        
    }
    .navp1{
        font-size:100%;
    }
    .navp2{
        font-size:100%;
    }
    .contact{
        width:85%;
    }
    .footer{
        width:100%;
        padding:10px;
    }
}

@media only screen and (max-width: 375px) {
.navp1{
    font-size:100%;
    margin-top:20px;
}
.navp2{
    font-size:100%;
    margin-top:-8px;
    margin-right:-10px;
}
.container1{
    min-height:80px;
}
.banner1{
    top:100;
}
.section2{
    margin-top:70%;
}
    
}
@media only screen and (max-width: 320px) {
.navp1{
    font-size:100%;
}
 .navp2{
     font-size:100%;
 }  
 .logo{
     max-width:225px;
 }
}


























