html,body{
    height: 100%;
    margin: 0;
    color: #101010 !important;
}

.typeahead-text {
    color: #101010 !important;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

h1, .h1{
    font-size: clamp(1.2rem, 3vw, 4.8rem);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
    font-weight: 200;
}

header.homepage h1 {
    line-height: 0.9;
    font-size: clamp(1rem, 10vw, 5rem); 
}

a {
    text-decoration: none;
}

b i,
i b {
    font-family: "Roboto script=latin rev=1", sans-serif;
}

picture.icon{
    margin: auto;
}
picture.icon.align-top{
    margin: 0 auto;
}

.icon.sm img{
    width: 128px;
}

.row > hr {

    border: none;
    opacity: 1;
    border-top: 3px solid black;
}

picture.icon img{
    max-width: 100%;
}

.background-image, .background-image > video{
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.background-cover{
    position: absolute;
    top: 0;
}

.no-padding-left{
    padding-left:0;
}

.no-padding-right{
    padding-right:0;
}

.row.no-padding > .col{
    padding-left: 0;
    padding-right: 0;
}

.btn {
    font-weight: 500;
}

.btn.focus, .btn:focus,
.btn-primary.focus, .btn-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

/* BUTTONS */
.bg-primary, .btn-primary {
    background-color: #007EBA !important;
    border-color: #007EBA !important;
}
.btn-primary:hover {
    background-color: #00558F !important;
    border-color: #00558F !important;
}
.btn-outline-primary {
    color: #007EBA !important;
    border-color: #007EBA !important;
}
.btn-outline-primary:hover {
    color: white !important;
    background-color: #007EBA !important;
}
.masthead-button {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.masthead-button:hover {
    background-color: #004b7e !important;
}
/* BUTTONS END */

/* COOKIES */
#cookie-notice {
    background-color: rgba(255,255,255,0.9);
    border: solid 1px #888;
	position:fixed;
	bottom: 0;
	left: 0;
	width:100%;
	display: none;
	z-index:100;
}
/* COOKIES END */

/* FORMS */
label {
    margin-bottom: 0.5rem;
}
.form-check {
    margin-bottom: 1.5rem;
}
/* FORMS END */

.navbar {
    background-color: #fff;
    height: 5rem;
    padding: 0;
}

.navbar .container {
    padding: 0 1rem;
    background-color: #fff;
}

.navbar a:not(.dropdown-item), .navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 300;
    font-size: large;
}

.navbar a:active,
.navbar a:hover:not(.dropdown-item),
.navbar-nav .nav-link.active {
    color: #f3f3f3;
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
    color: inherit;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #1AB5C1;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand .logo {
    max-height: 3rem;
}

.navbar-brand {
    line-height: 1rem;
}

.navbar-brand .name {
    font-size: 1.3rem;
    font-weight: 500;
}

.navbar-brand .strapline {
    font-size: 0.8rem;
    color: #666;
}

.navbar-expand-lg .navbar-nav {
    background-color: #000;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav {
        background-color: transparent;
    }
}

.dropdown-menu-no-border {
    border: none;
}

/* MASTHEAD */
.masthead-content {
    position: relative;
    z-index: 6;
}
.masthead-background {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 5;
}
.masthead-background-divider {
    background-image: url("../images/homepage/wave-shape-divider-plus-icons.svg");
}
.masthead-background-no-divider {
    background-image: url("../images/homepage/just-icons.svg");
}
header.masthead {
    padding: 8rem 0 1rem 0;
    color: black;
    background-color: white;
}
header.masthead.homepage {
    padding-bottom: 8rem;
}
header.masthead .card {
    background-color: transparent;
}
/* MASTHEAD END */

/* GRAPHICS AND WAVE (SIDE) */
.graphics-wave-divider-side {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: -1px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
@media (min-width: 768px) {
    .graphics-wave-divider-side {
        background-image: url("../images/homepage/wave-shape-divider-plus-icons-side.svg");
    }
}
.graphics-wave-fill {
    color: #fff;
    background: linear-gradient(#1AB5C1, #145593);
    position: relative;
}
/* MASTHEAD SIDE */

/* PADDING */
.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
/* PADDING END */
header.masthead {
    padding: 8rem 0 1rem 0;
    color: black;
    background-color: white;
}

header.masthead.mastheadalt {
    padding: 8rem 0 8rem 0;
    color: #fff;
    background-color: rgba(var(--bs-dark-rgb),255);
}

header.masthead .card {
    background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
}

.bg-grey {
    background-color: #eee;
}

.bg-fame-gradient {
    background: linear-gradient(#1AB5C1, #145593);
}

.form-control {
    background-color: #f9f9f9;
}

header .form-control,
.field-box .form-control{
    background-color: #fff;
}

.categorynamecontainer,
.areanamecontainer,
.tagnamecontainer {
    display: none;
    border: 0;
    border-radius: .25rem;
    padding: 0;
    flex-wrap: wrap;
}

.categorynamecontainer div,
.areanamecontainer div,
.tagnamecontainer div {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
}

.categories-container,
.areas-container,
.tags-container,
.addcat-container {
    display: flex;
    justify-content: space-between;
}

.addcat-container button {
    margin-left: 1rem;
}

.categories,
.areas,
.tags {
    flex-grow: 1;
    margin-right: 1rem;
}

form p {
    font-weight: 500;
}
.field-box {
    background: #f9f9f9;
    padding: 1rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin: 0.7rem 0;
    position: relative;
}

.locationbutton,
.studentbutton,
.castbutton,
.locationmanagerbutton,
.venuebutton {
    margin: 0.7rem 0 1rem;
}
.field-box--close {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.extra-date-wrapper {
    position: relative;
    border: 1px solid lightgrey;
    border-radius: 0.25rem;
}

.image-uploader {
    border-radius: 0.25rem;
}

label {
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar-brand.company {
        border-left: 1px solid #eee;
        padding: 0.5rem 0 0.5rem 1rem;
    }
}

.image-link {
    height: 300px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #ffffff;
}

/* Lightbox2 vertical centering */
.lightbox {
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Lightbox2 vertical centering END */

.lightbox-link-wrapper {
    height: 300px;
    max-width: 350px;
}

.lightbox-link-image {
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}

.lb-data .lb-caption a.btn {
    /* Defaults to blue if not set */
    color: white;
}

.lb-link:hover {
    text-decoration: none;
}

.lb-close {
    bottom: 100%;
    position: fixed;
    right: 3%;
    top: 30px;
  }

/* NAV BARS */
nav {
    z-index: 10;
}
.fame-logo {
    height: 4rem;
}
.fame-container {
    justify-content: normal !important;
}
.fame-logo-wrapper {
    height: 6rem; /* navbar must share this height */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.fame-logo-wrapper-back {
    background-color: #eee;
}
.fame-menu-toggle span {
    font-size: 2rem;
    color: #007EBA;
}
.navbar {
    min-height: 6rem;
    max-height: 6rem;
}
#navbarNav {
    background-color: #fff;
}
.navbar.bg-transparent #navbarNav{
    background-color: transparent;
}
.nav-link {
    color: #007EBA;
}
.whitelabel-logo {
    max-height: 4rem;
    max-width: 20rem;
}
.whitelabel-logo-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.background-cfl, header.masthead.background-cfl{
    background-color: #A0CEEA; 
    /* Couldn't see logo if using #3B5F6B and white logo wouln't work in emails, so using tertiary here */
}
.tertiary-cfl, .btn-cfl{
    background-color: #A0CEEA;
}
/* NAV BARS ENDS */

/* Typeahead */
.tt-suggestion {
    font-size: 1rem !IMPORTANT;
    line-height: 1.25rem !IMPORTANT;
}

.location-spotlight-image {
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}

.location-spotlight-image-group {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}