body, html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
header {
    background-color: rgb(0, 163, 195, 1);
    position: fixed;
    width: 100%;
    z-index: 999;
}
header .brand {
    display: flex;
    align-items: center;
    width: 75%;
}
header .brand span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
}
header .brand span.first-span {
    font-family: "Raleway-Bold", sans-serif;
    margin-left: 12px;
}
header .brand span.last-span {
    font-family: "Raleway-Regular", sans-serif;
    font-style: italic;
}
header .navbar-brand {
    display: flex;
    align-items: center;
}
header .navbar-brand img {
    max-width: 60px;
    width: 100%;
}
header .content-type-menu img {
    max-width: 90px;
}
header .nav-link {
    color: #FFFFFF;
    font-family: "Raleway-Medium", sans-serif;
    font-size: 24px;
    text-shadow: 0px 5px 6px #00000029;
}
header .hamburger {
    position: relative;
    text-align: right;
    margin-right: 24px;
}
header input[type=checkbox] {
    opacity: 0;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}
header .icon-bars {
    margin-left: auto;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}
header .icon-bars .icon-bar {
    width: 40px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    backface-visibility: hidden;
    background-color: #FFFFFF;
    transition: all .3s ease;
}
header .icon-bars .bar-top {
    margin-top: -12px;
}
header .icon-bars .bar-bottom {
    margin-top: 12px;
}
header .menu-overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    background: rgba(41, 173, 194, 0.6);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
header .content-type-menu {
    padding: 24px;
    text-align: center;
}
header input[type="checkbox"]:checked, 
header input[type="checkbox"]:hover:checked, 
header input[type="checkbox"]:focus:checked {
   box-shadow: none;
}
header .menu-toggle:checked+.icon-bars .bar-top {
    margin-top: 0!important;
    transform: rotate(45deg);
}
header .menu-toggle:checked+.icon-bars .bar-middle {
    opacity: 0;
}
header .menu-toggle:checked+.icon-bars .bar-bottom {
    margin-top: 0!important;
    transform: rotate(-45deg);
}
header .menu-toggle:checked+.icon-bars+.menu-overlay {
    z-index: 1900;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.ajax-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    display: none;
}
.ajax-loader img {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}
.alert {
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    width: 100%;
    z-index: 99;
    justify-content: center;
    align-items: center;
    font-family: "Raleway-SemiBold", sans-serif;
    border-radius: 0;
    top: 86px;
    left: 0;
}
.alert.show {
    display: flex;
}
.alert-dismissible .close {
    position: relative;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
form .form-floating {
    margin-bottom: 16px;
} 
form .form-control {
    border-radius: 0;
    border: 1px solid #00A3C3;
}
body form .form-control, form .form-control::placeholder, body form label {
    color: #696969;
    font-family: "Raleway-Regular", sans-serif;
}
form textarea {
    min-height: 120px !important;
}
form .btn-container {
    text-align: right;
}
form .submit-btn {
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FEC48D;
    text-align: center;
    padding: 8px 16px;
    font-family: "Raleway-Bold", sans-serif;
    border-radius: 0;
}
form .submit-btn:hover,
form .submit-btn:focus {
    background-color: #d2ab86;
    color: #FFFFFF;
}
form .small {
    font-family: 'Raleway-Regular', sans-serif;
    margin-bottom: 8px;
    text-align: right;
}
footer {
    background-color: #696969;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 120px;
}
footer *, footer a, footer a:hover, footer a:focus {
    color: #FFFFFF;
    font-family: "Raleway-Regular", sans-serif;
    text-align: center;
}
body .addeventatc {
    background-color: #FEC48D;
    font-family: "Raleway-Medium", sans-serif;
    font-size: 16px;
    box-shadow: unset !important;
    margin-top: 16px;
    z-index: 1;
    transition: all 0.5s ease;
    color: #FFFFFF !important;
}
body .addeventatc:hover,
body .addeventatc:focus {
    background-color: #d2ab86;
    font-family: "Raleway-Medium", sans-serif;
    font-size: 16px;
    box-shadow: unset !important;
    margin-top: 16px;
    z-index: 1;
}
body .addeventatc .addeventatc_icon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body .addeventatc_dropdown .copyx {
    display: none;
}
body .addeventatc_dropdown span {
    font-family: "Raleway-Regular", sans-serif;
}
.back-link {
    display: inline-block;
    width: 100%;
    margin-bottom: 56px;
    font-family: 'Raleway-Medium', sans-serif;
    color: #414141;
}
@media only screen and (max-width: 991px) {
    header .brand span {
        font-size: 12px;
    }
    header .nav-link {
        font-size: 20px;
    }
    .contact-section p,
    form .form-control, form .form-control::placeholder {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    span.desktop {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    span.mobile {
        display: none !important;
    }
}
