#holder_top_logo {
    z-index: 1;

    position: fixed !important;
    top: 0 !important;
    width: 100%;

    padding-bottom: 12px;

    /* background: linear-gradient(#FFFFFF99, #FFFFFF55, #FFFFFF00); */
    background: #FFFFFF;
    /* border-bottom: 1px solid #233328; */
    
    box-shadow: 0 2px 6px 2px #00000033;
}

#top_logo {
    z-index: 1;

    background-color: #233328;
    color: #FFFFFF;
    width: 40px;
    height: 55px;

    position: relative;
    top: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;

    border-radius: 0 0 50rem 50rem !important;
    border: 1px solid #ffffff;
    border-top: none;
}

#top_logo .btn {
    position: absolute;
    bottom: 10px;
    width: 60%;
    left: 20%;
    margin: 0;

    /* margin: 70px 3px 0 3px; */
    /* width: 40px; */
    padding: 0;

    cursor: pointer;
    border: unset;
    background: unset;
    color: unset;
}

#top_logo .btn img {
    margin: 0;
    width: 100%;
}


*:focus {
    outline: none !important;
    box-shadow: none !important;
}


.vh-lg {
    min-height: 100vh;
}
.vh-md {
    min-height: 75vh;
}
.vh-sm {
    min-height: 50vh;
}

.min-w-25 {
    min-width: 25% !important;
}
.min-w-40 {
    min-width: 40% !important;
}
.min-w-50 {
    min-width: 50% !important;
}

.fw-tonn-Thin {
    font-weight: 100;
}
.fw-tonn-Light {
    font-weight: 300;
}
.fw-tonn-Book {
    font-weight: 400;
}
.fw-tonn-Medium {
    font-weight: 500;
}
.fw-tonn-Semibold {
    font-weight: 600;
}
.fw-tonn-Bold {
    font-weight: 700;
}
.fw-tonn-Regular {
    font-weight: 705;
}
.fw-tonn-Heavy {
    font-weight: 900;
}

.c-h1 {
    font-size: calc(2.675rem + 1.5vw);
}
@media (min-width: 1200px){
    .c-h1 {
        font-size: 5.0rem;
    }
}

.c-h3 {
    font-size: calc(1.975rem + 1.5vw);
}
@media (min-width: 1200px){
    .c-h3 {
        font-size: 4.0rem;
    }
}

.c-h5 {
    font-size: calc(1.575rem + 1.5vw);
}
@media (min-width: 1200px){
    .c-h5 {
        font-size: 3.0rem;
    }
}

.fs-smaller {
    font-size: 0.85rem;
}

.c-letter-spacing {
    letter-spacing: 1px !important;
}


.c-bgcolor-white {
    background-color: #ffffff;
}
.c-bgcolor-green {
    background-color: #233328;
}
.c-color-white {
    color: #ffffff;
}
.c-color-green {
    color: #233328;
}
.c-color-red {
    color: #640a10;
}
.c-color-black {
    color: #000000;
}


.div-line {
    content: "";
    background-color: #a1b4a7;
    margin: 0 auto;
    width: 1px;
    height: 30px;
    display: block;
}
.div-line.margin {
    margin: 30px auto;
}
.div-empty {
    content: "";
    /* background-color: #233328; */
    margin: 0 auto;
    width: 1px;
    height: 30px;
    display: block;
}


.btn.custom:hover, .btn.custom.active {
    color: #ffffff;
    background: #212529;
}

.btn.not-rounded {
    border-radius: 0 !important;
}

.btn.full-rounded {
    border-radius: 10rem;
}

.btn.custom {
    padding: 0.5rem 1.5rem;
    /* font-size: 0.9rem; */
    border: 1px solid #212529;
    color: #212529;
    background: unset;
    /* background: #ffffff; */
}


.c-bgcolor-green.c-color-white .btn.custom:hover, .c-bgcolor-green.c-color-white .btn.custom.active {
    color: #212529;
    background: #FFFFFF;
}

.c-bgcolor-green.c-color-white .btn.custom {
    border: 1px solid #FFFFFF;
    color: #ffffff;
}






#mainNav {
    background-color: #233328;
    color: #FFFFFF;
}

#mainNav a {
    display: block;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: 300;
}

#mainNav a.active {
    color: #FFFFFF !important;
    font-weight: bold;
    /* text-decoration: underline !important; */
    font-weight: 700;
}