@charset "UTF-8";
body {
	margin: 0 auto;
	font-family: raleway, lato, sans-serif;
}

.wrapper {
	overflow: auto;
	width: 1100px;
}
header {
	text-align: center;
	height: 200px;
	color: #fff;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
	margin-bottom: 10 px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
	background-repeat: no-repeat,repeat-x;
	background-position: 45% center, 0 0;
	background-size: auto 100%, auto auto, auto;
	background-image: url("Untitled design (2).png"), url("shattered.png")
}
header h2 {
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-shadow: 0px 0px 12.48px rgba(91,84,85,0.50);
	color: #373833;
	line-height: 0.8em;
	font-family: raleway;
	font-size: 66px;
	font-weight: 400;
	}
header p {
	margin: 0;
	line-height: 5em;
	font-family: lato;
	color: #373833;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0px 3px 4px rgba(0, 0, 1, 0.38);
	letter-spacing: .5em;
}
nav {
	background-color: #FA2742;
	text-align: center;
	background-image: -webkit-linear-gradient(90deg,rgba(210,1,22,1.00) 0%,rgba(219,0,22,0.18) 0%,rgba(219,0,22,1.00) 0%,rgba(255,63,79,1.00) 0%,rgba(255,0,28,0.00) 5.33%,rgba(255,57,70,1.00) 100%,rgba(234,0,16,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(210,1,22,1.00) 0%,rgba(219,0,22,0.18) 0%,rgba(219,0,22,1.00) 0%,rgba(255,63,79,1.00) 0%,rgba(255,0,28,0.00) 5.33%,rgba(255,57,70,1.00) 100%,rgba(234,0,16,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(210,1,22,1.00) 0%,rgba(219,0,22,0.18) 0%,rgba(219,0,22,1.00) 0%,rgba(255,63,79,1.00) 0%,rgba(255,0,28,0.00) 5.33%,rgba(255,57,70,1.00) 100%,rgba(234,0,16,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(210,1,22,1.00) 0%,rgba(219,0,22,0.18) 0%,rgba(219,0,22,1.00) 0%,rgba(255,63,79,1.00) 0%,rgba(255,0,28,0.00) 5.33%,rgba(255,57,70,1.00) 100%,rgba(234,0,16,1.00) 100%);
	-webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
a:link, a:visited {

    color: #F43F3F;

                text-decoration: none;

}

 

a:hover {

    color: #EC7000;

                text-decoration: underline dashed;

}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
nav ul li {
	margin: 0;
	display: inline-block;
}
nav ul li a:link  , nav ul li a:visited{
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	display: block;
	text-decoration: none;
	color: #373833;
	font-family: 'lato;
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
	
nav ul li a:hover {
		color: #380304;
		text-decoration: none;
		font-weight: bolder;
	}
.logowhite {
	color: #FFF;
}
main {
	overflow: auto;
}
main aside {
	padding: 10px;
	width: 20%;
	border-bottom: 3px solid #000;
	border-top: 5px solid #00;
	min-height: 150px;
	font-size: 90%;
}
main aside h2 {
	font-size: 120%;
}
main > section {
	width: 58%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0 1%;
	box-sizing: border-box;
}
main section h1 {
	margin: 0 0 5px 0;
	font-size: 42px;
	font-family: 'raleway;
	color: #373833;
	font-weight: 700;
	line-height: 22px;
}
main section article h2 {
	font-size: 28px;
	font-family: lato;
	color: #373833;
	font-weight: 700;
	line-height: 22px;
}
main section article p {
	font-family: 'lato;
	color: #373833;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
.sidebar1 {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar1 p {
	margin: 0 0 .5em 0;
	font-family: 'lato';
	color: #373833;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
.sidebar2 {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #DADBDB;
}
.sidebar2 p {
	margin: 0 0 .5em 0;
	font-family: 'lato'
	color: #373833;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
footer {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	clear: both;
	margin: 10px 0;
	background-color: #F98493;
	font-size: 90%;
	border-top: solid 3px #666;
	background-image: -webkit-repeating-linear-gradient(90deg,rgba(75,3,3,1.00) 0%,rgba(191,8,8,0.35) 0%,rgba(253,0,34,1.00) 95.67%,rgba(255,0,34,1.00) 97.92%,rgba(3,185,36,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(90deg,rgba(75,3,3,1.00) 0%,rgba(191,8,8,0.35) 0%,rgba(253,0,34,1.00) 95.67%,rgba(255,0,34,1.00) 97.92%,rgba(3,185,36,1.00) 100%);
	background-image: -o-repeating-linear-gradient(90deg,rgba(75,3,3,1.00) 0%,rgba(191,8,8,0.35) 0%,rgba(253,0,34,1.00) 95.67%,rgba(255,0,34,1.00) 97.92%,rgba(3,185,36,1.00) 100%);
	background-image: repeating-linear-gradient(0deg,rgba(75,3,3,1.00) 0%,rgba(191,8,8,0.35) 0%,rgba(253,0,34,1.00) 95.67%,rgba(255,0,34,1.00) 97.92%,rgba(3,185,36,1.00) 100%);
}
footer p {
	margin: 0 0 5px 0;
}
body,td,th {
	font-style: normal;
	font-weight: 100;
}