html, body {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
}

* {
    -webkit-overflow-scrolling: touch;
}

.maxw {
    width: 100%;
    max-width: 1050px;
    margin: auto;
}

.covid {
    background: #911f1f;
    text-align: center;
    padding: 20px;
}

.covid p {
    margin: auto;
    color: #efefef;
    width: 80%;
    font-family: 'Quicksand', sans-serif;
    font-size: 9pt;
}

/*MENU BAR*/

.header {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0px;
    height: 60px;
    width: 100%;
    z-index: 10;
}

#logo {
    height: 60px;
    padding-left: 10px;
}

.nav {
    position: relative;
    float: right;
    height: 60px;
    top: 10px;
}

.small {
    display: none;
}

.small {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    box-sizing: border-box;
    transition: .5s;
    z-index: 200;
    background: rgba(0,0,0,0.8);
}

.small img {
    height: 60px;
    padding-left: 10px;
}

.btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.btn span {
    margin: 6px auto;
    display: block;
    height: 4px;
    width: 30px;
    background: #e7e7e7;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.close #one {
    transform: translateY(10px);
    opacity: 0;
}

.close #three {
    transform: translateY(-10px);
    opacity: 0;
}

.menu {
    position: absolute;
    width: 100%;
    display: none;
    top: 80px;
    left: 0;
    right: 0;
    max-height: 0px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.menu a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    text-decoration: none;
    color: #e7e7e7;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 2px;
    font-size: 15pt;
}

.menu a:hover {
    color: #293d5c;
    transition: .3s;
}

.show {
    display: block;
    max-height: 500px;
    background: rgba(0, 0, 0, 0.80);
}

.nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
}

.nav ul li {
    list-style: none;
}

.nav ul li a {
    line-height: 40px;
    color: #e7e7e7;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
}

.nav ul li a:hover {
    background: #293d5c;
}

/*HOMEPAGE*/

.hero {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(/images/herotest.jpg) 40% 0% no-repeat;
    background-size: cover;
}

.hero h1 {
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
    color: #efefef;
    padding-top: 40vh;
    text-align: center;
    font-size: 28pt;
    text-shadow: 1px 1px 5px #232528;
}

.hero p {
    margin: 0 auto;
    width: 500px;
    padding-top: 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14pt;
    color: #efefef;
    text-align: center;
    text-shadow: 1px 1px 5px #232528;
}

.about {
    padding: 40px 0px;
    position: relative;
    background: #121b21;
    text-align: center;
    margin: auto;
}

.about h2 {
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 20pt;
    font-family: 'Quicksand', sans-serif;
    color: #e7e7e7;
}

.column {
    display: inline-block;
    position: relative;
    width: 30%;
    vertical-align: top;
}

.column img {
    width: 100%;
}

.icon {
    padding-top: 20px;
    height: 50px;
}

.column h1 {
    margin: 0 auto;
    padding: 15px 0px;
    font-family: 'Quicksand', sans-serif;
    color: #efefef;
    text-align: center;
    font-size: 20pt;
}

.column p {
    margin: 0 auto;
    padding-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
    color: #efefef;
    text-align: center;
    font-size: 11pt;
    letter-spacing: 1.1pt;
    line-height: 1.5;
    width: 80%;
}

.testimonials {
    position: relative;
    background: #e8e8e8;
    text-align: center;
}

.testimonials h1 {
    padding: 40px 0px 30px 0px;
    margin: auto;
    text-align: center;
    font-family: 'Quicksand' , sans-serif;
    font-size: 22pt;
}

.instagram {
    background: #e7e7e7;
}

.instagram h1 {
    padding: 40px 0px 30px 0px;
    margin: auto;
    text-align: center;
    font-family: 'Quicksand' , sans-serif;
    font-size: 20pt;
}

/*PRICES*/

.priceHero {
    position: relative;
    background: url(/images/services.jpg) 0% 60% no-repeat;
    background-size: cover;
    height: 600px;
}

.priceHero h1 {
    text-align: center;
    font-family: 'Quicksand' , sans-serif;
    margin: 0;
    padding-top: 300px;
    color: #e7e7e7;
    font-size: 24pt;
    text-shadow: 1px 1px 5px #232528;
}

.services {
    background-image: linear-gradient(to bottom, #4f222c , #161b21);
    padding: 40px 0px;
    color: #e7e7e7;
}

.services h1 {
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Quicksand' , sans-serif;
}

.services p {
    padding: 0px;
    width: 500px;
    margin: auto;
    font-family: 'Quicksand' , sans-serif;
}

.columns {
    position: relative;
    background: #161b21;
    margin: auto;
    padding: 40px 0px 0px 0px;
}

.columns h1 {
    font-size: 16pt;
}

.svcs {
    position: relative;
    display: inline-block;
    height: 380px;
    width: 50%;
    vertical-align: top;
    text-align: center;
    font-family: 'Quicksand' , sans-serif;
    color: #e7e7e7;
}

.fretdress , .mods {
    float: right;
}

.sicon {
    margin: auto;
    display: block;
    height: 50px;
    padding-bottom: 10px;
}

.svcs ul {
    margin: auto;
    width: 280px;
}

.svcs ul li {
    text-align: left;
    list-style: square;
}

.tables {
    position: relative;
    padding: 30px;
    background: #e7e7e7;
}

#repairs {
    margin: 0 auto;
    width: 600px;
    font-family: 'Quicksand' , sans-serif;
    text-align: left;
    color: #161b21;
}

#repairs th , #smallRepairs th {
    text-align: left;
    font-size: 18pt;
    padding: 0px 0px 15px 0px;
}

#repairs tr {
    font-size: 12pt;
    height: 20px;
}

.gap {
    height: 30px;
}

.smallgap {
    height: 15px;
}

.smallPrices {
    display: none;
    background: #e7e7e7;
    padding: 30px;
}

#smallRepairs {
    font-family: 'Quicksand' , sans-serif;
    margin: 0 auto;
    text-align: left;
    color: #161b21;
}


/*CONTACT*/

.contacthero {
    height: 600px;
    background: url(/images/cont.jpg) no-repeat 80% 0%;
    background-size: cover;
}

.contacthero h1 , .contacthero p {
    margin: 0;
    text-align: center;
    color: #e7e7e7;
    text-shadow: 1px 1px 5px #232528;
    font-family: 'Quicksand' , sans-serif;
}

.contacthero h1 {
    padding-top: 280px;
    font-size: 24pt;
}

.contacthero p {
    padding-top: 20px;
    font-size: 14pt;
}

.call {
    position: relative;
    padding: 40px 0px;
    background-image: linear-gradient(to bottom, #4f222c , #161b21);
}

#cicon {
    display: block;
    height: 50px;
    margin: auto;
}

.call h1 , .call h2 {
    color: #e7e7e7;
    text-align: center;
    font-family: 'Quicksand' , sans-serif;
}



.where {
    position: relative;
    padding: 40px 0px;
    background: #161b21;
    background-size: cover;
}

.where h1 {
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
    color: #e7e7e7;
    font-family: 'Quicksand' , sans-serif;
    font-size: 24pt;
}

.where p {
    text-align: center;
    margin: 0;
    color: #e7e7e7;
    font-family: 'Quicksand' , sans-serif;
    font-size: 14pt;
}

.fillform {
    margin: 0;
    padding: 30px 0px;
    background: #161b21;
    text-align: center;
}

form {
    margin: auto;
    width: 400px;
    font-family: 'Quicksand' , sans-serif;
    font-size: 14pt;
}

label {
    color: #e7e7e7;
}

input, textarea {
	display: block;
	width: 80%;
	margin: 12px auto 20px auto;
	padding: 5px;
	background-color: #292e33;
    border: none;
    color: #efefef;
    height: 30px;
	font-size: 14pt;
	text-align: center;
    font-family: 'Quicksand', sans-serif;
}

textarea {
	height: 150px;
	margin-bottom: 30px;
}

textarea:focus, input:focus{
    outline: none;
}

.robot {
    text-align: center;
    padding: 15px 0px;
}

.g-recaptcha {
    display: inline-block;
}

#sendBtn {
	width: 90px;
	height: 50px;
    background: #4f222c;
	font-size: 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    -o-transition:color .2s ease-out, background .2s ease-in;
    -ms-transition:color .2s ease-out, background .2s ease-in;
    -moz-transition:color .2s ease-out, background .2s ease-in;
    -webkit-transition:color .2s ease-out, background .2s ease-in;
}

#sendBtn:hover, #sendBtn:visited {
	color: #232528;
	background-color: #e7e7e7;
}

#field {
    display: none;
}



.map {
    padding-top: 50px;
    text-align: center;
}

.map iframe {
    width: 85%;
}

/*SUCCESS*/

.thanks {
    position: relative;
    background: url(/images/lp.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 100vh;
}

.thanks h1 , .thanks h2 {
    margin: 0 auto;
    text-align: center;
    color: #e7e7e7;
    font-family: 'Quicksand' , sans-serif;
    padding-bottom: 20px;
    width: 80%;
}

.thanks h1 {
    padding-top: 280px;
    font-size: 24pt;
}

.thanks h2 {
    font-size: 16pt;
}


/*FOOTER*/

.footer {
    position: relative;
    margin: auto;
    background: #161b21;
    background: url(/images/rosewood.jpg) no-repeat;
    background-size: cover;
}

.hours {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0px 10px 20px;
}

.hours h1 , .workshop h1 {
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Quicksand' , sans-serif;
    color: #e7e7e7;
    font-size: 15pt;
}

.hours p , .workshop p {
    color: #e7e7e7;
    font-family: 'Quicksand' , sans-serif;
    margin: 0;
    line-height: 1.4;
}

.workshop {
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 10px 30px;
}
.copyright {
    padding-bottom: 10px;
}

.copyright p {
    position: relative;
    font-family: 'Quicksand' , sans-serif;
    color: #e7e7e7;
    text-align: center;
    margin: 0;
    padding-top: 15px;
}

/*MEDIA QUERIES*/

@media only screen and (max-width : 700px) {
    
    .hero h1 , .hero p {
        width: 80%;
    }
    
    .about p {
        width: 90%;
    }
    
    .services p {
        width: 80%;
    }
    
    .svcs {
        position: relative;
        height: 300px;
        width: 100%;
    }
    
    .setup {
        height: 400px;
    }
    
    .fretdress , .mods {
        float: none;
    }
    
    .columns {
        height: auto;
    }
    
    .hours , .workshop {
        display: block;
        margin: auto;
        width: 50%;
        padding: 20px 0px;
    }
    
    .hours h1 , .workshop h1 , .workshop p , .hours p {
        text-align: center;
    }
    
    .map iframe {
        width: 100%;
    }
    
    .tables {
        display: none;
    }
    
    .smallPrices {
        display: block;
    }
    
}

@media only screen and (max-width : 800px) {
    .header {
        display: none;
    }
    
    .small {
        display: block;
    }
}

@media only screen and (max-width : 950px) { 

    .header {
        position: relative;
    }
    
    .about {
        padding: 40px 0px 20px 0px;
    }
    
    .column {
        width: 100%;
    }
    
    .approach , .expertise {
        padding-top: 40px;
    }
}