/*
Theme Name: CDL
Theme URI: https://cdl.ucf.edu/
Description: Child theme based on Twentyseventeen.
Author: Jacob Bates
Author URI: https://cdl.ucf.edu/
Template: twentyseventeen
*/

/* Font Imports */

@import url('https://cloud.typography.com/7825036/7491792/css/fonts.css');

@media screen and (min-width: 48em) {
	footer .social-navigation {
		width:100%;
	}
}

.site-footer {
	background-color: #2D2D2D;
	color: white;
}

footer .wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 96%;
}

footer h2 {
	text-transform: uppercase;
	color: white;
	letter-spacing: 3px;
}

footer .social-navigation a {
	background-color: #FFC904;
	color: black;
}

footer .social-navigation a:hover, footer .social-navigation a:focus {
	background-color: white;
	color: black;
}

footer .social-navigation .icon {
	height: 20px;
	width: 20px;
	top: 10px;
	left: 3px;
}

footer .menu-social-container {
	display:flex;
	justify-content: center;
}

footer .site-info {
	display: flex;
	justify-content: center;
	align-items: center;
	color: grey;
	letter-spacing: 2px;
	width: 100%;
	margin-bottom: 0;
}

footer .social-navigation {
	margin-bottom: 0;
}

footer .social-navigation ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

footer .right {
	border-right: 1px solid #FFC904;
	padding-right: 1%;
	padding-left: 1%;
}

footer #row {
	display:flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	font-weight: lighter;
	letter-spacing: 2px;
}

footer #row a {
	color: white;
}

footer #row a:hover, footer #row a:active  {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

footer #last {
	padding-right:1%;
	padding-left: 1%;
}

footer .foottitle {
	display: flex;
	justify-content: center;
}

footer .foottitle h2, footer .site-info {
	text-align: center;
}

.no-svg footer .social-navigation a:hover {
	padding: 0 2px 0 6px;
}

/** {
	border: 1px solid red;
}*/
