@charset "UTF-8";

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.otf') format('otf'),
		 url('../fonts/Roboto-Light.woff') format('woff'),
		 url('../fonts/Roboto-Light.ttf') format('truetype');
}

body, html {
	font-family: 'Roboto-Light', sans-serif;
    font-weight: lighter;
	font-size: 90%;
	width: 100%;
	min-width: 300px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	cursor: default;
}
.divider {
	min-width: 100%;
	border-top: 1px solid #808080;
	min-height: 1px;
}
.banner {
	color: #fdf5e6;
	background: transparent;
	font-size: 70px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
.banner span {
	display: inline-block;
	width: 210px;
	margin-top: 15px;
	margin-left: 20px;
	text-shadow: 2px 2px 5px rgb(18,28,18);
}

.menu {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	font-size: 14px;
}
.menu p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.menu-button {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	display: none;
}
.menu-line {
	position: absolute;
	width: 7px;
	min-height: 7px;
	border-radius: 50%;
	background-color: white;
	left: 8px;
	z-index: 10;
}
#first-line {
	top: 12px;
}
#second-line {
	top: 24px;
}
#third-line {
	top: 36px;
}
.menu-button {
	display: none;
}
.menu-button span {
	color: white;
	position: absolute;
	top: 40px;
}
.menu-container {
	text-align: center;
	margin: 0 auto;
	position: relative;
	max-width: 100px;
}
.hidden-menu {
	display: none;
	position: absolute;
	top: 37px;
	right: 27px;
	width: 110px;
	min-height: 30px;
	border-radius: 5px;
	font-size: 18px;
	color: white;
	background-color: black;
	opacity: 0.8;
	text-align: center;
}

.subsection {
	overflow: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #FFE4C4;
	width: 95%;
	max-width: 280px;
	border-radius: 5px;
	max-width: 1004px;
	margin: 0 auto;
	background: rgba(200,200,200,0.3);
	text-align: left;
	margin-bottom: 8px;
}
.img-link {
	min-width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.subsection-icons {
	border-style: solid;
	border-width: 2px;
	border-color: black;
}
.subsection-icons:hover {
	border-color: #fdf5e6;;
}
.subsection-txt {
	color: white;
	overflow: auto;
	width: calc(100% - 170px);
}
.nav-bar {
	font-size: 14px;
	height: 30px;
	background-color: black;
	line-height: 30px;
}
.bottom-bar {
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.site-link {
	float: left;
	margin-left: 20px;
}
.section-link {
	float: right;
	margin-right: 20px;
}

@media only screen and (min-width: 241px) and (max-width: 500px) {
	.menu {
		display: none;
	}
	.menu-button {
		display: block;
	}
}

@media only screen and (max-width: 240px) {
	.menu {
		display: none;
	}
	.menu-button {
		display: block;
		left: 180px;
	}
}
/* End of menu media queries */

@media only screen and (max-width:500px) {
	.subsection {
		flex-direction: column;
		font-size: 17px;
		width: 90%;
	}
	.subsection-txt {
		overflow: default;
		width: calc(100% - 15px);
	}
}

@media only screen and (max-width:375px) {
	div.banner {
		height: 55px;
		min-width: 240px;
		margin-top: 0px;
	}
	.banner span {
		font-size: 50px;
		text-align: left;
		margin-top: 10px;
		margin-left: 10px;

	}
}
