@font-face{
	font-family: "Raleway Regular";
	src: url("../fonts/raleway/Raleway-Regular.ttf");}
@font-face{
	font-family: "Raleway Light";
	src: url("../fonts/raleway/Raleway-Light.ttf");}
@font-face{
	font-family: "Raleway Bold";
	src: url("../fonts/raleway/Raleway-Bold.ttf");}

body {
	background-color: #FFFFFF;
	margin: 0px;
	min-width: 630px;
}

/* Style all buttons */
button {
}

.banner {
	text-align: center; 
	background-color: #FFF000; 
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 32px; 
	margin-bottom: -3px;
	margin-top: -3px;
}

.topUtility {
	text-align: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 30px;
}

/* Style overall navigation bar */
.topnav {
	background-color: #262626;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	padding: 10px 5px 10px;
}

/* Style logo image above navigation tabs */
img.logoImg {
	height: 70px;
	width: auto;
	margin-bottom: 14px;
	margin-top: 8px;
}

/* Style logo button above navigation tabs */
.logoButton {
	border: none;
	outline: none;
	background-color: inherit;
	font-family: inherit;
	margin: 0px;
	padding: 0px;
	height: 70px;
}

/* White background on logo on hover */
.logoButton:hover, .logoButton a:hover {
	margin: 0px;
	padding: 0px;
	height: 70px;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: none;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-family: "Raleway Bold";
}

/* Add an active tag to highlight the current page */
#topnavActive {
	text-decoration: underline overline solid 2px;
	text-decoration-color: #AD0000;
	text-underline-offset: 5px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
	padding: 10px;
	margin: 115px 20px 5px;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
	float: left;
	overflow: hidden;
	min-width: 16.66%;
	width: 130px;
	text-align: center;
	color: #FFFFFF;
}

/* Style the dropdown button without links to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	background-color: inherit;
	color: #FFFFFF;
	font-family: "Raleway Bold";
	text-align: center;
	padding: 10px 10px;
}

/* Style the dropdown buttons with links to fit inside the topnav */
.dropdown .dropbtnlink {
	font-size: 17px;
	border: none;
	outline: none;
	background-color: inherit;
	color: #FFFFFF;
	font-family: "Raleway Bold";
	text-align: center;
	padding: 10px 10px;
	cursor: pointer;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	color: #FFFFFF;
	background-color: #262626;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 0px;
	min-width: 16.66%;
}

/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	background-color: #262626;
	color: #FFFFFF;
	padding: 15px 20px;
	display: block;
	text-align: left;
}

/* Add underline on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover, .dropbtnlink:hover {
	text-decoration: underline;
	background-color: #262626;
	color: #FFFFFF;
}

/* Highlight dropdown links on hover */
.dropdown-content a:hover {
	text-decoration: underline;
	background-color: #262626;
	color: #FFFFFF;
	padding: 15px 20px;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
	display: block;
}

/* When the screen is less than 808 pixels wide, hide all links, except for the first one ("Logo"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 808px) {
	.topnav a, .dropdown .dropbtn {
		display: none;
	}

	.topnav a.icon {
		position: absolute;
		float: right;
		display: block;
		font-weight: bold;
		text-align: right;
		right: 0;
		top: 0;
		color: #262626;
		background-color: #FFFFFF;
	}
	
	.topnav a.icon:hover {
		color: #FFFFFF;
		background-color: #262626;
		text-decoration: none;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 808px) {
	
	.topnav.responsive  a.icon {
		color: #FFFFFF;
		background-color: #262626;
	}
	
	.topnav.responsive  a.icon:hover {
		color: #262626;
		background-color: #FFFFFF;
		text-decoration: none;
	}
	
	.topnav.responsive {
		position: relative;
		text-align: center;
	}
	
	.topnav.responsive a.icon {	  
		float: none;
		display: block;
		font-weight: bold;
		text-align: right;
		position: absolute;
		right: -15px;
		top: -110px;
	}
	
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	
	.topnav.responsive .dropdown {
		float: none; 
		width: 100%;
		border: none;
		text-align: center;
		text-decoration: none;

	}
	
	.topnav.responsive .dropdown-content {
		display: none;
		position: absolute;
		text-align: center;
	}
	
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: center;	
		margin-right: 20px;
	}
	
	.topnav.responsive .dropdown-content a:hover {
		text-decoration: underline;
		background-color: #262626;
		color: #FFFFFF;
	}
	
	.topnav.responsive .dropdown:hover .dropdown-content {
		display:contents;
	}
}


/* Footer style */
	.footer {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		background-color: #262626;
		color: #FFFFFF;
		font-size: 14px;
		padding: 60px 0px;
	}