/*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);
	}
h1.Tech {
	clear:both;
}
h2 {
	font-size:40px;
	color:rgb(0,51,0);
	width:60%;
	margin-left:3%;
	margin-bottom:1%;
	margin-right:0%;
	
}
.navside {
    font-size:2em;
}
.navside input{
    height: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;
}

p.purpose {
	font-size:45px;
	float:left;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:1%;
	margin-bottom:1%;
	
	
}

p.about1, p.about3 {
	font-size:45px;
	float:left;
	width:60%;
	margin-left:5%;
	margin-top:0%;
	margin-bottom:0%;
	
	
}
p.about2 {
	font-size:45px;
	float:right;
	width:60%;
	margin-right:5%;
	margin-top:0%;
	margin-bottom:0%;
	
	
}

img.about1, img.about3 {
	margin-right:5%;
	margin-left:2.5%;
	width:25%;
	float:right;
	border-style:ridge;
	border-width:5px;
	border-color:rgb(125, 50, 30);
}
img.about2 {
	
	margin-left:5%;
	width:25%;
	float:left;
	border-style:ridge;
	border-width:5px;
	border-color:rgb(125, 50, 30);
}

div.about1, div.about2, div.about2 {
	margin-bottom:2.5%;
	width:100%;
	height:310px;
}
p.about3 {
	margin-bottom:7.5%;
}
.adminPage textarea {
	font-size:inherit;
	font-family:inherit;
	width:100%;
	height:500px;


}
.adminPage textarea.b {
	font-size:inherit;
	font-family:inherit;
	width:100%;
	height:300px;


}
p.tech {
	font-size:45px;
		float:left;
		width:70%;
		margin-left:5%;
		margin-top:0%;
		margin-bottom:2.5%;
	}
	img.tech {
		margin-right:2.5%;
		margin-left:2.5%;
		width:20%;
		float:right;
		margin-bottom:2%;
	}