html {
	scroll-behavior: smooth;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 100%;
    font-weight: 500;
    padding: 1.1em 1em;
    letter-spacing: 1px;
    color: black;
}

#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.active,
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #2062ae;
}

#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}


/*
	#mainNav .navbar-nav .nav-item .nav-link.nav-last{
		padding-right:0px;
	}
	#mainNav .navbar-nav .nav-item .nav-link.nav-first{
		padding-left:0px;
	}
*/

.event-title {
    font-size: 20px;
    font-weight: bold;
}

.navbar {
    padding: .1rem 1rem;
}

.theme-color-sponsor {
    background-color: #FFFFFF;
}

.theme-color-1 {
    background-color: #F47920;
    color: white;
}

.theme-color-2 {
    background-color: #4f91cd;
    color: white;
}

.theme-color-3 {
    background-color: white;
    color: black;
}

.theme-color-4 {
    background-color: #212529;
    color: white;
}

.stats-sub {}

.stats-main {
    font-size: 22px;
    font-weight: bold;
}

#mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    /*		background-color: transparent;*/
    background-color: white;
    transition: all .5s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3)!important;
}

#mobileNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    /*		background-color: transparent;*/
    background-color: white;
    transition: all .5s;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.brand-logo {
    /* width: 150px; */
    width: 255px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.brand-logo-shrink {
    width: 100px;
}


/*
	.navbar-nav{
		border-bottom: 1px solid white;
	}
*/

.section-title {
    font-size: 22px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 1em
}

.section-title2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 1em
}

.subtitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.fixed-top {
    z-index: 1009;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529;
    border: 1px solid white;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #4f91cd;
}

.plus-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
}

.fourth {
    filter: brightness(40%);
}

.dl {
    max-width: 100px;
    height: 50px;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #2062ae;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mobileNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #2062ae;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mobileNav.navbar-dark .navbar-nav .nav-link {
    color: black !important;
}

@media (min-width: 576px) {
    .p-center {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    .p-center2 {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .dl {
        max-width: 200px;
    }
    .section-title {
        font-size: 40px;
        margin-top: 0;
        font-weight: bold;
        margin-bottom: 1em
    }
    .section-title2 {
        font-size: 28px;
        margin-top: 0;
        font-weight: bold;
        margin-bottom: 1em
    }
    .subtitle {
        font-size: 25px;
        font-weight: normal;
        text-transform: none;
    }
    .fourth {
        filter: brightness(100%);
    }
    .event-title {
        font-size: 30px;
        font-weight: bold;
    }
    .venue {
        font-size: 22px;
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    #mainNav {
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        transition: all .5s;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        font-weight: 500;
        padding: 1.1em 1em;
        letter-spacing: 1px;
    }
}

.featured-carousel {
    position: relative
}

.featured-carousel .owl-stage-outer {
    padding-bottom: 30px
}

.featured-carousel .owl-nav i,
.featured-carousel .owl-nav span {
    font-size: 40px;
    color: #efefef
}

@media (min-width: 1240px) {
    .featured-carousel .owl-nav i,
    .featured-carousel .owl-nav span {
        font-size: 80px
    }
}

.featured-carousel .owl-nav button {
    padding: 0;
    margin: 0;
    opacity: 1 !important
}

.featured-carousel .owl-nav button i,
.featured-carousel .owl-nav button span {
    color: #fea295
}

.featured-carousel .owl-nav button:hover {
    background: transparent !important
}

.featured-carousel .owl-nav button.disabled {
    cursor: not-allowed
}

.featured-carousel .owl-nav button.disabled i,
.featured-carousel .owl-nav button.disabled span {
    color: #efefef
}

.featured-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 24%;
    left: -15px
}

@media (min-width: 1240px) {
    .featured-carousel .owl-nav .owl-prev {
        left: -85px
    }
    .p-center2-left {
        padding-left: 8%!important;
        padding-right: 8%!important;
        margin-left: 8%;
        /* margin-right: 9%; */
    }
    .p-center2-right {
        padding-left: 8% !important;
        padding-right: 8% !important;
        margin-left: -15%;
    }
}

.featured-carousel .owl-nav .owl-next {
    position: absolute;
    top: 24%;
    right: -15px
}

.featured-item a {
    display: inline-block
}

.featured-item h3 {
    margin-bottom: 0
}

.featured-item p {
    margin-bottom: 10px
}

.featured-item .item-body {
    padding: 30px
}

.featured-item:hover {
    box-shadow: 0px 10px 20px 0px rgba(8, 6, 89, 0.1)
}

.featured-item:hover .item-body {
    background: #fff
}

.p-center {
    padding-left: 0%;
    padding-right: 0%;
}

#gradient_bg {
    background-image: linear-gradient(to bottom, rgba(255, 135, 0, 42), rgba(255, 96, 0, 60));
    background-size: cover;
}

.gradient_bg {
    background-image: linear-gradient(to bottom, rgba(255, 135, 0, 42), rgba(255, 96, 0, 60));
    background-size: cover;
}

.pos-abs-center {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pos-abs-center-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.h-35 {
    height: 35% !important;
}

.line-height-1p2 {
    line-height: 1.2em;
}