@charset "utf-8";
/* CSS Document */

body {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
	font-size: 1.1em;
	line-height: 1.25em;
	background-color: white;
	margin-top: 0px;
	background-image: url(images/hokie-light.jpg)
}

header {
	height: 250px;
	background-color: black;
	background-image: url(images/hokie-maroon.jpg);
	margin: 0px;
}

#headcontent {
	width: 90%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}

#headcontent img {
	height: 100px;
	padding-top: 25px;
	float: left;
}

.navmenu {
	list-style: none;
	margin: 50px 0px;
	padding: 10px;
	float: right;
	display: inline-block;
}

.navmenu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
	padding: 5px;
	margin: 0px 5px;
}

.navmenu a:hover {
	color: #ff6c2a;
}

#mainsection {
	width: 90%;
	max-width: 1700px;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 5px 0px #6d6a74;
	position: relative;
	top: -100px;
	background-color: white;
	padding: 5px;
}

#title {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	/*color: #8c2b43;
	text-shadow: 1px 1px 1px #6d6a74;*/
}

#overview {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

a {
	text-decoration: none;
	color: #ff6c2a;
	font-weight: bold;
}

#donate-button {
	background-color: #8c2b43;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}

#donate-button:hover {
	background-color: #ff6c2a;
}

#splitsection {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#leftside {
	width: 75%;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
}

#rightside {
	width: 25%;
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
	vertical-align: top;
	
}

#rightside h2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
}

em {
	font-weight: bold;
}

#rightside a {
	text-decoration: none;
	color: #ff6c2a;
	font-weight: bold;
}

#rightside img {
	max-width: 100%;
	max-height: 100%;
}

#key-and-doc {
	width: 100%;
}

#keyside {
	width: 100%;
	display: inline-block;
}

#docside {
	width: 50%;
	display: none;
	vertical-align: top;
	text-align: center;
	margin-top: 5px;
}

#docside p {
	margin-top: 0px;
}

#docside a {
	text-decoration: none;
	color: #ff6c2a;
	font-weight: bold;
}

.key {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

.filterLi {
	display: none;
}

.show {
	display: block;
}

#myBtnContainer {
	width: 90%; 
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
	
.btn {
	border: none;
 	outline: none;
 	padding: 12px 16px;
	margin: 5px;
	background-color: #f1f1f1;
	cursor: pointer;
	width: calc(25% - 14px);
}

.btn:hover {
	background-color: #ddd;
}

.btn.active {
	background-color: #666;
 	color: white;
}

#myInput {
    width: calc(90% - 21px); 
	margin-right: auto;
	margin-left: auto;
	display: block;
    font-size: 16px;
    padding: 10px; 
    border: 1px solid #6d6a74; 
	border-radius: 10px;
    margin-bottom: 10px; 
	outline: none;
}

#ratingslist {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	list-style: none;
}

#ratingslist li {
	border: solid 3px #6d6a74;
	border-radius: 10px;
	margin: 10px 0px;
	padding: 0px 10px;
	background-color: white;
	overflow: auto;
}

.helmetphoto {
	float: left;
	height: 100px;
	width: 100px;
	padding: 10px;
	filter: grayscale()
}


.helmet {
	margin: 0px 0px;
	padding: 15px 10px;
	width: calc(50% - 20px);
	height: 25px;
	display: inline-block;
	color: #8c2b43;
	text-shadow: 1px 1px 1px #6d6a74;
	text-decoration: none;
}

#ratingslist li p {
	margin: 0px;
	padding: 5px 10px;
	display: inline-block;
	height: 15px;
	vertical-align: top;
}

.cost {
	width: calc(50% - 166px);
}

.detail {
	width: calc(50%);
	text-align: right;
}

.note {
	width: 50%;
}

.score {
	width: calc(50% - 166px);
	text-align: right;
	font-weight: bold;

}

.stars {
	color: #ff6c2a;
	font-size: 18px;
	width: calc(50% - 146px);
	text-align: right;
	padding-top: 15px!important;
	vertical-align: top!important;
}

#disclaimer {
	width: 90%;
	margin: 20px auto;
}

footer {
	height: 150px;
	background-color: black;
	background-image: url(images/hokie-gray-short.jpg);
	margin: 0px;
	position: relative;
	top: -50px;
}

#footcontent {
	width: 90%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}

#footcontent img {
	height: 100px;
	padding-top: 25px;
	float: left;
}

#footcontent p {
	list-style: none;
	margin: 50px 0px;
	padding: 10px;
	float: right;
	display: inline-block;
	text-align: center;
	color: white;
}


/*Hide sidebar under 1200px*/
@media (max-width: 1200px) {
	
	#splitsection {
		width: 80%;
	}

	#leftside {
		width: 100%;
		border-right: none;
		display: block;
	}

	#rightside {
		display: none;
	}
	
	#keyside {
		width: 50%;
	}
	
	#docside {
		display: inline-block;
	}

	.key {
		width: 100%;
	}
	
	#myBtnContainer {
		width: 100%
	}
	
	.btn {
		width: calc(50% - 14px);
	}

	#myInput {
   		width: calc(100% - 21px); 
	}

	#ratingslist {
		width: 100%;
	}
	
	#rightside {
		display: block;
		width: 100%;
	}
	
}



/*MOBILE OR TABLET*/
@media (max-width: 830px) {
	
	
	.navmenu {
		width: 150px;
		float: right;
		display: block;
		text-align: right;
		padding: 0px;
		margin: 30px 0px;
	}

	.navmenu a {
		margin: 0px 0px;
		width: 200px;
	}


	h1 {
		font-size: 24px;
	}
	
	#donate-button {
		display: block;
		width: auto;
		text-align: center;
		margin-top: 5px;
	}
	
	#keyside {
		width: 100%;
	}
	
	#docside {
		display: none;
	}

	.helmetphoto {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}


	.helmet {
		width: 90%;
		height: auto;
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	#ratingslist li p {
		padding: 10px;
		width: 90%;
		height: auto;
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	
	footer {
		height: auto;
	}
	
	#footcontent img {
		padding-top: 20px;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footcontent p {
		margin: 0px auto;
		float: none;
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	
}

/*MOBILE*/
@media (max-width: 450px) {
	
	#headcontent img {
		width: 40%;
		height: auto;
		padding-top: 35px;
		float: left;
	}
	
	#footcontent img {
		width: 40%;
		height: auto;
	}
	
}
