/**handles:child-style**/
/*
 Theme Name:   ALL BIG LETTERS
 Theme URI:    
 Description:  Twenty Seventeen Child Theme
 Author:       Sebastianna Skalisky
 Author URI:   http://haverford.edu/college-communications
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         panels, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/

a,
.navigation-top a,
body.home #menu-item-119 a,
.navigation-top .current-menu-item > a, 
.navigation-top .current_page_item > a {
	color: #0c4c8e;
}

.social-navigation a {background-color: #0c4c8e;}

.social-navigation a:hover,
.social-navigation a:focus {background-color: #e41d2b;}

.main-navigation li li:hover,
.main-navigation li li.focus {background: #0c4c8e;}

.main-navigation li li:hover a,
.main-navigation li li.focus a {color: #ffffff !important;}


.panel-content .caption {
    color: #e41d2b;
    font-size: .8rem;
    text-align: right;
    padding-right: 1rem;
    margin-bottom: 0;
}

.wp-caption-text, h2 {color: #e41d2b;}

/* #post-2 .entry-header {display: none;} */


.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}
	
.site-description {
		font-size: 16px;
		font-size: 1.25rem;
	}


@media screen and (min-width: 48em) {
	
	.site-title {
		font-size: 46px;
		font-size: 5rem;
	}
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {font-size: 2.5rem; color: #e41d2b;}

.site-info a {display: none;}