body {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 13pt;
	font-weight: 400;
	line-height: 1.65;
	padding: 30px;
	margin-top: 40px;
	position: relative;
	margin: 80px 0 0 0;
	padding-bottom: 80px;
	background: #2B2B2B;
	display: block;
}

.header{background: #f6dc09;position: fixed;width: 100%;top: 0;left: 0;box-shadow: 0px -11px 5px 9px black;padding: 0px 0px;display: flex;justify-content: flex-start;font-size: 0;color: #000000;align-items: center;padding: 0 30px;height: 83px;}

#logo_container {height: 83px;width: 83px;background: #2b2b2b;margin-left: -30px;padding-left: 30px;padding-right: 20px;}

#logo_container img{height: 83px;width: 83px}

.header span {
    margin-right: 30px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 28px;
    line-height: 0;
}
footer#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #323232;
    color: #ffffff;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    font-size: 12px;
}
h3 {
    color: black;
}

a {
    text-decoration: none;
    color: #ffffff;
    text-decoration: underline;
}

li {
    color: #ffffff;
}

strong {
    color: #f6dc09;
}