@media screen and (min-width: 600px) {
	.usa-navbar {
		border-bottom: none;
	}
}


/* Masthead Content */
.masthead {
	position: relative;
	z-index: -1;
    color: #141415;
    background-color: #fff;    
}
.masthead-content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.masthead-content > img {
	display: block;
	width: 100%;
}
.masthead-banner {
	padding: 2em 2em 0;
	font-family: Arial, sans-serif;
	font-weight: 700;
	-moz-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.masthead-banner > :first-child {
	margin-top: 0;
}
.masthead-banner > :last-child {
	margin-bottom: 0;
}
.masthead-banner a {
	text-decoration: none;
}
.masthead-banner a:hover {
	background-color: #1e296e;
}
@media screen and (min-width: 951px) {
	.masthead {
		overflow: hidden;
	}
	.masthead-content {
    	overflow: hidden;
    }
    .masthead-content > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: auto;
        max-width: none;
        min-height: 100%;
    }
    @supports (object-fit: cover) {
        .masthead-content > img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
	.masthead-banner {
		display: inline-block;
		position: relative;
		z-index: 90;
		width: auto;
		max-width: 64rem;
		margin-top: 12rem;
		margin-bottom: 6rem;
		padding-right: 6rem;
		padding-bottom: 2em;
		color: #fff;
		background: orange;
	}
}
.masthead-banner > * {
	text-align: center;
}

/* Apply Button */
.apply-button {
	margin: 0;
	padding-left: 3.2rem;
	padding-right: 3.2rem;
	font-size: 2.1rem;
	font-weight: 700;
}

/* Main content */
.main-content > .page-content {
	padding-top: 0;
	background: none;
	background-size: cover;
}

.welcome-message {
	padding: 3.6rem 1.5rem;
}
.welcome-message > :first-child {
	margin-top: 0;
}
.welcome-message > :last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 600px) {
	.welcome-message {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (min-width: 768px) {
	.welcome-message {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}


.audience-button-row {
	margin-bottom: 4.25rem;
}
.audience-button-container {
	max-width: 60rem;
	margin: 0 auto 0.5em;
	background: transparent none center center no-repeat;
	background-size: cover;
}
.audience-button-applicant {
	background-image: url('../img/backgrounds/applicant.jpg');
}
.audience-button-participant {
	background-image: url('../img/backgrounds/participant.jpg');
}
.audience-button-mentor {
	background-image: url('../img/backgrounds/mentor.jpg');
}

.audience-button,
.audience-button:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 0;
	padding: 2rem;
	width: 100%;
	min-height: 30rem;
	line-height: 1.2;
	font-size: 3.2rem;
	font-family: Arial,sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	-moz-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.audience-button:hover,
.audience-button:visited:hover {
	color: #f7f7f8;
}
.audience-button-applicant .audience-button,
.audience-button-applicant .audience-button:visited {
	background-color: rgba(209, 198, 71, 0.26);
}
.audience-button-participant .audience-button,
.audience-button-participant .audience-button:visited {
	background-color: rgba(69, 193, 194, 0.26);
}
.audience-button-mentor .audience-button,
.audience-button-mentor .audience-button:visited {
	background-color: rgba(43, 57, 144, 0.26);
}
.audience-button-applicant .audience-button:hover {
	background-color: rgba(209, 198, 71, 0.69);
}
.audience-button-participant .audience-button:hover {
	background-color: rgba(69, 193, 194, 0.69);
}
.audience-button-mentor .audience-button:hover {
	background-color: rgba(43, 57, 144, 0.69);
}
@media screen and (min-width: 768px) {
	.audience-button-row {
		display: flex;
		justify-content: center;
	}
	.audience-button-row > li {
		flex: 1 0 auto;
		width: 33.334%;
		margin: 0;
	}
	.audience-button-row > :first-child {
		margin-left: 0;
	}
	.audience-button-row > :last-child {
		margin-right: 0;
	}
	.audience-button-container {
		max-width: 40rem;
	}
}
.center {
    text-align: center;
}
.float-right {
    float:right;
    display: inline-block;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 1rem;
    padding-right: .25rem;
    border-radius: 2px;
}
.box {
    border: thick solid orange;
    margin: 0.5em;
    padding: 2em;
}