body {
    background-color: white;
}

#home {
    height: 100%;

    background: url("../assets/architectural_img.png") no-repeat fixed center;
    background-size: cover;
}

#constructabilityArea {
    height: 100%;

    background: url("../assets/architectural_img.png") no-repeat fixed center;
    background-size: cover;
}

.homeImage {
    background: no-repeat fixed center;
    background-size: cover;
}

#navBar {
    background-color: black;
}

.navLink {
    color: oldlace;
}

.navTitles {
    font-size: 10px;
}

#siteLogoTop {
    height: 8vh;
    max-height: 8vh;
}

.bulletLogo {
    height: 4vh;
    max-height: 4vh;
}

/*Home Page CSS*/
.siteOverview {
    float: left;
    background-color: rgb(205,92,92);
    background-color: rgba(205,92,92,0.8);
}

.certificationOverview {
    float: right;
    background-color: rgb(205,92,92);
    background-color: rgba(205,92,92,0.9);
    text-align: left;
}

.overviewText {
    color: #4d2600;
}

.constructOverview {
    background-color: rgb(205,92,92);
    background-color: rgba(205,92,92,0.9);
    text-align: left;
    float: left;
}

/*Corporate Training Css*/
#corporateTrainingArea {
    height: 100%;

    background: url("../assets/corporate_training_bkg.jpg") no-repeat fixed center;
    background-size: cover;
}

/*Expert Witness CSS*/
.expertWitnessOverview {
    background-color: rgb(205,92,92);
    background-color: rgba(205,92,92,0.8);
}

#expertWitnessArea {
    height: 100%;

    background: url("../assets/exp_wit.png") no-repeat fixed center;
    background-size: cover;
}

.expertWitnessExperience {
    float: right;
    background-color: rgb(205,92,92);
    background-color: rgba(205,92,92,0.8);
}

#footer {
    background-color: #2a3133;
}

#siteLogoBot {
    height: 8vh;
    max-height: 8vh;
}

.splitterSM {
    width: 100%;
    height: 3vh;
}

.splitter {
    width: 100%;
    height: 12vh;
    background-color: #2a3133;
}

.splitterLarge {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
}

#logosArea {
    background-color: #3a3a3a;
    padding: 2%;
    height: 100%;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.customCenter {
    position: relative;
    left: 15vw;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

ul {
    list-style-position: inside;
}

ul.topnav li {float: left;}

ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

input:focus {
    outline: none;
}

textarea {
    resize: vertical;
}

textarea:focus {
    outline: none;
}

#create_article {
    border-color: transparent;
    border-radius: 50%;
    background-color: rgba(205,92,92,0.9);
    position: absolute;
    bottom: 100px;
    right: 100px;
}

#request {
    background: none;
    border: none;
}

#contact {
    border-radius: 25px;
    margin: 0 auto;
    background-color: #4d6266;
    display: none;
}

button:focus {
    outline: none;
}

@media screen and (max-width: 480px) {
    ul.topnav li:not(:first-child) {display: none;}
    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    ul.topnav.responsive {
        position: relative;
    }
    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul.topnav.responsive li {
        float: none;
        display: inline;
    }
    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }
}

#holidays_video {
    position: fixed;
    right: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

::-webkit-scrollbar {
    width: 2vh;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 2vh 2vh 2vh rgba(77, 98, 102, .7);
    border-radius: 3vh;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 2vh rgba(102, 26, 0, 1);
    border-radius: 2vh;
}