/*This is the main settings for everything like text n stuff*/
body {
	background-color: teal;
	color: brightgreen;
	font-family: 'Open Sans', sans-serif;
	background-image: ;
}

.sidebar img {
	float:left;
	width:98%;
	margin-right:1%;
	margin-left:1%;
}


.maintext1 img {
	float: right;
	width:40%;
	margin:2%;
}


.errortext1 img {
	float: left;
	width:40%;
	margin:2%;
	}
/* ======================================================== */

.topmenubar {
	margin-top: 20px;
	margin-right: 5%;
	margin-left: 5%;
	font-size:  15px;
	height: 100px;
	width: 90%;	
	border-radius: 15px;
	border: 4px solid gold;
	background-color: lightcoral;
}
/* ======================================================== */

/*top menu*/
.menuboxtop{
	padding:  15px;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
	margin-right: 4%;
	margin-left: 4%;
	font-size:  15px;
	height: 35px;
	width: 10%;	
	border-radius: 15px;
	border: 4px solid gold;
	background-color: lightpink;
	float: left;
}

/* ======================================================== */

/*sidebar*/
.sidebar {
	padding:  20px;
	margin-top: 20px;
	margin-left: 5%;
	font-size:  15px;
	height: 750px;
	width: 160px;	
	border: 4px solid gold;
	background-color: lightcoral;
	float: left;
}

/* ======================================================== */

/*small box inside sidebar*/
.menuboxside {
	padding:  15px;
	margin-top: 20px;
	margin-bottom: 70px;
	font-size:  15px;
	height: 70px;
	width: 75%;	
	border: 4px solid gold;
	background-color: lightpink;
	float: left;
}

/* ======================================================== */

.maintext1 {
	padding:  15px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5%;
	font-size:  30px;
	height: 767px;
	width: 72%;	
	background-color: lightsteelblue;
	border-radius: 15px;
	float: right;
}
/* ======================================================== */

/* Link that has never been clicked, un-visited link */
a:link {
color: darkorange;
text-decoration: none;
}

/* visited link */
a:visited {
color: darkslateblue;
text-decoration: none;
}

/* mouse over link */
a:hover {
text-decoration: none;
color: blue;
}

/* selected link */
a:active {
color: yellow;
text-decoration: none;
}

.bigtext1 {
font-size: 32pt;
color: gold;
}

.errortext1 {
	padding:  15px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5%;
	font-size:  60px;
	height: 767px;
	width: 72%;	
	background-color: white;
	border-radius: 15px;
	float: right;
}
