body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    /* margin-right: -15px; */
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.navbar {
    padding: 0px !important;
}

.parentlink {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 50px;
    color: #fff;
}

.parentlink.active {
    background-color: #ffc20e !important;
    font-weight: bold !important;
    color: #262422 !important;
}

.parentlink.active:hover {
    color: #262422 !important;
}

.parentlink:hover {
    color: #ffc20e !important;
}

@media (max-width: 975px) {
    .fixed-top-spacer {
      /* top: 46.4px !important; */
        top: 0px !important;
    }
    .bannerspacer {
        top: 0px !important;
    }

    .newnav {
        display: none;
    }
    .menuspace {
        margin-top: 240px !important;
    }

}

@media (min-width: 975px) {
    .fixed-top-spacer {
      /* top: 95.57px !important; */
        top: 51px !important;
    }
    .bannerspacer {
        top: 51px !important;
    }

    .newnav {
        width: 100%;
        z-index: 1020;
        position: fixed;
        height: 51px;
        color: white;
        background-color: #262422;
        border-bottom: solid 3px #ffc20e;
    }
    .menuspace {
        margin-top: 100px !important;
    }

}

.nav-link {
    scroll-behavior: smooth;
    color: #ffc20e !important;
}

.logocolor {
    filter: invert(1);
}

#mainmenu {
    background-color: rgba(38, 36, 34, 0.5);
}

#mainmenu.scrolled {
    background-color: #262422;
}

#section1 {
    height: 100vh;
    width: 100%;
}

#section2 {
    padding: 40px;
    background-color: #262423;
}

#section3 {
    padding: 40px;
}

#section4 {
    background-color: #262422;
}

.subsection4 {
    background-color: #000000;
}

#section5 {
    background-color: #5f564f;
    color: white;
}

#section6 {
    color: white;
    padding: 40px;
}

.small-border {
    margin: 20px;
    width: 60px;
    height: 2px;
    background-color: #ffc20e;
    display: block;
}

.btn-outline-primary {
    border: 2px solid #ffc20e;
    color: #ffc20e;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-outline-primary:hover,
.menubtn:hover,.btn-outline-primary:active {
    background-color: #ffc20e !important;
    border-color: #ffc20e !important;
    color: black;
}

.menubtn {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: white;
    color: white;
    width: 200px;
}

.nav-pills button.active {
    border-color: #ffc20e !important;
    background-color: #ffc20e !important;
    color: black !important;
    text-shadow: none;
}
.primarycolor,
.link-light {
    color: #ffc20e !important;
}

.textstyle {
    font-family: 'Arvo', serif;
    /* font-size: 1.3em; */
    letter-spacing: 1px;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 2px 0px;
    font-weight: 100;
    margin: 0 0 1em 0;
    margin-bottom: 1em;
}

table {
    font-family: 'Arvo', serif;
}

.graybackground {
    background-color: #3a3a3a;
}

.galleryitem {
    height: 250px;
}

#footer {
    background-color: #3a3a3a;
    color: #ffc20e;
}

.yellow {
    border-bottom: 2px solid #ffc20e;
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-height: 180px;
}

.svgcolor {
    fill:#ffc20e
}