/****************************************/
/* FOOTER
/****************************************/

#page-footer {
	font-size: 14px;
	font-weight: 400;
	text-align: initial;
}
#page-footer-a {
	border-top: 1px solid var(--grey);
	background-color: var(--lightgrey);
	color: var(--darkgrey);
	padding: 50px 0 20px 0;
}
#page-footer-b {
	padding: 25px 0;
	background-color: var(--darkgrey);
	color: var(--darkgrey-inv);
	font-size: 13px;
}
#page-footer-b a {
	color: inherit;
}
#page-footer-b a:hover{
	color: var(--main-color-lighter);
}
#footer-copyright {
	margin-top: 2em;
	border-top: 1px solid;
	padding-top: 2em;
}



/* Footer Logo */
#footer-logo {
	line-height: 1em;
	margin-bottom: 1em;
}
#footer-logo img {
	height: 48px;
	vertical-align: middle;
}
#footer-logo span {
	display: inline-block;
	vertical-align: middle;
	padding: 15px;
}
@media screen and (min-width: 1200px) {
	#footer-logo {
		font-size: 1.125em;
	}
	#footer-logo span {
		width: 12em;
	}
}
@media screen and (min-width: 1600px) {
	#footer-logo img {
		height: 64px;
	}
}
/***/



/* Footer Widgets */
.footer-widget {
	margin-bottom: 3em;
}
.footer-widget > div {
	margin-bottom: 1em;
}
.footer-widget h3:after, 
.footer-widget h4:after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	margin: 0.5em 0.05em 0.75em 0.05em;
	background: var(--main-color);
}

figure.person-photo {
	float: right;
	color: var(--main-color);
	font-size: 8em;
	line-height: 1em;
}
/***/



/* Social menu */
.social-btns {
	font-size: 2em;
}
/***/



/* Footer nav */
#footer-nav {
	margin: 0 -0.75em;
	padding: 0 2.75em;
	text-indent: -2.75em;
}
#footer-nav li {
	display: inline-block;
	padding: 0.25em 0.75em;
	text-indent: 0;
}
#footer-nav li:last-child {
	display: block;
	margin-top: 20px;
}
@media screen and (min-width: 1200px) {
	#footer-nav {
		margin: 0 -0.75em;
		padding: 0;
		text-indent: 0;
	}
	#footer-nav li {
		padding: 0.75em;
	}
	#footer-nav li:last-child {
		float: right;
		margin-top: 0;
	}
}
/***/



/* Up Button */
#up-btn {
	position: fixed;
    right: 20px;
    bottom: 20px;
    width: 1.6em;
    height: 1.6em;
    font-size: 2em;
    background: #ddd;
    text-align: center;
    line-height: 1.6666em;
    border-radius: 0.8em;
	border-color: #ddd;
	background: #aaa;
	color: #fff;
	opacity: 0;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
body.scrolled #up-btn {
	opacity: 0.8;
	-webkit-transform: none;
			transform: none;
}
body.scrolled #up-btn:hover {
	opacity: 1;
}
/***/













@media (min-width : 1200px) {
}



/* Social icons */
#social-links {
	margin-bottom: 50px;
	text-align: center;
}
#social-links > li {
	display: inline-block;
	margin: 0 8px;
}
.fb-link,
.yt-link {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: transparent url('../img/social-icons.png') no-repeat;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.fb-link {
	background-position: 0 0;
}
.yt-link {
	background-position: -26px 0;
}
.fb-link:hover {
	background-position: 0px -26px;
}
.yt-link:hover {
	background-position: -26px -26px;
}
@media (min-width : 1200px) {
	#social-links {
		/*text-align: left;*/
	}
}
/***/
