/* BASE V1.7 */
.content_footer{
width: 100%;
min-height: 100px;
margin: auto;
display: flex;
align-items: center;
padding: 15px;
text-shadow: none;
}

.content_footer  a {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent !important;
}

.content_footer  a:hover {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent !important;
}

.content_header {
width: 100%;
margin:auto;
text-shadow:none;
}

.content_header a{
text-shadow: none !important;
}

.content_header a:hover{
text-shadow: none !important;
}

.topbar {
display: inline-block;
width: 100%;
vertical-align: top;
}

.topbar a {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent !important;
}

.topbar a:hover {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent !important;
}

#main-container {
	min-height:100%;
	position:relative;
}

main {
min-height: 90vh;
}

footer {
padding: 0 !important;
margin: 0 !important;
}

