@charset "UTF-8";
.footer-custom {
    background-color: #353A40;
    color: #FF6B24;
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: small;
}
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: large;
}
.footerlinkbox {
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
}
.socialbox {
	display: block;
	text-align: center;
	padding-top: 20px;
}
.socialbox img {
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
.copyrightbox {
	text-align: center;
	padding-top: 20px;
}
.footer-custom a {
	background-color: #353A40;
	color: #FF6B24;
}
.footer-custom a hover {
	background-color: #353A40;
	color: #FFFFFF;
}
.content h2 {
    font-size: x-large;
    font-weight: bold;
    color: #FF6B24;
}
.content h1 {
	color: #FF6B24;
}
.content h3 {
    font-size: large;
    font-weight: bold;
    color: #FF6B24;
}
.content h4 {
	color: #FF6B24;
	font-size: medium;
}
.content a {
    color: hsla(0,0%,0%,1.00);
    text-decoration: underline;
}
.content a:hover  {
    color: #FF6B24;
    text-decoration: underline;
}
