@charset "utf-8";
/* CSS Document */

.headerfooter {
	background-color: black;
	overflow: hidden;
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
}

.headerfooter > ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
}

.headerfooter > li a, .dropbtn {
  	display: inline-block;
  	text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
}

.headerfooter > li a:hover, .dropdown:hover .dropbtn ~ #headerarrow{
  	color:white;
}

.headerfooter > li a:hover, .dropdown:hover .dropbtn{
  	color:white;
}


.dropdown > i {
	color: #FFCD00;
}

.dropdown > i:hover {
	color:white;
}

.headerfooter > li.dropdown {
  	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #222;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: #FFCD00;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	color: white;
	background-color: #666;
}

.dropdown:hover .dropdown-content {
	display: block;
}

#menubar {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#menubar > a, #menubar > ul {
	padding: 10px;
 	margin: 10px;
	font-size: 30pt;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	align-items: center;
	border-radius: 10px;
}

#menubar > a:link {
	color: #FFCD00;
}

.dropdown > a:link {
	color: #FFCD00
}

#menubar > a:visited {
	color: #FFCD00;
}

#menubar > a:hover {
	color: white;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	background-color: #222;
	color:white;
	font-size: 18pt;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main > h1 {
	font-size: 50pt;
	color: #FFCD00;	
}

main > h2 {
	font-size: 35pt;
	color: #FFCD00;	
}

main {
	flex: 1;
	width: 75%;
	margin-left:auto;
	margin-right:auto;
}

#eeo {
	font-size:12pt;
}

@media screen and (orientation: portrait) {
	main {
		width: 95%;
	}
	.splitbox {
		flex-direction:column;
	}
	main img {
		width: 95%;
		max-width: 95%;
	}
	main > h1 {
		font-size: 75pt;
	}
	main h2 {
		font-size: 50pt;
	}
	.contentbutton {
		height: 50pt;
		font-size:30pt;
	}
	.contentbutton i {
		font-size:30pt;
	}
	#menubar > a, #menubar > ul {
		font-size:40pt;
	}
	footer > .headerfooter {
		font-size: 30pt;
	}
	#footerlogos a img {
		width: 200px;
	}
	#eeo {
		font-size: 20pt;
	}
}

.splitbox {
	display:flex;
	justify-content:space-evenly;
	flex-wrap: wrap;
	margin-bottom:50px;
}

.split2 {
	margin:15px;
	width:auto;
	flex-basis:40%;
}

.split3 {
	margin:15px;
	width:auto;
	flex-basis:30%;
}

.split3 p, .split2 p {
	text-align: left;
}

footer {
	color: #ffcd00;
	font-size:16pt;
}

#footerlinks > div > ul > li > a {
	color: #FFCD00;	
}

#footerlinks, #footerlogos {
	display:flex;
	flex-wrap: wrap;
}

#footerlinks ul, #footerlinks li {
	margin: 0;
	padding: 0;
}

#footerlinks > div > ul {
	list-style-type: none;
}

.footerlinkbox {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
}

.footerlinkbox > p {
	margin-bottom:0;
}

#footerlogos {
	justify-content:center;
	align-items:center;
}

#footerlogos > a {
	margin:15px;
}

footer > .headerfooter {
	flex-wrap: wrap;
}

main img {
	max-width: 60%;
}

body a {
	color: #FFCD00;
}

.contentbutton {
	margin-right:auto;
	margin-left:auto;
	display:flex;
	padding:10px;
	align-items:center;
	color:black;
	background-color: #FFCD00;
	border-radius: 10px;
	text-decoration:none;
	justify-content:center;
	max-width:50%;
}

.asterisk {
	font-size: 9pt;
	color:gray;
}
