body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    width: 100%;
    padding: 0;
    margin: 0;
}
.mainSiteBG {
    background-image: url("images/main-image2.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.headerBox {
    background: rgb(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.logoBox {
    float: left;
    padding:  25px 0 20px 20px;
}
.logoBox a {
    font-family: 'Cutive Mono', monospace;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #B0F26F;
    text-decoration: none;
}
.logoBox img {
    display: block;
    height: 80px;
    border: 0;
}
.mainNavBox {
    display: block;
    float: right;
    padding-right: 20px;
}
.mainNavBox a {
    display: inline-block;
    padding: 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}
.mainNavBox a:hover {
    background-color: #000000;
    text-decoration: underline;
}
.linkButton {
    background-color: #000000;
    padding: 10px !important;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-left: 15px !important;
}
.linkButton:hover {
    border: 1px solid #000000;
    background-color: #B0F26F !important;
    color: #000000 !important;
    text-decoration: none !important;
}
.linkButton .fas {
    margin-right: 3px;
}
.mobileNavIcon {
    display: none;
}
.mainContentImage {
    text-align: center;
    padding: 100px 0 0 0;
}
.mainContentImage img {
    border: 0;
    height: 500px;
}
.mainContentText {
    font-family: 'Cutive Mono', monospace;
    text-transform: uppercase;
    text-align: center;
    padding: 250px 20px 0 20px;
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    color: #ffffff;
}
.mainContentText2 {
    font-family: 'Cutive Mono', monospace;
    text-transform: uppercase;
    background: rgb(0, 0, 0, 0.5);
    padding: 20px 0;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-shadow: 3px 3px #000000;
}
.mainContentText3 {
    font-size: 30px;
    line-height: 30px;
}
.clearBoth {
    clear: both;
    display: block;
}
.contentBG {
    background-color: #dddddd;
}
.contentBlock {
    width: 800px;
    margin: 0 auto;
    padding: 100px 0;
}
.contentTitle {
    font-family: 'Cutive Mono', monospace;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #000000;
}
.contentText {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
}
.contentText ul {
    width: 360px;
    margin: 0 auto;
}
.contentText ul li {
    font-size: 18px;
    line-height: 28px;
}
.contentImageBox {
    margin: 20px 0 0 30px;
}
.contentImage {
    width: 200px;
    height: 200px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    float: left;
    margin: 20px;
}
.contactText {
    text-align: center;
}
.contactText1 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 0 0;
}
.contactText2 {
    font-size: 14px;
    padding: 20px 0 0 0;
}
.contactText3 {
    font-size: 14px;
}
.contactForm {
    background-color: beige;
    box-shadow: 3px 3px 3px #cccccc;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    margin: 20px 0 0 0;
}
.contactInput {
    font-size: 12px;
    color: #3a3a3a;
    padding: 10px 0 0 0;
}
.contactInput2 {
    font-size: 12px;
    color: #3a3a3a;
    padding: 10px 0 0 0;
    float: left;
    width: calc(50% - 10px);
}
.contactInput3 {
    font-size: 12px;
    color: #3a3a3a;
    padding: 10px 0 0 0;
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 0 20px;
}
.contactInput input, .contactInput select, .contactInput2 input, .contactInput3 select, .contactInput textarea {
    width: 99%;
    font-size: 16px;
}
.contactInput #submit, .contactInput #submit2 {
    background-color: #000000;
    padding: 10px !important;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff !important;
    cursor: pointer !important;
    width: 100% !important;
}
.contactInput #submit:hover, .contactInput #submit2:hover {
    border: 1px solid #000000;
    background-color: #B0F26F !important;
    color: #000000 !important;
    text-decoration: none !important;
}
.contactLegend {
    text-align: left;
    padding: 20px 0 0 0;
}
.redBold {
    font-weight: bold;
    color: #ff0000;
}
.aboutImage {
    display: block;
    border: 0;
    float: right;
    width: 400px;
    margin: 0 0 0 30px;
}
.aboutImageMobile {
    display: none;
}
.footerBanner {
    background-color: #00690C;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #ffffff;
}
@media only screen and (max-width: 1440px) {
    .mainContentText {
        text-align: center;
        padding: 200px 20px 50px 20px;
        font-size: 75px;
        line-height: 75px;
        font-weight: bold;
        color: #ffffff;
    }
    .mainContentText2 {
        font-size: 37px;
        line-height: 37px;
    }
    .mainContentText3 {
        font-size: 20px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 980px) {
    html, body {
      overflow-x: hidden;
    }
    body {
      position: relative
    }
    .headerBox.active {
        background: rgb(0, 0, 0, 0.9);
    }
    .mainSiteBG {
        background-position: top center;
    }
    .mainNavBox {
        display: none;
        float: none;
        clear: both;
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }
    .mainNavBox a {
        display: block;
        border-top: 1px solid #cccccc;
        padding: 20px 15px;
    }
    .linkButton {
        border: 0 !important;
        border-top: 1px solid #cccccc !important;
        padding: 20px 15px !important;
        border-radius: 0 !important;
        margin-left: 0 !important;
    }
    .mobileNavIcon {
        display: block;
        float: right;
        color: #ffffff;
        font-size: 30px;
        padding: 15px;
    }
    .logoBox {
        padding: 20px 0 20px 10px;
    }
    .logoBox img {
        height: 60px;
    }
    .logoBox a {
        font-size: 18px;
        line-height: 18px;
    }
    .mainContentText {
        padding: 100px 20px 0 20px;
        font-size: 30px;
        line-height: 30px;
    }
    .mainContentImage {
        padding: 50px 0 0 0;
    }
    .mainContentImage img {
        border: 0;
        height: 300px;
    }
    .mainContentText2 {
        margin: 0;
        font-size: 25px;
        line-height: 25px;
        padding: 10px 0;
    }
    .mainContentText3 {
        font-size: 16px;
        line-height: 16px;
    }
    .contentBlock {
        width: calc(100% - 40px);
        margin: 0 0;
        padding: 20px 20px;
    }
    .contentImageBox {
        margin: 20px 0 0 0;
    }
    .contentImage {
        width: calc(33% - 22px);
        height: 100px;
        margin: 10px;
    }
    .contentTitle {
        font-size: 24px;
        line-height: 24px;
        width: 300px;
        border-bottom: 1px solid #000000;
        margin: 0 auto 20px auto;
        padding: 20px 0 5px 0;
    }
    .contactText {
        
    }
    .contactText1 {
        font-size: 14px;
        font-weight: bold;
        padding: 5px 0 0 0;
    }
    .contactForm {
        background-color: beige;
        box-shadow: 3px 3px 3px #cccccc;
        border-radius: 10px;
        padding: 20px;
    }
    .contactInput2 {
        width: calc(50% - 5px);
    }
    .contactInput3 {
        width: calc(50% - 20px);
        margin: 0 0 0 20px;
    }
    .contactInput input, .contactInput select, .contactInput textarea {
        width: 95%;
        font-size: 14px;
    }
    .contactInput2 input, .contactInput3 select {
        width: 95%;
        font-size: 14px;
    }
    .aboutImage {
        display: none;
    }
    .aboutImageMobile {
        display: block;
        border: 0;
        width: 100%;
        margin: 20px 0 20px 0;
    }
    .footerBanner {
        font-size: 10px;
        line-height: 10px;
    }
}