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

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

body {
	font-family: Roboto, sans-serif;
	color: #363E46;
}

h1, h2, .h1, .h2, .nav-head li a {
    font-family: mono45-headline, monospace;
    font-weight: 500;
    font-style: normal;
}

h1, .h1 {
    font-size: 5rem;
    letter-spacing: 16px;
    line-height: 1.1;
}

h2, .h2 {
    font-size: 3rem;
    letter-spacing: 5px;
    line-height: 1.1;
}

h3, .h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.25px;
}

footer h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

footer p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.75px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15px;
}

p.small {
    font-size: 14px;
    line-height: 24px;
}

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

    h1, .h1 {
        font-size: 50px;
        letter-spacing: 8px;
        line-height: 1.1;
    }

    h2, .h2 {
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 1.1;
    }

    h3, .h3 {
        font-size: 20px;
        letter-spacing: 0.25px;
    }

    p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.15px;
}
}

.nav-head li a {
    color: black !important;
    letter-spacing: 2px;
}

.nav-head {
    transition: background-color 0.25s ease-in-out;
}

.nav-head.active {
    background-color: white;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.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;
}

#home-hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

#home-hero > div, .hero > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}

#home-hero > div#scroll {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    top: unset;
    width: unset;
}

.hero {
    min-height: 45vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.hero.large {
    min-height: 60vh;
}

.hero.x-large {
    min-height: 80vh;
}

#home-hero:before, .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F0F0F0;
    opacity: 0.6;
}

.hero:before {
    background-color: #2C2C2C;
    opacity: 0.8;
}

.hero > div {
    color: white;
}

.nav-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#what-we-do {
    padding-left: 1rem;
}

#what-we-do i {
    color: #7C7C7C;
}

ul li {
    margin-bottom: 1rem;
}

#nav-links li {
    margin-bottom: 0;
}

#upcoming-events .event {
    position: relative;
    padding-bottom: 2rem;
    height: 100%;
}

.event .event-type {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #7C7C7C;
    font-weight: bold;
}

.event .event-details {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.event h3 {
    margin-bottom: 1rem;
}

.event p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.event .learn-more {
    position: absolute;
    bottom: 0;
}

.event.disabled {
    opacity: 0.5;
}

.learn-more {
    letter-spacing: 2px;
    text-transform: uppercase;
}

label {
    font-weight: bold;
    font-size: 14px;
}

.form-check-label {
    font-weight: normal;
}

.dropdown-menu {
    min-width: 12rem;
}

.up-next {
    font-family: mono45-headline, monospace;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.news-item {
    margin-bottom: 4rem;
}

.news-item .source {
    font-weight: bold;
    color: #7C7C7C;
}

.news-item h3 {
    margin-bottom: 1rem;
}

.news-item .date {
    font-size: 0.9rem;
    color: #7C7C7C;
    margin-bottom: 1rem;
}

.job-item {
    border-bottom: 1px solid #7C7C7C;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.job-item:last-child {
    border-bottom: none;
}

.text-gray {
    color: #7C7C7C;
}

.institution {
    height: 15rem;
    border: 1px solid #7C7C7C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.institution img {
    max-height: 100%;
}

#educationModal .modal-body img {
    max-height: 10rem;
}

.embed-responsive-16by9:before {
    padding-top: 75.25%;
}

ul.dropdown-menu li:hover {
    background: #277857;
}

ul.dropdown-menu li:hover a {
    color: #fefefe !important;
}
