@charset "utf-8";
/* CSS Document */
/* Layout */

* {
	margin: 0px;
}

html {
	margin: inherit;
	/*background-color: #00001C;*/
	align-content: center;
}

body {
	max-width: 1500px;
	margin: 0px auto 0px auto;
	/*justify-content: space-between;*/
}

/*#top_wrapper {
	position: fixed;
	top: 0;
	margin: 0px auto 0px auto;
	overflow: auto;
	transition: 0.2s;
}*/

header {
	position: fixed;
	width: 100%;
	max-width: 1500px;
	text-align: center;
	height: 628.31px;
	max-height: 628.3px;
	min-height: 107.16px;
	z-index: 200;
}

#top_header {
	height: 560px;
	display: table;
	margin: 0px auto;
}

header h1 {
	font-size: 110px;
	display: table-cell;
	vertical-align: middle;
}

#social_media {
	/*float: right;*/
	padding: 20px;
	margin-right: 10px;
	margin-bottom: 55px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

#social_media a {
	margin-left: 5px;
}

nav {
	text-align: center;
	font-size: 1.5em;
	margin: 0px auto 0px auto;
	padding: .5em;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	width: inherit;
	max-width: 1476px;
}

nav a {
	text-decoration: none;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: .5em;
	padding-bottom: .52em;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}

nav a:visited {
	text-decoration: none;
}

nav a:hover {
	text-decoration: none;
}

#bottom_wrapper {
	margin: 0px;
	padding: 0px;
	padding-top: 700px;
	background-color: white;
	display: table;
	width: 100%;
	postition: static;
}

#left_column {
	float: left;
	width: 80%;
	padding: 0px;
	display: table-cell;
}

.bigCard {
	padding: 15px;
	/*filter: drop-shadow(.5em .5em #00001C);*/
}

.bigTitle {
	position: absolute;
	top: 5;
	left: 5;
	z-index: 1;
	border-radius: 10px;
	padding: 20px 10px 0px 10px;
	float: left;
	height: 2.5em;
}

.bigCard h2 {
	font-size: 1.5em;
	line-height: 0em;
	margin-bottom: 1.1em;
}

.bigCard h5 {
	font-size: .9em;
	line-height: 0em;
	margin-left: .2em;
}

.bigCard_content {
	border-radius: 10px;
	margin: 2em 10px 70px 15px;
	padding: 40px 10px 10px 10px;
	min-height: 4em;
}

#right_column {
	float: right;
	width: 20%;
	padding: 0px;
	display: table-cell;
}

.smallCard {
	margin: 0px 20px 50px 20px;
	padding: 10px;
		min-width: 80px;
}

.smallTitle {
	margin-bottom: -1.18em;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px 10px 5px 10px;
	height: 2.5em;
}

.smallCard_content {
	margin: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	min-height: 7em;
	padding: 10px;
}












