@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                        Template Modules by A-KRUEGER                          *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- *
 *                                  Footer                                       *
 * ----------------------------------------------------------------------------- */

footer {
	width: 100%;
	margin-top:100px;
	color: #ffffff;
	background:#336699;
	}
	
.footer-content {
	padding: 30px 0 50px 0;
}

.footer-box {
	padding: 10px;
	align-content: space-between;
	margin: 2.5px;
	color: #ffffff;
	}

.footer-box h3  {
	padding-bottom: 10px;
	color: #ffffff; 
    font-size: 1.7em; 
    font-weight: normal;
	font-family: DaxRegular, Arial, Verdana, serif;
	line-height: 0;
	text-align:left;
	margin-left: 0;
	padding-left: 10px;
}	

.footer-box p  {
	color: #ffffff; 
    font: normal 0.9em sans-serif;
	font-family: DaxRegular, Arial, Verdana, serif;
	line-height: 1.5em;
	text-align:left;
}

.footer-box a {
	font-size: 1.0em;
	color: #D9AD7C;
	text-decoration: none;
	}

.footer-box a:hover {
	text-decoration: underline;
	opacity: 0.4;
	}

.footer-box img {
	padding: 0;
	margin: 0;
	}

.footer-box li {
	font-family: DaxRegular, Arial, Verdana, serif;
	font-size: 1.0em;
	list-style-type: none;
	padding-left:10px;
	color: #D9AD7C;
}

.footer-content-bottom {
	padding: 20px 0 20px 0;
	background: #ffffff;
	text-align: center;
	}
	
.footer-content-bottom p {
	font-family: DaxRegular, Arial, Verdana, serif;
	color: #336699;
	font-size: 0.8em;
	text-align: center;
	}
.footer-content-bottom a {
	font-family: DaxRegular, Arial, Verdana, serif;
	color: #336699;
	font-size: 1.0em;
	text-decoration: none;
	}

.footer-content-bottom a:hover {
	text-decoration: underline;
	opacity: 0.5;
	}

.flex-footer-icons {
	display: flex;
	justify-content: center;
	align-items: center;
    max-width: 100%;
	margin: 0 auto;
    height: auto;
	padding-top: 0;
	padding-bottom: 35px;
    background-color: #336699;
	text-align:center;
}

.ff-icons img{
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	border-color:#ffffff;
	border-radius: 50%;
}

.ff-icons a{
	display: inline-block;
	font-size: 1.0em;
	text-align: center;
	line-height: 1.0em;
	margin-right: 20px;
	padding-top: 1px;
	text-decoration: none;
}

.ff-icons img:hover {
	opacity: 0.7;
}
