body{
    background-color: #f2f2f2;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding:0%;
    }

/* header */    
header{
    background-color:#639CBF;
    margin: 0% 0% 3% 0%;
    width: 100%;
    max-height: fit-content;
    padding-top: 2%;
    padding-bottom: 5%;    
    }
.logo{
    width: 12%;
    float:left;
    margin:0%;
    padding:0%;
    position: sticky;
    }
.nav{
    justify-content:space-between;
    list-style-type:none;
    text-indent:20%;
    font-size:160%;
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:auto;
    padding-top: 1%;
    padding-bottom: 0%;
    }
.nav a:hover{
    color: #f2f2f2;
    opacity: .5;
    text-decoration: none;
    }
.nav a{
    color:#0D0D0D;
    text-decoration:none;
    }
nav ul {
    display:flex;
    text-align: center;
    }    

/* hero image */
.hero{
    width: 100%;
    }
.heroimage{
    background-color: #273940;
    width:100%;
    height: auto;
    position: relative;
    margin-top: 0%;
    margin-bottom: 3%;
    }     

/* services home */
h3{
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    color:#639CBF;
    font-size: 240%;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;
    }
p{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 120%;
    font-weight: 300;
    font-style: normal;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    }    
h2{
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    color:#639CBF;
    font-size: 250%;
    text-align:center;
    }
.services{
    display:grid;
    grid-template-columns: 1fr;
    }
.grid{
    grid-area:portfolio;
    display:inline-block;
    justify-content: space-between;
    }    
.grid img{
    width:25%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 3%;
    }

/* request quote */
.quote{
    font-size:250%;
    color:#0D0D0D;
    text-align:center;
    margin-top:4%;
    margin-bottom:1%;
    }
.button{
    font-size:150%;
    text-align:center;
    background-color:#639CBF;
    border: 0.5em solid #639CBF;
    position:absolute;
    left: 46%;
    padding:0.1em;
    color:#0D0D0D;
    text-decoration:none;
    margin-top: 2%;
    }

/* nav bottom */
.container{
    padding: 0%;
    margin-top: 6%;
    margin-bottom: 2%;
    display:inline-block;
    width: 99%;
    }
.nav2{
    display:block;
    list-style-type:none;
    top:0;
    width:10%;
    font-size:1.5em;
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top:5em;
    margin-bottom:1em;
    margin-left:5em;
    margin-right:4em;
    text-size-adjust: auto;
    }
.nav2 a:hover{
    color: #273940;
    opacity: .5;
    text-decoration: none;
    }
.nav2 a{
    color:#0D0D0D;
    text-decoration:none;
    }
.nav3{
    display:block;
    list-style-type:none;
    top:0;
    width:10%;
    font-size:1.5em;
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top:1em;
    margin-bottom:1em;
    margin-left:5em;
    margin-right:4em;
    text-size-adjust: auto;
    }
.nav3 a:hover{
    color: #273940;
    opacity: .5;
    text-decoration: none;
    }
.nav3 a{
    color:#0D0D0D;
    text-decoration:none;
    }

/* Social media links */
.fa {
    padding: 1em;
    font-size: 3em;
    width: 3em;
    height: 3em;
    text-align: center;
    text-decoration: none;
    border-radius:50%
    }
.fa:hover {
    opacity: 0.7;
    }
.fa-facebook {
    background: #273940;
    color: white;
    align-content: center;
    }
.fa-instagram {
    background: #273940;
    color: white;
    align-content: center;
    }
.clear{
    float: right;
    }    

/* Footer */
footer{
    background-color:#639CBF;
    margin:0em;
    padding:0.3em;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight:200;
    font-style: normal;
    font-size:0.8em;
    font-variation-settings:"wdth" 100;
    text-align: center;
    }