@charset "UTF-8";
body {
	font-size: 1.1em;
	border-top-left-radius: 0px;
	font-family: Metropolis, Cambria, Times, "Times New Roman", serif;
	font-family: Metropolis, verdana, trebuchet, arial, sans-serif;
	background-image: url(Assets/Graphics/stripes-light/stripes-light.png);
}
/*This image was soruced from https://www.toptal.com/designers/subtlepatterns/stripes-light/*/
.cccBoxesCreativesPadding  {
	margin-top: 25px;
}
/* CSS Document */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: rgba(255,255,255,0.83);
}
#container header {
	padding-bottom: 0px;
	border-bottom: 2px solid #FCB97E;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
header h1 {
	margin-top: 0px;
	text-decoration: none;
}
header h1 a {
	text-decoration: none;
}
#container header {
}
nav #topNav {
	width: 960px;
}
#topNav ul {
	margin-left: 0px;
	padding-left: 0px;
	text-align: right;
	text-decoration: none;
	list-style-type: none;
}
#topNav ul li {
	display: inline-block;
	margin-left: 40px;
	font-size: 1.1rem;
}
a:link , a:visited{
	color: #182427;
}
a:hover, a:active {
	color: #8D4A2D;
}
main {
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 70px;
	margin-left: auto;
	margin-right: auto;
}
#landscape {
	margin-left: 100px;
	margin-right: auto;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0 #919191;
	box-shadow: 0 0 0 #919191;
	margin-top: 30px;
}
#container main h1 {
}
.cccBoxes h2  {
	margin-left: 0px;
	padding-left: 10px;
	text-align: center;
}
.cccBoxes {
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 30px;
}
.cccBoxes img  {
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	border-radius: 0px;
	text-align: center;
}
.cccBoxes p  {
	margin-left: 0px;
	text-align: center;
}


.cccBoxes:after {
	content:"" ;
	display: table;
	clear: both;
}


footer {
	margin-top: 0px;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 80px;
}
footer h1 {
}
body {
}
footer ul li {
	text-align: center;
	text-decoration: none;
	list-style-type: none;
}
ul li a {
	text-decoration: none;
}
