/* fonts: Open Sans, Poppins & Square Peg */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap');


html {
    scroll-behavior: smooth;
}

.hero-image {
    background-image: url("../images/lines.png");
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kids-text {
    font-family: 'Fredericka the Great' !important;
}

.kids-text-2 {
    font-family: 'Comfortaa' !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 300;
    min-width: 300px;
    background-color: #f0f0f0 !important;
    color: rgb(84, 84, 84);
    overflow-y: scroll;
    overflow-x: hidden;
}

/* links */

a {
    text-decoration: none !important;
    color: #2c2c2c !important;
}

a:hover {
    text-decoration: underline !important;
}

a:active {
    background-color: #ffffff00 !important;
}

/* header */

header {
    font-family: 'Open Sans', sans-serif;
    background: white;
    position: sticky;
    top: 0px;
    z-index: 2000;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.topnav a {
    display: block;
    color: #f2f2f2 !important;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: #333333 !important;
    text-decoration: none !important;
    border-radius: 0rem;
}

.topnav a.active {
    background-color: #AA4586;
    color: #FFFFFF;
    border-radius: 0rem;
}

.topnav a.active:hover {
    background-color: #AA4586;
    color: #333333 !important;
}

.hide-nav {
    display: none;
}

.hide-sb {
    display: none !important;
}

.logo {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 80%;
    font-family: 'Poppins';
}

.logo-top {
    text-transform: uppercase;
    letter-spacing: -1px;
}

.logo-btm {
    text-transform: uppercase;
    color: dimgrey;
    font-weight: 300;
    letter-spacing: -1px;
}

.hyper-logo:hover {
    text-decoration: none !important;
}

.fw-dropdown-menu {
    width: 100vw;
    text-align: center;
    box-sizing: content-box;
}

.fw-dropdown-menu.show {
    box-shadow: 0px 102em 3em 100em #44444485;
}

.fw1 {
    transform: translate3d(0px, -5px, 0px) !important;
}

.fw2 {
    transform: translate3d(-5px, -5px, 0px) !important;
}

.fw3 {
    transform: translate3d(-15px, 50px, 0px) !important;
}

.nav-link:hover {
    background-color: #e3e3e3 !important;
}

/* colors and themes */
/* colors */

.text-1 {
    color: #1D8ACB !important;
}

.text-2 {
    color: #AA4586 !important;
}

.text-3 {
    color: #ED1B24 !important;
}

.slideshow-text {
    font-size: 1rem;
}

.ctheme-1 {
    background-color: #0e387a !important;
}

.ctheme-2 {
    background-color: #333333 !important;
}

.ctheme-3 {
    background-color: #1D8ACB !important;
}

.ctheme-4 {
    background-color: #ED1B24 !important;
}

.ctheme-5 {
    background-color: #4BB96C !important;
}

.ctheme-6 {
    background-color: #AA4586 !important;
}

.ctheme-7 {
    background-color: #6545aa !important;
}

.ctheme-8 {
    background-color: #787878 !important;
}

.ctheme-9 {
    background-color: #e6e6e6 !important;
}

.ctheme-10 {
    background-color: #d5d5d5  !important;
}

.btn-theme {
    border-bottom: 4px solid #6545aa !important;
}

.left-border {
    border-left: .7rem solid #6545aa !important;
}

.border-btn {
    font-weight: bold !important;
    background-color: #d7d7d7f6  !important;
}

.border-btn:hover {
    text-decoration: none !important;
    background-color: white !important;
}

.card-title {
    color:#54349b !important;
    font-size: 2em; 
    line-height: 1; 
    letter-spacing: -.05em; 
    font-weight: 600; 
    font-family: 'Poppins';
}

.upcoming-events {
    background: url('../images/ui/backdrop.png') no-repeat;
}

.digital-card {
    font-size: .7em;
    line-height: 1;
    font-family: Poppins;
}

.faqs-card {
    background-color: #ababab23;
    font-size: .9rem;
}

.location-badge {
    background-color: #0e387a !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.category-badge {
    background-color: #AA4586 !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.audience-badge {
    background-color: #6545aa !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.tags-badge {
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.event-heading {
    font-size: 1.4rem;
    letter-spacing: -1px;
    font-weight: 600;
    color: #3b3b3b;
}

.event-link:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
    border: transparent !important;
}

/* borders */
.border-theme {
    border-top: 3px solid #4a234c !important;
}

.cb-right {
    border-right: 1px solid #e6e6e6;
    padding: 0px 5px;
}

/* shadows */
.big-button:hover {
    text-decoration: none !important;
}

.big-button-shadow:hover {
    box-shadow: -1px 2px 5px #747474;
}

.glow-green {
    background-color: #4BB96C;
    border-radius: 1rem;
    padding: .10rem .2rem;
}

.text-light-6 { 
    font-family: 'Open Sans'; 
    font-weight: 700;
    letter-spacing: 1px !important;
}

/* buttons */

/* new and updated classes */

.heading1 {
    line-height: 1;
    letter-spacing: -.05em;
}

.mh-btn {
    background-color: #FFFFFF !important;
    color: #FFFFFF;
    box-shadow: -1px 2px #444444;
    border-radius: .25rem !important;
    border: 1px solid #444444 !important;
    font-size: .8rem !important;
    font-weight: 600 !important;
}

.mh-btn:hover {
    color: #0e0e0e !important;
    background-color: #AA4586 !important;
    color: white !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
}

.mh-btn.active {
    color: #0e0e0e !important;
    background-color: #AA4586 !important;
    color: white !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
}

/* ----------------------- */

.btn-font {
    font-size: .9rem !important;
    font-weight: 500 !important;
}

.f-title,
.f-title:hover,
.f-title:active {
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
}

.cta {
    background-color: #FFFFFF !important;
    color: #FFFFFF;
    box-shadow: -1px 2px #444444;
    border-radius: 0 !important;
    border: 1px solid black !important;
    font-size: .8rem !important;
    font-weight: 600 !important;
}

.cta:hover {
    color: #0e0e0e !important;
    background-color: #4BB96C !important;
    color: white !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
}

.cta.active {
    color: #0e0e0e !important;
    background-color: #4BB96C !important;
    color: white !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
}

.cta1 {
    background-color: #6545aa !important;
    color: #FFFFFF !important;
    box-shadow: -1px 2px #444444;
    border-radius: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.cta1:hover {
    color: #0e0e0e !important;
    background-color: #FFFFFF !important;
    color: black !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta2 {
    background-color: #AA4586 !important;
    color: #FFFFFF !important;
    box-shadow: -1px 2px #444444;
    border-radius: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.cta2:hover {
    color: #0e0e0e !important;
    background-color: #FFFFFF !important;
    color: black !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta3 {
    background-color: #1D8ACB !important;
    color: #FFFFFF !important;
    box-shadow: -1px 2px #444444;
    border-radius: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.cta3:hover {
    color: #0e0e0e !important;
    background-color: #FFFFFF !important;
    color: black !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta4 {
    background-color: #343a40 !important;
    color: #FFFFFF !important;
    box-shadow: -1px 2px #444444;
    border-radius: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.cta4:hover {
    color: #0e0e0e !important;
    background-color: #FFFFFF !important;
    color: black !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta5 {
    background-color: #ED1B24 !important;
    color: #FFFFFF !important;
    box-shadow: -1px 2px #444444;
    border-radius: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.cta5:hover {
    color: #0e0e0e !important;
    background-color: #FFFFFF !important;
    color: black !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta6 {
    background-color: #4BB96C !important;
    color: #FFFFFF !important;
    box-shadow: -1px 2px #444444;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.cta6:hover {
    color: #0e0e0e !important;
    background-color: #FFFFFF !important;
    color: black !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta7 {
    background-color: #FFFFFF !important;
    color: #0e0e0e !important;
    box-shadow: -1px 2px #444444;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    border: 1px solid black !important;
}

.cta7:hover {
    color: #0e0e0e !important;
    background-color: #AA4586 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta7.active {
    color: #0e0e0e !important;
    background-color: #AA4586 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta8 {
    background-color: #FFFFFF !important;
    color: #0e0e0e !important;
    box-shadow: -1px 2px #444444;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    border: 1px solid black !important;
    width: 5rem;
}

.cta8:hover {
    color: #0e0e0e !important;
    background-color: #AA4586 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta8.active {
    color: #0e0e0e !important;
    background-color: #AA4586 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta9 {
    background-color: #FFFFFF !important;
    color: #0e0e0e !important;
    box-shadow: -1px 2px #444444;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    border: 1px solid black !important;
}

.cta9:hover {
    color: #0e0e0e !important;
    background-color: #4BB96C !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta9.active {
    color: #0e0e0e !important;
    background-color: #4BB96C !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.tab-font {
    font-size: .9rem !important;
    text-transform: uppercase !important;
    font-weight: 500;
    letter-spacing: 1px;
}

.tab-font.active {
    background-color: #AA4586 !important;
    color: white !important;
    border-radius: .25rem;
    border-color: #AA4586 !important;
    box-shadow: -2px 4px #444444;
}

.dropdown .dropbtn {
    cursor: pointer;
    border: none;
    outline: none;
    color: white;
    padding: 8px 12px;
    margin: 0;
    background-color: #AA4586 !important;
    color: white !important;
    box-shadow: -1px 2px #444444;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    border: 1px solid black !important;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin-top: 2px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #AA4586 !important;
    color: white !important;
}

.dropdown-content a:active {
    background-color: #AA4586 !important;
    color: white !important;
}

.show {
    display: block;
}

.cta7-dd {
    background-color: #FFFFFF !important;
    color: #0e0e0e !important;
    box-shadow: -1px 2px #444444;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    border: 1px solid black !important;
}

.cta7-dd:hover {
    color: #0e0e0e !important;
    background-color: #AA4586 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

.cta7-dd.active {
    color: #0e0e0e !important;
    background-color: #AA4586 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: -2px 4px #444444;
    border: 1px solid black !important;
}

/* font-styles */
.cursive-print {
    font-family: "Square Peg";
}

.theme-head1 {
    font-weight: 500 !important;
    font-size: 1.2rem;
    color: #6545aa;
}

.fsize-xs {
    font-size: .7rem !important;
}

.fsize-sm {
    font-size: .9rem !important;
}

.fsize-lg {
    font-size: 1.2rem !important;
}

.fsize-xl {
    font-size: 1.6rem !important;
}

.mobile-menu-item {
    font-size: 1.1rem !important;
    padding: 4px 0px !important;
}

/* images */

.img-box {
    width: 100%;
    height: auto;
    margin: 0 !important;
    object-fit: cover;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 1rem;
    font-family: 'Open Sans';
    padding: 8px 12px;
    position: absolute;
    bottom: -32px;
    width: 100%;
    text-align: center;
}

.slideshow-wrap {
    filter: drop-shadow(0px 4px #2f2f2f);
}

.slideshow-cta {
    width: 105%; 
    margin-left: -2.5%;
    clip-path: polygon(0 0, 50% 14%, 100% 0, 100% 100%, 50% 86%, 0 100%);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.aactive,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.slide-fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* themed card containers */

.type-head-t1 {
    text-transform: uppercase;
    font-weight: 800;
    line-height: .9;
}

.type-subhead-t1 {
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6545aa;
}

.text-t1 {
    color: #6545aa !important;
}

.type-text-t1 {
    font-family: serif !important;
    line-height: 2;
}

.t1-card {
    background-color: #aa458759;
}

.t1-card-body {
    border-left: .4rem solid #AA4586 !important;
}

.type-head-t2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 3rem;
    line-height: .9;
}

.type-subhead-t2 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    color: #AA4586;
}

.text-t2 {
    color: #AA4586 !important;
    font-weight: 700 !important;
    font-family: 'Open Sans' !important;
}

.text-t2-light {
    color: #AA4586 !important;
    font-weight: 400 !important;
    font-family: 'Open Sans' !important;
}

.message-wrap {
    filter: drop-shadow(-4px 6px 5px rgba(50, 50, 0, 0.3));
}

.message-frame {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}

.theme-light-6 { background-color: #AA4586;}

.type-text-t2 {
    font-family: 'Open Sans', serif !important;
}

.t2-card {
    background-color: #6545aa4b;
}

.t2-card-body {
    border-left: .4rem solid #6545aa;
}

.type-head-t3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 3rem;
    line-height: .9;
}

.type-subhead-t3 {
    letter-spacing: -1px;
    font-weight: 600;
    color: #4BB96C;
}

.type-text-t3 {
    font-family: 'Open Sans', serif !important;
}

.t3-card {
    background-color: #4bb96c57;
}

.t3-card-body {
    border-left: .4rem solid #4BB96C;
}

.type-head-t4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 3rem;
    line-height: .9;
}

.type-subhead-t4 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    color: #1D8ACB;
}

.type-text-t4 {
    font-family: 'Open Sans', serif !important;
}

.t4-card {
    background-color: #1d8bcb46;
}

.t4-card-body {
    border-left: .4rem solid #1D8ACB;
}

.type-head-t5 {
    text-transform: uppercase;
    font-weight: 800;
    line-height: .9;
}

.type-subhead-t5 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    color: #808080;
}

.type-text-t5 {
    font-family: 'Open Sans', serif !important;
}

.t5-card {
    background-color: #33333341;
}

.text-t5 {
    color: #333333 !important;
    font-weight: 700 !important;
    font-family: 'Open Sans' !important;
}

.t5-card-body {
    border-left: .4rem solid #808080;
}

.type-head-t6 {
    text-transform: uppercase;
    font-weight: 800;
    line-height: .9;
}

.type-subhead-t6 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    color: #b8b8b8;
}

.type-text-t6 {
    font-family: 'Open Sans', serif !important;
}

.t6-card {
    background-color: #333333df;
    color: #f9f9f9;
}

.t6-card-body {
    border-left: .4rem solid #f9f9f9;
}

/* footer */

footer {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Poppins';
    background: white;
}

.contact-card {
    box-shadow: -2px 4px #a1a1a1;
    border-left: 10px solid #333333;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}

.footer_menu>ul>li {
    list-style: none;
}

.faqs-widget {
    border-radius: .25rem;
    border: 1px solid rgb(208, 208, 208) !important;
}

.faqs-answer {
    font-size: 1rem !important;
    font-family: 'Open Sans' !important;
}

.widget-title {
    color: #333333;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}

/* media queries */
/* medium screens */

@media only screen and (max-width: 600px) {
    .display {
        display: none;
    }

    .logo-img {
        width: 40px !important;
    }

}


/* large screens */

@media only screen and (min-width: 1000px) {
    .header {
        flex-direction: row;
        justify-content: right;
    }

    .show-nav {
        display: block;
    }

    .hide-btn {
        display: none;
    }

    .hide-sb {
        display: inline-flex !important;
    }

    .logo {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 80%;
        font-family: 'Poppins';
    }
}