/*Any Global Styles will be on this page */
html {
	background-color:rgb(255, 242, 199);
	font-family: Arial Bold, Georgia;
}


.title, h1{
	width:100%;
	font-size: 80px;
	height:160px;
	text-align:center;
	margin:10px;
	font-weight:normal;
	color:rgb(0, 51,0);
	white-space:pre;
	}

h2 {
	font-size:40px;
	color:rgb(125, 50, 30);
	width:60%;
	margin-left:3%;
	margin-bottom:1%;
	margin-right:0%;
	
	
}
.navside {
    font-size:2em;
}
.navside input{
    font-size:40px;
}
.navside button{
    font-size:40px;
}
.navbar {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float:right;
	margin-bottom:2%; /*This margin is the white space after the navbar */
}
.box {
	float: right;
	color: white;
	background-color: rgb(125, 50, 30);
	text-align: center;
	text-decoration: none;
	font-size: 40px;
	width: 33.333333333333%;
    height: 40px;
    box-sizing: border-box;
	vertical-align: middle;
	font-family: Arial Bold, Georgia;
}
.box:hover {
	background-color: rgb(0, 51, 0);
}
header {
	height:200px;
}
header img {
	display: block;
	margin: auto;
	width:60%;
	height:60%;
	float:left;
	max-height:200px;
	max-width:200px;
	min-height:100px;
	min-width:100px;
}
.interestbtn {
    background-color:rgb(125, 50, 30);
    color: white;
    font-size: 40px;
    float: left;
    width:100%;
	text-align: center;
	height: 40px;
	font-family: Arial Bold, Georgia;
	padding:0px 0px;
	border-width:0px;
}

