ul {
    list-style: none;
}

.bodyBox {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.bottomQuoteButton {
    top: -20vh !important;
    left: 4% !important;
}

.businessName p{
    width: 70%;
    color: #ffffff;
    font-size: 2.5em;
}

.close {
    width: 5%;
    height: 5vh;
    position: relative;
    float: right;
    margin: 5%;
    background: url("../img/x.png") no-repeat center;
    background-size: contain;
    z-index: 11;
    top: -2vh;
}

.contactUs {
    width: 30%;
    height: auto;
    position: relative;
    top: -16vh;
    left: 35%;
}

.cta {
    width: 100%;
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 1em;
    text-align: center;
}

.formBox {
    width: 80%;
    min-height: 50vh;
    position: relative;
    background-color: #000000;
    top: 20vh;
    margin: 0 auto;
    padding-top: 5vh;
}

.formCoverBox {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: hsla(170, 0%, 36%, 0.65);
    z-index: 10;
}

.form-group {
    position: relative;
    margin: 0 5%;
    padding: 5%;
}

.footer {
    width: 100%;
    min-height: 20vh;
    max-height: 30vh;
    background-color: #820a25;
    color: #ffffff;
    position: relative;
    top: 14vh;
    font-family: 'Droid Serif', serif;
}

.footerGradient {
    background: -moz-linear-gradient(top,  hsla(347,100%,27%,1) 0%, hsla(0, 84%, 13%, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  hsla(347,100%,27%,1) 0%,hsla(0, 84%, 13%, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  hsla(347,100%,27%,1) 0%,hsla(0, 84%, 13%, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.footerGradientTop {
    background: -moz-linear-gradient(top,  hsla(206,70%,70%,0) 0%, hsla(347,100%,27%,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  hsla(206,70%,70%,0) 0%,hsla(347,100%,27%,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  hsla(206,70%,70%,0) 0%,hsla(347,100%,27%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: 6vh;
    position: relative;
    top: 15vh;
}

.getAQuote {
    position: relative;
    width: 33%;
    height: 4vh;
    background: url("../img/get_a_quote.png") no-repeat center;
    background-size: contain;
    float: right;
    margin-right: 5%;
}

.header {
    width: 100%;
    min-height: 20%;
    font-family: 'Droid Serif', serif;
}

.headerGradient {
    background: -moz-linear-gradient(left,  hsla(347,100%,27%,1) 0%, hsla(347,100%,80%,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  hsla(347,100%,27%,1) 0%,hsla(347,100%,80%,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  hsla(347,100%,27%,1) 0%,hsla(347,100%,80%,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c001e', endColorstr='#00ff99af',GradientType=1 ); /* IE6-9 */

}

.homeBox {
    width: 100%;
    height: 100vh;
    background: url("../img/fence.jpg") no-repeat center;
    background-size: cover;
}

.imgCoverBox {
    background-color: #000000;
}

.mapImg {
    width: 30%;
    height: 20vh;
    background: url("../img/map.png") no-repeat center;
    background-size: contain;
    position: relative;
    left: 2%;
}

.mainImg {
    width: 100%;
    height: 40vh;
    margin-top: 8vh;
    background: no-repeat center;
    background-size: contain;
}

#commercialMainImg {
    background-image: url("../img/gal/com/5.jpg");
}

#residentialMainImg {
    background-image: url("../img/gal/res/0.jpg");
}

.moreInfoBox {
    width: 100%;
    height: auto;
    box-shadow: 0 -4px 6px 0 rgba(0,0,0,.25);
    padding-top: 5vh;
}

.moreInfoTitle {
    text-align: center;
    color: #820a25;
    font-family: 'Droid Serif', serif;
    font-size: 2.25em;
    font-weight: bold;
}

.moreInfoP {
    text-align: center;
    padding: 2%;
}

.phoneCCB p{
    color: #ffffff;
    font-size: 1.5em;
}

.reviewBox {
    color: #ffffff;
    width: 100%;
    text-align: right;
    font-size: 1.15em;
    font-family: 'Droid Serif', serif;
    text-shadow: #222222;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.reviewList {
    margin-right: 5%;
}

.reviewQuote {
    margin-right: 10%;
    font-size: 1.5em;
}

.servicesBox {
    width: 100%;
    min-height: 100vh;
}

.servicesButton {
    color: #ffffff;
    width: 100%;
    height: auto;
    position: relative;
    bottom: 10%;
    text-align: center;
    vertical-align: bottom;
    font-size: 2em;
}

.serviceGal {
    width: 90%;
    text-align: center;
    color: #820a25;
    font-size: 2em;
    margin: 0 auto 5vh;
}

.serviceLink {
    width: 100%;
    height: 40vh;
    background: center no-repeat;
    background-size: cover;
    box-shadow: 0 -2px 6px 2px rgba(0,0,0,.25);
}

.serviceQuote {
    position: relative;
    color: #ffffff;
    float: right;
    top: 4vh;
    right: 5%;
}

.serviceTitle {
    font-size: 1.5em;
}

.submitButton {
    margin-top: 6vh;
}

.thumbImg {
    width: 33.3%;
    height: 20vh;
    position: relative;
}

.thumbnailSet {
    width: 100%;
    height: 48vh;
    position: relative;
    overflow-y: scroll;
    top: 2vh;
    box-shadow: 0 -2px 6px 2px rgba(0,0,0,.25);
}

#commercialLink {
    background-image: url("../img/comImg.jpg");
}

#residentialLink {
    background-image: url("../img/resImg.jpg");
}

.topGetAQuote {
    top: -5vh;
}