body {
	background-color: #e8e8e8;
	color: #5a5a5a;
}

body *::selection {
    background: orange;
    color: white;
}

.header {
	width: 100%;
	height: 100px;
	font: normal 72px "Montserrat", arial, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 3%;
	color: #424242;
}
.subheader {
	width: 100%;
	height: 15px;
	font: normal 15px "Montserrat", arial, sans-serif;
	text-align: left;
	margin-top: -20px;
	margin-bottom: 2%;
	margin-left: 20px;
	color: #424242;
}
.main {
	width: 100%;
	background-color: white;
	height: auto;
	-webkit-box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	border-style: solid;
	border-color: #d8d8d8;
	border-width: 1px;
	padding: 55px;
	font-size: 18px;
}

.sidebar {
	width: 100%;
	background-color: white;
	height: auto;
	-webkit-box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	border-style: solid;
	border-color: #d8d8d8;
	border-width: 1px;
	font-size: 18px;
}

.sidebar2 {
	width: 100%;
	background-color: white;
	height: auto;
	-webkit-box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 63px -48px rgba(0,0,0,0.75);
	border-style: solid;
	border-color: #d8d8d8;
	border-width: 1px;
	font-size: 18px;
	padding: 25px;
}

.footer {
	color: #b1b1b1;
	text-align: center;
	font-size: 16px;
	margin-top: 3%;
	margin-bottom: 7%;
}

.footer a {
	color: red;
}

.footer a:hover {
	color: orange;
}

.footer hr {
	width: 70%;
}

.header a{
	color: #5a5a5a;
}

.header a:hover {
	color: #676767;
	text-decoration: none;
}

.button {
	width: 100%;
	height: 75px;
	background-color: #1e8a8a;
	 display: flex;
    align-items: center;
    justify-content: center;
	color: white;
	font-family: Arial;
	font-size: 25px;
	background-image: url("img/pattern1.png");
}

.button:hover {
	width: 100%;
	height: 75px;
	background-color: #037575;
	 display: flex;
    align-items: center;
    justify-content: center;
	color: white;
	font-family: Arial;
	font-size: 26px;
	background-image: url("img/pattern1.png");
	cursor: pointer;
}
