@charset "utf-8";
/* CSS Document */

body {
	background-color: #282828;
	font-family: 'Libre Franklin', sans-serif;
	padding-top: 10px
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #dc5b00;
	text-decoration: none;
}
.white {
	background-color: white;
	background-image: url(../images/colorboxleft.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding-left: 64px;
	padding-top: 77px;
	padding-bottom: 114px;
}
.black {
	background-color: #040708;
	background-image: url(../images/colorboxright.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: auto;
	color: #fff;
	font-size: 24px;
	padding-top: 65px;
	padding-bottom: 74px;
	text-align: center;
}
.black p {
	font-weight: bold;
}
.red {
	color: #dc5b00;
}
.blue {
	color: #036193;
}
.green {
	color: #59a11e;
}

