@font-face {
	font-family: "Century Gothic";
	src: url('fonts/Century Gothic.ttf') format("truetype");
}

@font-face {
	font-family: "Century Gothic Bold";
	src: url('fonts/Century Gothic Bold.ttf') format("truetype");
}

body {
	background-color:#727e70;
	margin:0;
	font-family:"Century Gothic";
}

.wrapper {
	margin: 0 auto;
	width: 1175px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.7);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.7);
	-ms-box-shadow:0px 0px 5px rgba(0,0,0,0.7);
	-o-box-shadow:0px 0px 5px rgba(0,0,0,0.7);
}

.sidebar-image {
	border-radius: 6px;
}

.nav-bar {
	height: 60px;
	text-align: center;
}

.nav-button {
	cursor: pointer;
}

.nav-button:hover {
	filter: brightness(180%) saturate(60%);
}

#formfonts {
	font-family:"Century Gothic";
	font-size:16px;
	text-decoration:underline;
	color:#060;
	font-weight:bold;
}

#doclayout {
	font-family:"Century Gothic";
	font-size:14;
	margin-bottom:30;
	margin-top:30;
	margin-left:23;
	margin-right:23;
}

#adults {
	margin-left: 200px;
}

#contact {
	font-size:35px;
	text-shadow:#0F6;
	padding: 0px;
	margin: 0px;
	line-height: 10px;
}

#contact a:link {
	text-decoration: none;
	color: #000;
}

#contact a:hover {
	text-decoration: none;
	color: #0C0;
}

.home-content {
	display: flex;
	height: 1200px;
}

.home-sidebar {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 50px;
	padding: 20px 0;
	width: 35%;
	background-color: #333300;
}

.home-sidebar > img {
	height: 60px;
}

.home-sidebar-award {
	text-align: center;
	padding: 0 35px;
}

.home-separator {
	width: 305px;
	height: 60px;
	background-image: url(images/scrollgraphic_top.PNG);
	background-repeat: no-repeat;
	background-size: contain;
}

.home-main {
	width: 65%;
	background: url(images/home_BG.jpg);
	padding: 50px;
	text-align: center;
	color: #362f22;
}

.child-main {
	width: 65%;
	background: url(images/HIWCHILDREN_BG.jpg);
	padding: 50px;
	text-align: center;
	color: #333300;
}

.adolescent-main {
	width: 65%;
	background: url(images/HIW_ADOLESCENTS_BG.jpg);
	padding: 50px;
	text-align: center;
	color: #333300;
}

.footer {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 9pt;
	background-color: #8b72ba;
	color: white;
}

.footer a:link {
	color:#FFF;
	text-decoration:none;
}

.download-button {
	display: block;
	border: none;
	outline: none;
	width: 140px;
	height: 49px;
	cursor: pointer;
	background-image: url(images/downloadbutton_main.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.download-button:hover {
	background-image: url(images/downloadbutton_rollover.png);
}

.download-button:active {
	background-image: url(images/downloadbutton_click.png);
}

.footer a:visited {
	color:#FFF;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.dropdown-menu {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 200px;
	margin-left: -40px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #6565c3;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 350ms;
}

/* DROPDOWN BUTTON BACKGROUND */
.dropdown-menu-row {
	font-family:"Century Gothic Bold";
	font-size: 11pt;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid rgba(0,0,0,0.35);
}

.dropdown-menu-row:last-of-type {
	border-bottom: none;
}

.dropdown-menu-row:hover {
	background-color: #45459f;
	color: #060;
}

.dropdown-menu-row:active {
	background-color: #38388d;
	color: #060;
}

/* DROPDOWN BUTTON LINK */
.dropdown-menu-row a:link {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #053f05;
}

.dropdown-menu-row a:visited {
	color: #053f05;
}

.dropdown-menu-row a:hover {
	color: rgb(108, 108, 108);
}

.dropdown-menu-row a:active {
	text-decoration: none;
	color: rgb(127, 127, 127);
}
