p{
	margin-top: 0%;
}

a{
	color: white;
}

a:hover {
	background-color: lightblue;
}

body{
	background-color: lightblue;
}

#container{
	height: 98vh;
	background-color: lightblue;
}


.titlebox{
	height: 9vh;
	background-color: #0d7887;
	border-style: solid;
	border-width: 0.25em;
	border-color: goldenrod;
}

.titletext{
	font-size: 5vw ;
	font-size: 5vh;
	color: white;
	text-align: center;
	padding-top: 0.8%;
}

.navbar{
	height: 4vh;
	background-color: #0e255d;
	margin-bottom: 1%;
	border-right-style: solid;
	border-right-width: 0.25em;
	border-right-color: goldenrod;
	
	border-left-style: solid;
	border-left-width: 0.25em;
	border-left-color: goldenrod;

	border-bottom-style: solid;
	border-bottom-width: 0.25em;
	border-bottom-color: goldenrod;
}

.navbox{
	color: white;
	float: left;
	margin-top: .5%;
	margin-left: 12.5%;
	font-size: 2vw ;
	font-size: 2vh;
}


.contentbox{
	width: 99%;
	background-color: #0d7887;
	margin-bottom: 1%;
	margin-left: .25%;
	border-style: solid;
	border-width: 0.25em;
	border-color: goldenrod;
}


.footerbox{
	height: 19vh;
	background-color: #0e255d;
	border-style: solid;
	border-width: 0.25em;
	border-color: goldenrod;
}

/*size and position of the imagebox divs used to show the different types of equipment in kendo*/
.imagebox{
	width: 50%;
	margin-top: 10%;
	margin-left: 25%;
}


/*size and position of the images of each type of kendo equipment*/
.image {
	width: 90%;
	margin-left: 5%;
}

/*fontsize, color, and textposition for the headers of each category of kendo equipment*/
.header{
	font-size: 3vh;
	font-size: 3vw;
	color: white;
	text-align: center;
}

/*fontsize,color, and textposition for the subheaders of the different categories of kendo equipment*/
.subheader{
	font-size: 2vh;
	font-size: 2vw;
	color: white;
	text-align: center;
}


/*fontsize, color, and position for the text describing each type of kendo equipment*/
.text{
	font-size: 1.8vh;
	font-size: 1.8vw;
	color: white;
	margin-left: 5%;
	margin-right: 5%;
}


/*the size and positions of the div boxes holding the content for each type of kendo equipment*/
.box{
	width: 70%;
	margin-left: 15%;
	margin-bottom: 5%;
}
