/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.section-title-outer {
    text-align: center;
    margin-bottom: 15px;
}
.section-title-outer .section-subtitle,
.section-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #373737;
}
.section-title-outer .section-title,
.section-title {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    /* color: #373737; */
    letter-spacing: -1px;
    /* background: -webkit-linear-gradient(#FFE8B7 0%, #FFC549 40%, #FFC549 60%, #FFECC3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
    font-style: italic;
    color: #273e7a;
    text-transform: uppercase;
}
.section-title-img img {
    max-width: 150px;
}

.btn-custom-s4 {
    padding: 8px 20px !important;
    color: #fde0d0;
    text-align: left;
    font-size: 16px;
    font-style: italic;
    letter-spacing: -1px;
    background-color: #fe7841;
    border: 4px solid #4659be;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 2px 4px 0px #243588;
    font-weight: bold;
}

.btn-custom-s4:hover {
    color: #4659be;
    background-color: #fe7841;
}

.btn-custom {
    background: url("../images/ornament/bg-button.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: #ffc549;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 25px;
}
.btn-custom:hover {
    color: #ffc549;
    opacity: 0.8;
    background-color: transparent !important;
}

.section-devider {
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    transform: translateY(-50%) translateX(-50%);
}

.fs-8px {
    font-size: 8px;
}

/* SEASON 3 */
.bg-logo {
    background: url("../images/ornament/logo-bg-register.png") no-repeat center !important;
    background-attachment: fixed !important;
}

/* SEASON 4 */
.bg-logo-s4 {
    background: url("../images/backgrounds/bg-pattern-s4.webp") !important;
    background-color: #fffcfa !important;
}

.section-title-s4 {
    max-width: 300px;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}
/* md: tablet */
@media (min-width: 768px) {
}
/* lg: desktop */
@media (min-width: 992px) {
    .section-title-outer {
        margin-bottom: 20px;
    }
    .section-title-outer .section-title,
    .section-title {
        font-size: 3rem;
    }
    .section-title-img img {
        max-width: 300px;
    }

    .section-title-s4 {
        max-width: 480px;
    }
}
/* xl: wide */
@media (min-width: 1200px) {
}
/* super wide */
@media (min-width: 1440px) {
}
