html, body {
    height:100%;
    overflow:hidden;
    font-family: Myriad;
    width: 100%;
    background-color: #dddddd;
    position: absolute;
    
} 


@font-face{
    font-family: Myriad;
    src: url('../fonts/MyriadWebPro.otf');
}

#scroll-container{
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.static-background{
    position: absolute;
    left: 0;
    top: 125px;
    width: 100%;
    height: 100%;
    text-align: center;
}

#back-image{
    width: 100%;
}

.tablespan {
    display: table-cell;
    vertical-align: middle;
}


#aboutText{
    position: relative;
    left: 12.5%;
    font-size: 3vh;
    text-align: left;
    width: 75%;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 15px;
    display: table;
    background: rgba(230, 230, 230, 0.85);
    box-shadow: 5px -5px 12px rgba(0, 0, 0, 0.25);
}

#main-display{
    display: block;
}

.section-title{
    text-align: center;
    font-size: 3.5vh;
    padding-top: 15px;
}

.section-block{
    width: 75%;
    left: 12.5%;
    position: relative;
    font-size: 3vh;
    margin-top: 50px;
    margin-bottom: 15px;
    box-shadow: 10px -10px 12px rgba(0, 0, 0, 0.5);
    text-align: left;
    color: white;
}

.page-text{
    padding: 15px;
}

#water-block{
    background-color: rgba(0, 160, 210, 0.95);
}

#wind-block{
    background-color: rgba(245, 130, 32, 0.95);
}

#fire-block{
    background-color: rgba(187, 24, 29, 0.95);
}

#mold-block{
    background-color: rgba(89, 173, 64, 0.95);
}

#vehicle-block{
    background-color: rgba(152, 152, 152, 0.95);
}

#kitchen-block{
    background-color: rgba(78, 199, 141, 0.95);
}

#bathroom-block{
    background-color: rgba(207, 139, 217, 0.95);
}

#basement-block{
    background-color: rgba(142, 142, 142, 0.95);
}

#deck-block{
    background-color: rgba(161, 102, 53, 0.95);
}


.gallery-box{
    position: relative;
    width: 80%;
    text-align: center;
    left: 10%;
    padding-bottom: 25px;
}

.gallery-box-image{
    position: relative;
    display: inline-block;
    height: 150px;
    width: auto;
    margin: 5px;
    cursor: pointer;
}

#header{
    width: 90%;
    height: 100px;
    position: relative;
    left: 5%;
}

#header-logo{
    position: absolute;
    height: 95%;
    width: auto;
    cursor: pointer;
}

#rightHeader{
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 0;
    margin-bottom: 2px;
}

#header-phone{
    position: relative;
    font-size: 30px;
    display: inline-block;
    transform: translate(0, -7px);
}

#toll-free{
    position: absolute;
    font-size: 10px;
    left: 0;
    top: 0;
    transform: translate(0, -100%);
    color: rgba(128, 128, 128, 1);
    line-height: 0;
}

.header-icon{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    cursor: pointer;
}

.header-icon-image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#navbar{
    width: 90%;
    height: 50px;
    position: relative;
    left: 5%;
    background: #52b35b;
    color: #ffffff;
}

.navbar-item{
    width: 33.333%;
    height: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

#nav-about-us{
    left:0;
}

#nav-service-areas{
    left: 33.333%
}

#nav-contact-us{
    left = 66.667%
}

#content-area{
    width: 100%;
    position: relative;
    text-align: center;
}

.content-section{
    width: 642px;
    height: 779px;
    position: relative;
    display: inline-flex;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
    cursor: pointer;
    box-shadow: 10px -10px 12px rgba(0, 0, 0, 0.5);
}

.main-text-box{
    width: 602px;
    height: 230px;
    position: absolute;
    font-size: 28px;
    color: white;
    left: 0;
    top: 410px;
    margin: 20px;
    overflow: hidden;
    text-align: left;
    pointer-events: none;
}

.resto-choice-section{
    width: 349px;
    height: 423px;
    position: relative;
    display: inline-flex;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 5px -5px 12px rgba(0, 0, 0, 0.5);
}

.contract-choice-section{
    width: 349px;
    height: 423px;
    position: relative;
    display: inline-flex;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 5px -5px 12px rgba(0, 0, 0, 0.5);
}

.choice-text-box{
    width: 329px;
    height: 146px;
    position: absolute;
    font-size: 18px;
    color: white;
    left: 0;
    top: 208px;
    margin: 10px;
    overflow: hidden;
    text-align: left;
    pointer-events: none;
}

#navbar a{
    color: white;
}

.text-table-container{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.display-section{
    width: 100%;
    display: block;
}

#servicemap{
    position: relative;
    margin: 15px;
    margin-top: 50px;
    box-shadow: 5px -5px 12px rgba(0, 0, 0, 0.5);
}

#new-gallery{
    display: none;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#new-gallery-image{
    background: url(../Images/gallery/deck-red.jpg) no-repeat center center;
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
}

#new-close-gallery{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height 50px;
}

.choice-section-blurb{
    position: relative;
    left: 12.5%;
    font-size: 3vh;
    text-align: left;
    width: 75%;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 15px;
    display: table;
    background: rgba(230, 230, 230, 0.85);
    box-shadow: 5px -5px 12px rgba(0, 0, 0, 0.25);
}

#quote-span{
    font-size: 2.5vh;
}

.force-click{
    pointer-events: auto !important;
}

.service-table{
    width: 100%;
}
.service-table td{
    width: 700px;
    font-size: 0.75em
}