body,
html {
    font-family: prohibition, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

html {
    scroll-behavior: smooth;
}

container {
    width: 100%;
    max-width: 1920px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0;
    margin-right: 0;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-x: hidden;
}

.navbar {
    height: 80px;
}

#navbar li {
    padding: 13px;
    font-weight: 400;
    font-size: 1.1em;
}

.navbar-brand img {
    max-height: 65px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.logoPic {
    margin-top: 50px;
    max-height: 300px;
}

.rightIntro {
    margin-top: 150px;
}

.specials {
    background-color: green !important;
    color: #fff !important;
}

.dropdown-menu {
    background-color: #222 !important;
}

.dropdown-menu li > a {
    color: #888 !important;
}

.firstDiv {
    /* The image used */
    background-image: url("/img/background-20.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;
    min-height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.firstDiv img {
    margin: 0 auto;
}

.firstDiv img {
    margin-top: 100px;
}

.firstDiv div {
    margin-top: 10px;
}

.secondDiv {
    /* The image used */
    background-color: #fff;
    /* Full height */
    height: 100%;
    padding-bottom: 125px;
}

.secondDiv h1 {
    padding-top: 125px;
    padding-bottom: 100px;
    text-align: center;
}

.firstDiv h1 {
    color: #000;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.firstDiv h2 {
    color: #000;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 75px;
    font-size: 24px;
}

.firstDiv {
    align-content: center;
    text-align: center;
}

.thirdDiv {
    /* The image used */
    background-image: url("/img/AdobeStock_126302489_Preview.jpeg");
    max-width: 1920px;
    /* Full height */
    height: 100%;
    min-height: 800px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.standOuttext {
    background-color: #000;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 125px;
}

.standOuttext h1 {
    padding-bottom: 50px;
    text-align: center;
}

.genSpacer {
    width: 20%;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 2px;
    margin-bottom: 50px;
}

.fourthDiv {
    background-image: url("/img/prod-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 125px 0px;
}

.fourthDiv h2 {
    text-align: center;
    text-decoration: none !important;
    color: green;
}

.fourthDiv img {
    padding: 0px 25px 0px 25px;
}

.fourthDiv h1 {
    text-align: center;
    font-weight: 600;
    padding-bottom: 100px;
}

.fifDiv {
    /* The image used */
    background-image: url("/img/rockflagandeagle.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;
    min-height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
}

.fifDiv h2 {
    text-decoration: none;
    text-align: center;
    font-size: 1.8 em;
    color: #fff !important;
}

.fifDiv p {
    text-decoration: none;
    text-align: center;
    font-size: 1.2 em;
    color: #fff !important;
}

.contactIcon {
    text-align: center;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none;
}

.fifDiv a {
    color: inherit;
}

.sixthDiv {
    /* The image used */
    background-color: #fff;
    /* Full height */
    height: 100%;
    padding-bottom: 125px;
}

.sixthDiv h1 {
    text-align: center;
    padding-top: 100px;
    font-weight: 600;
    padding-bottom: 100px;
}

.socIcons {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.socIcons a {
    color: green;
}

.sevenDiv {
    background-color: #999;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 10px 0px;
}

.footerText {
    font-size: 1.3em;
    line-height: 2.0em;
    text-decoration: none;
    color: darkgreen !important;
}

.footerText li {
    text-decoration: none;
    list-style: none;
}

.footerText a {
    color: inherit !important;
}

.footerPic p {
    text-align: center;
}

.footerPic img {
    max-height: 250px;
}

.rightFoot {
    text-align: end;
    padding-right: 50px;
}

.copyright {
    text-align: end;
}

@media screen and (max-width: 959px) and (min-width: 768px) {
    .footerPic img {
        max-height: 200px;
    }
    .secondRow {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .firstDiv img {
        margin-top: 100px !important;
    }
    .logoPic {
        margin-top: 0px !important;
        max-height: 300px;
    }
    .sevenDiv {
        text-align: center;
    }
    .rightFoot {
        text-align: center;
        padding-right: 0px !important;
    }
    .copyright {
        text-align: center;
    }
    .firstDiv {
        /* The image used */
        background-image: url("/img/background-20.jpg");
        max-width: 1920px;
        /* Full height */
        height: 100%;
        min-height: auto !important;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .firstDiv div {
        margin-top: 0px !important;
    }
    .firstDiv h1 {
        color: #000;
        font-weight: 600;
        padding-top: 25px;
        padding-bottom: 100px;
    }
}


/****Prohibition Oblique

font-family: prohibition, sans-serif;

font-weight: 400;

font-style: italic;


Prohibition Regular

font-family: prohibition, sans-serif;

font-weight: 400;

font-style: normal;