/*
Theme Name: Immigration Syllabus
Theme URI: https://www.lib.umn.edu
Description: Child Theme of the Affinity one-page theme
Version: 1.0
Author: John Barneson
Author URI: http://wwww.lib.umn.edu
Template: affinity
Tags: responsive-layout, accessibility-ready, one-page
Text Domain: immigration-syllabus
*/

/* Responsive video embeds */
.video-container { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Widget Border */
#secondary .widget {
    border: none;
    font-size: 0.825rem;
    padding: 1.6em;
}
/* Footer */
#umnhf-f-myu .copyright-statement {
	text-align: center;
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	text-transform: none;
	width: 50%;
	max-width: 50%;
}
.site-footer .site-info {
}

.site-info {
    font-family: Helvetica,"Helvetica Neue",Futura,Verdana,Geneva,sans-serif;
    font-size: 14px;
	text-decoration: none;
	color: #000000;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
}
.site-info a {
	color: #000000;
}
.site-info p {
	font-style: normal;
}
.umnhf-f-title {
	padding-top: 10px;
}
#umnhf-f-myu p {
	font-size: .8em;
}
.featured-caption {font-size:.8em;}
/* Media Queries */
@media only screen and (max-width: 420px) {
	.featured-caption{display:none;}
}
@media only screen and (max-width: 767px) {
	.featured-caption{font-size:.6em;}
}