/*
 Theme Name:   Blogs@Baruch Block Theme for Courses
 Theme URI:    https//blogs.baruch.cuny.edu
 Description:  A Block-based Theme for Baruch Courses
 Author:       Shiraz Biggie and Christopher Silsby
 Template:     twentytwenty
 Version:      1.0.0
*/

#site-header {
	position: fixed;
	width: 100%;
}

#site-content {
	padding-top: 100px;
}

.featured-media {
	z-index: -1;
}

.featured-media figcaption {
	margin: 0.5rem auto 0 auto;
	width: 100%;
	text-align: right;
	font-size: .7em;
}



@media screen and (min-width: 700px) and (max-width:1000px) {
	#site-content {
		padding-top: 120px;
	}	
}

@media screen and (max-width: 700px)  {
        #site-content {
                padding-top: 80px;
        }       
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

.singular .entry-header {
	padding: 1rem 0; 
}

.singular .featured-media::before {
	bottom: 100%;
}

h1 {
	font-size: 6rem;
}

.entry-content {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

/*

.site-description, body:not(.overlay-header) .toggle-inner .toggle-text, .widget .post-date, .widget .rss-date, .widget_archive li, .widget_categories li, .widget cite, .widget_pages li, .widget_meta li, .widget_nav_menu li, .powered-by-wordpress, .to-the-top, .singular .entry-header .post-meta, .singular:not(.overlay-header) .entry-header .post-meta a {
	color: #ffffff;
}
*/

