body {
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;

    font-size: 20px;
    text-align: justify;
}

h1 {
    font-family: "Coming Soon", cursive;
    font-weight: 400;
    font-style: normal;
    color: #f5b635;
}

h2 {
    font-family: "Coming Soon", cursive;
    font-weight: 400;
    font-style: normal;
    color: #f59a3d;
}

.bg-home {
    background-image: url("../../images/nav_home.jpg");
    background-attachment: fixed;
}

.bg-classes {
    background-image: url("../../images/nav_classes.jpg");
    background-attachment: inherit;
}

.bg-teacher {
    /*background-image: url("../../images/nav_teacher.png");*/
    background-image: url("../../images/nav_team.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
}

.bg-news-spring {
    background-image: url("../../images/nav_news_spring.png");
    background-attachment: fixed;
}

.bg-news-summer {
    background-image: url("../../images/nav_news_summer.png");
    background-attachment: fixed;
}

.bg-news-fall {
    background-image: url("../../images/nav_news_fall.png");
    background-attachment: fixed;
}

.bg-news-winter {
    background-image: url("../../images/nav_news_winter.png");
    background-attachment: fixed;
}

.bg-events {
    background-image: url("../../images/nav_events.png");
    background-attachment: fixed;
}

.bg-rules {
    background-image: url("../../images/nav_rules.png");
    background-attachment: fixed;
}

.bg-mission {
    background-image: url("../../images/nav_mission.png");
    background-attachment: fixed;
}

.bg-afternoon {
    background-image: url("../../images/nav_afternoon.jpg");
    background-attachment: fixed;
    background-position: inherit;
}

.bg-support {
    background-image: url("../../images/nav_support.jpg");
    background-attachment: fixed;
}

.bg-read {
    background-image: url("../../images/nav_library.jpg");
    background-attachment: fixed;
}

.admin-container {
    height: auto;
    min-height: 800px;
    max-width: 1600px;
    padding: 32px;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

a {
    color: #3F3F3F;
}

a.active, a:hover {
    color: #f59a3d;
}

.pic-class {
    width: 100%;
    border-radius: 30%;
}

/*<uniquifier>: Use a unique and descriptive class name*/
/*<weight>: Use a value from 100 to 900*/

.gluten-italic {
    font-family: "Gluten", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.coming-soon-regular {
    font-family: "Coming Soon", cursive;
    font-weight: 400;
    font-style: normal;
}

.fredoka-regular {
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.caveat-regular {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
}

.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-header .title {
    font-weight: 400;
}

.title:after {
    content:"";
    display:block;
    height:4px;
    width:40px;
    background-color: #f59a3d;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0;
}

#nav {
    padding: 10px 0;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 0;
    background-color: #FFF !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    background: #FFF !important;
}

#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
    color: #fff;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 50px;
    display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

#nav.navbar .nav-link:hover {
    border-radius: 35px;
    background: #f5b635 !important;
}

#nav.navbar .nav-link.active {
    border-radius: 35px;
    background: #f59a3d !important;
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1C1D21;
}

#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #444444;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'Font Awesome\ 5 Pro', sans-serif;
}

#back-to-top:hover {
    opacity: 0.8;
}

.top-5 {
    top: 5px;
}

.proportions-box-square {
    position: relative;
    padding: 100% 0 0 !important;
    height: 0;
}

.proportions-box-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.background-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.background-left-top {
    background-position: left top;
}

.background-left-center {
    background-position: left center;
}

.background-left-bottom {
    background-position: left bottom;
}

.background-right-top {
    background-position: right top;
}

.background-right-center {
    background-position: right center;
}

.background-right-bottom {
    background-position: right bottom;
}

.background-center-top {
    background-position: center top;
}

.background-center-center {
    background-position: center center;
}

.background-center-bottom {
    background-position: center bottom;
}

.border-width-1 {
    border-width: 1px !important;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-width-3 {
    border-width: 3px !important;
}

.border-width-4 {
    border-width: 4px !important;
}

.border-width-6 {
    border-width: 6px !important;
}

.border-width-8 {
    border-width: 8px !important;
}

.border-width-12 {
    border-width: 12px !important;
}

.border-width-16 {
    border-width: 16px !important;
}

.border-width-24 {
    border-width: 24px !important;
}

.image-fit {
    object-fit: contain;
    object-position: center center;
}

.image-fit-left-top {
    object-position: left top;
}

.image-fit-left-center {
    object-position: left center;
}

.image-fit-left-bottom {
    object-position: left bottom;
}

.image-fit-right-top {
    object-position: right top;
}

.image-fit-right-center {
    object-position: right center;
}

.image-fit-right-bottom {
    object-position: right bottom;
}

.image-fit-center-top {
    object-position: center top;
}

.image-fit-center-center {
    object-position: center center;
}

.image-fit-center-bottom {
    object-position: center bottom;
}

.transition {
    transition: all 0.25s ease-in;
}

.transition-slow {
    transition: all 0.5s ease-in;
}

.transition-very-slow {
    transition: all 1s ease-in;
}

.line-height-1 {
    line-height: 1 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.opacity-85 {
    opacity: 0.85 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-50 {
    opacity: 0.50 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.bg-lightsalmon {
    background: lightsalmon !important;
}

.bg-lightskyblue {
    background: lightskyblue !important;
}

.bg-lightseagreen {
    background: lightseagreen !important;
}

.bg-yellow {
    background: yellow !important;
}

.bg-lightgreen {
    background: #f5b635 !important;
}

.h-700 {
    height: 700px !important;
}

.position-relative {
    position: relative !important;
}

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #f59a3d;
    margin: 15px 0;
}

.about i {
    font-size: 36px;
    color: #f59a3d;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #f5b635;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover h3 {
    color: #3F3F3F;
}

.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

label {
    margin-bottom: 0.5rem;
}

.custom-tooltip {
    --bs-tooltip-max-width: 500px;
}

.event-desc {
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
}

.event-time {
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
}

.news-desc {
    display: inline-block;
    vertical-align: middle;
}
