@charset "utf-8";
/* CSS Document */

* {
	margin-top: 0px;
}
html {
	margin-top: 0px;
	background-color: #00001C;/*#00001C;*/
	align-content: center;
}
body {
	background-color: white;/*#deb388;*/
	max-width: 1500px;
	margin: 0px auto 0px auto;
	color: #31241a;
	/*justify-content: space-between;*/
}

.relative_box {
	position: relative;
	top: 0;
	margin: 0px auto 0px auto;
	overflow: auto;
	transition: 0.2s;
	z-index: 4;
}

header {
	position: fixed;
	width: 100%;
	max-width: 1500px;
	text-align: center;
	font-size: 1em;
	padding: 00px 0px 0px 0px;
	background-image: url("City4.gif");
	background-color: aliceblue;
	margin: 0px auto 0px auto;
	transition: 0.2s;
}

header h1 {
	/*background-image: inherit;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: invert(1) grayscale(1) drop-shadow(.075em .075em #f35135) contrast(1.5);*/
	color: orange;
	filter: drop-shadow(.075em .075em #f35135);
	font-family: "Allerta Stencil", sans-serif;
}

.social {
	float: right;
	padding: 20px;
	margin-right: 7px;
}
.social a {
	margin-left: 5px;
}
nav {
	/*max-width: 1486px;*/
	/*width: 1500px;1486px;*/
	text-align: center;
	font-size: 1.5em;
	margin: 0px auto 0px auto;
	/*margin-bottom: 30px;*/
	padding: .5em;
	background-color: #f35135;
	border-top: solid #8a332e 8px;
	border-bottom: solid #8a332e 8px;
	justify-content: space-between;
	color: #F2C400;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 1476px;
}
nav a {
	text-decoration: none;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: .5em;
	padding-bottom: .52em;
	font-family: sans-serif;
	background-color: #f35135;
	color: white;
	-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;
	background-color: orange;
}
/*.content {
	align-content: center;
	max-width: 1500px;
	margin: 10px auto 10px auto;
	padding: 60px 0px 80px 120px;
	font-size: 1.25em;
}*/

/*BLOG STUFF FOLLOWS*/
.row {
	margin: 0px;
	padding: 0px;
	padding-top: 35px;
	background-color: white;
	display: table;
	width: 100%;
	postition: static;
	bottom: 0;
}
.lcolumn {
	float: left;
	width: 80%;
	background-color: white;
	padding: 0px;
	
}

.card {
	background-color: transparent;
	padding: 15px;
	/*filter: drop-shadow(.5em .5em #00001C);*/
}
.card .title {
	background-color: orange;
	position: absolute;
	top: 5;
	left: 5;
	z-index: 1;
	border-radius: 10px;
	padding: 20px 10px 0px 10px;
	float: left;
	filter: drop-shadow(.25em .25em #8a332e);
	line-height: 0em;
}
.card h2 {
	font-size: 1.5em;
	line-height: 0em;
	margin-bottom: 1.1em;
}

.card h5 {
	font-size: .9em;
	line-height: 0em;
	margin-left: .2em;
	color: #202034;
}

.card-content {
	background-color: lightblue;
	border-radius: 10px;
	filter: drop-shadow(.5em .5em #202034);
	margin: 2em 10px 70px 15px;
	padding: 40px 10px 10px 10px;
	min-height: 4em;
}

.rcolumn {
	float: right;
	width: 20%;
	background-color: white;
	padding: 0px;
}

.smallcard {
	margin: 0px 20px 50px 20px;
	padding: 10px;
	filter: drop-shadow(.5em .5em #202034);
}

.smalltitle {
	background-color: orange;
	margin-bottom: -1.18em;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px 10px 5px 10px;
}

.smallcontent {
	background-color: lightblue;
	margin: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 4px solid #8a332e;
	min-height: 7em;
	padding: 10px;
}
/*.smallcard {
	background-color: lightblue;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	filter: drop-shadow(.5em .5em #202034);
	padding-left: 0px;
	margin: 0px 15% 50px 15%;
	padding: 0px;
}

.smallcard h3 {
	background-color: orange;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 1.4em;
	position: absolute;
}

.small-content {
	background-color: lightblue;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 0px;
	padding: 10px;
	margin-top: 1.4em;
	margin: 0px;
	line-height: 0em;
	min-height: 4em;
}*/
