body {

}

#index-page {
	background-image: url('../images/hex.jpg');
}

#email-page {
	background-image: url('../images/windows.jpg');
}

.navbar {
	background-color:black;
}

/* Box to put title content in */
.titlearea {
	border: 7px solid #0377fc; /*#4d94ff;*/
	/*border-radius: 10px;*//*(corners)*/
	margin-top: 2%;
	margin-bottom: 3.5%;
	margin-left: 27.5%;
	margin-right: 27.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 45%;
	width: 45%;
}

.buttonarea1 {
	margin-left: 16%;
	margin-right: 16%;
	margin-bottom: 6.5%;
}

.buttonarea2 {
	margin-left: 19%;
	margin-right: 19%;
	margin-bottom: 1%;
}

/* Box to put text button content in */
.textbutton {
	border: 1.5px solid #fcba03;
	width: 90%;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	margin-left: 5%;
	margin-right: 5%;
}

/* Box to put image button content in */
.imgbutton {
	border: 2px solid #0377fc;
	width: 60%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20%;
	margin-right: 20%;
}

.textbox {
	border: 1.5px solid #fcba03;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mainarea {
	border: 2px solid #0377fc; /*#4d94ff;*/
	/*border-radius: 10px;*//*(corners)*/
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 0.5%;
	margin-right: 15%;
	height: 90%;
	width: 100%;
}

.topbar {
	background-image: solid #0377fc;
	height: 5%;
	width: 100%;
}

.footerarea {

}

.footbutton {
	border: 2px solid #0377fc;
	width: 10%;
	margin-left: 89.5%;
	margin-right: 0.5%;
}

.center {
	text-align: center;
}

h2 {
	font-family: 'Public Pixel', sans-serif;
	/*font-weight:bold;*/
	/*font-size: 14px;*/
	transform: scaleY(1.6);
	text-align:center;
	color:#ffffff;
}

.img80 {
	width:80%;
	border-radius: 10px;
}

.img100 {
	width:100%;
	border-radius: 10px;
}





