:root {
    --grayDark: #515151;
    --grayWhite: #ffffff;
    --white: white;
    --textCarouselSize: 25px;
    --textCarouselLine: 40px;
}
.header-icons {
  display: none!important;
}
	
.rsform-submit-button {
    border-radius: 0px;
}

.txtClassic {
    color: var(--white) !important;
    font-size: 17px;
    line-height: 25px;
}


				.description-wrapper {
  background: var(--grayDark)!important;
}

.modal-title {
    text-align: center !important;
}

#sp-header {
    background: var(--grayDark) !important;
    padding: 0 55px 0px 0px !important;
}

.sp-megamenu-parent>li>a {
    color: var(--white) !important;
}

.sp-megamenu-parent>li>a {
    color: var(--white);
}

.sp-megamenu-parent>li.active>a:before {
    color: red !important;
}

.logo-image {
    height: 61px !important;
}

#sp-menu>.sp-column nav.sp-megamenu-wrapper {
    margin-top: 0px !important;
}

#sp-footer {
    background-color: var(--grayDark) !important;
}

body {
    background-color: var(--grayDark) !important;
}

.carouselHome .sppb-item img {
    object-fit: contain;
    height: 600px;
}

.sppb-carousel-text h2 {
    display: none;
}

.rowMargin {
    margin: 50px 0px 50px 0px !important;
}

.sppb-carousel-content {
    font-size: var(--textCarouselSize) !important;
    line-height: var(--textCarouselLine) !important;
}

.colorBlue {
    color: #0063db;
}

.colorPink {
    color: #ff0084;
}

.containerFlickr {
    align-items: baseline;
    display: flex;
}

.imgFlickr {
    height: 50px;
}

.titlePage {
    font-size: 40px;
    color: #e0c76e;
}

.video h3 {
    color: var(--white) !important;
}

.nav-counter {
    display: none !important;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    margin-left: 6px !important;
}

.rsform-input-box {
    background-color: var(--white) !important;
    font-weight: 400 !important;
    padding-left: 10px !important;
}

textarea.form-control {
    background-color: var(--white);
    font-weight: 400 !important;
    line-height: 26px !important;
    padding-left: 10px !important;
}

.rsform-submit-button {
    background: var(--white) !important;
    color: #424242 !important;
    padding: 3px !important;
}

.sppb-carousel-text {
    vertical-align: bottom !important;
    height: 600px;
}

.sp-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.sp-megamenu-parent>li>a::before,
.sp-megamenu-parent>li>span::before {
    background-color: #e0c76e !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #2020201f !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: white !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a::before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a::before {
    display: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    text-transform: uppercase;
}

#offcanvas-toggler>.fa {
    color: #ffffff !important;
}



/* Set the background color of body to tan */
/* On screens that are 992px or less, set the background color to blue */
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    #sp-header {
        padding: 0px 0px 0px 0px !important;
    }



    .carouselHome .sppb-item img {
        height: 466px;
    }

    .sppb-carousel-text {
        vertical-align: bottom !important;
        height: 466px;
    }

    .txtClassic {
        font-size: 15px;
        line-height: 24px;
    }

    .containerFlickr {

        display: inline;
    }

    .imgFlickr {
        margin-top: 11px;
    }

    .logo-image {
        height: 55px !important;
    }

    #offcanvas-toggler>.fa {
        font-size: 24px !important;
    }

}