@font-face {
	font-family: "San Francisco";
	font-weight: 400;
	src: url("../assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

@font-face {
	font-family: "San Francisco";
	font-weight: 600;
	src: url("../assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

body {
	font-family: "San Francisco";
	color: #292929;
}

.login {
	background: #FDFDFD;
	height: 100vh;
	min-height: 400px;
}

.login label.mute, a.mute {
	color: #8998AA;
	font-weight: 400;
}

.login label {
	font-weight: 600;
}

.card {
	border: none;
	border-radius: 10px;
}

header {
    position: fixed;
    z-index: 5;
    width: 100%;
    background: none;
    transition: all 1s ease-in-ease-out;
    padding: 15px 0;
}

header.active {
	background: #2C3453;
	transition: all 1s ease-in-ease-out;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    color: #fefefe;
}

.nav-link.btn.btn-primary {
	letter-spacing: 0;
}

@media only screen and (max-width: 600px) {

	.nav-link.btn.btn-primary {
	    font-family: bookmania, serif;
	    font-weight: 800;
	    color: #2C3453;
	    background: #FDD25B;
	    border-color: #FDD25B;
	    font-size: 15px;
	    padding: .5rem 0.5rem 0.275rem 0.5rem;
	}

	.nav-link {
	    letter-spacing: 1px;
	}

}

h1, h2, h3 {
	font-family: bookmania, serif;
	font-weight: 700;
}

p {
	font-family: proxima-nova, sans-serif;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: 0.75px;
    line-height: 1.5;
    font-weight: 600;
}

a {
    color: #fdd25b;
    text-decoration: none;
    background-color: transparent;
    font-weight: 800;
}

a:hover {
    color: #dea91a;
    text-decoration: underline;
}

footer a {
    color: #2C3453;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    font-weight: 800;
}

footer a:hover {
    color: #007bff;
    text-decoration: none;
}

.btn-primary {
	font-family: bookmania, serif;
	font-weight: 800;
	color: #2C3453;
	background: #FDD25B;
	border-color: #FDD25B;
	font-size: 20px;
	padding: .75rem 0.75rem 0.375rem 0.75rem;
}

.btn-primary:hover {
    color: #2C3453;
    background-color: #dea91a;
    border-color: #dea91a;
}

.hero {
	height: 100vh;
	background-image: url('../images/hero.jpg');
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100%;
}

.small-hero {
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero:before, .small-hero:before {
    opacity: 0.55;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #292929;
    min-height: 100%;
}

.hero .row, .small-hero .row {
	position: relative;
	z-index: 3;
}

.hero h1, .small-hero h1 {
	color: #fefefe;
	font-size: 48px;
}

.hero h1 span.small-h1, .small-hero h1 span.small-h1 {
	font-size: 30px;
	display: block;
}


@media only screen and (max-width: 790px) {

	.hero h1, .small-hero h1 {
		font-size: 35px;
	}

	.hero h1 span.small-h1, .small-hero h1 span.small-h1 {
	    font-size: 18px;
	}

}

.scroll {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    color: #fefefe;
    z-index: 3;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    width: 100%;
    text-align: center;
}

.scroll:after {
    background: none repeat scroll 0 0 #fefefe;
    content: "";
    display: block;
    height: 70px;
    position: relative;
    width: 1px;
    margin-top: 10px;
    left: 50%;
}

.intro, .reg-pad {
	padding: 80px 0;
}

.intro p.lead, p.lead {
	font-weight: 600;
}

.cta {
	background: #2C3453;
	color: #fefefe;
	padding: 80px 0;
}

.cta.heading {
    padding: 100px 0 40px;
}

.intro p:before, .cta h2:before  {
    background: none repeat scroll 0 0 #FDD25B;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 135px;
    margin-left: 0;
    margin-bottom: 30px;
}

.intro p.no-line:before  {
    content: none;
}

h2.p-l-auto:before {
    margin-left: auto;
    margin-right: auto;
}

.interests {
    padding: 25px;
    background: #efefef;
}

.form-check-label {
    font-family: proxima-nova, sans-serif;
    margin-top: 0;
    margin-bottom: 7px;
    letter-spacing: 0.75px;
    line-height: 1.5;
    font-weight: 600;
}

.schedule-box {
    text-align: center;
    border: 2px solid #2C3453;
    border-radius: 5px;
    padding: 25px;
    min-height: 300px;
    display: flex;
    align-items: center;
    background: #ffffff;
    transition: all 0.5s ease-in-ease-out;
}

.schedule-box:hover {
    cursor: pointer;
    background: #f3f3f3;;
}

.schedule-box h3 {
    color: #2C3453;
}

@media only screen and (max-width: 967px) {
    .nav-link {
        letter-spacing: 2px;
        font-size: 13px;
    }

    header .btn-primary {
        font-size: 14px;
        padding: 0.5rem 0.5rem 0.375rem 0.5rem;
    }
    .logo-mobile{
        height:100px;
        margin-bottom: -25px;
    }
    .hero, .small-hero{

        min-height: auto;
    }
}
.equal > div {
    height: 8rem;
}
.standard-text{
color:#343a40!important
}

.cta .text-center h2:before {
    background: none repeat scroll 0 0 #FDD25B;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 135px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
}