/*
Theme Name:History 2020
Theme URI:https://www.libarts.colostate.edu/
Author:John Russell
Author URI:https://it.libarts.colostate.edu/
Template: libarts-theme
Description:Theme for the Department of History
Version:1.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Tags:responsive, mobile first, bootstrap
Text Domain:fundamentum
*/



/**
 * Table of Contents:
 *
 * 1.0 - Reset and Normalize
 *   1.1 - Plugins Reset/Override
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Author Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 *   6.15 - Homepage
 *	 6.16 - Events
 * 7.0 - Sidebars
 *   7.1 - Sidebar Blocks
 * 8.0 - Footer
 * 9.0 - Multisite
 * 10.0 - Media Queries
 * 11.0 - Print
 * -----------------------------------------------------------------------------
 */

h1,
.site-main h1 {
    line-height:0.85;
    font-size:clamp(5rem, 8vw, 8rem);
}
.page .site-main h1 {
    color:#fff;
    font-size:clamp(5rem, 10vw, 15rem);
}
.page .site-main h1 > span:first-of-type {
    display:block;
    color:#c4d92e;
}
.page .site-main h1 > span:first-of-type {
    font-size:66.666666%;
}
h2 {
    color:#002432;
    font-size:clamp(3rem, 3.2vw, 4rem);
    text-transform:uppercase;
}
h3 {
    color:#002432;
    font-size:clamp(2rem, 2vw, 2.4rem);
    text-transform:uppercase;
}


 
@media only screen and (min-width:768px) {

}



@media only screen and (min-width:992px) {
    h1:not(.widget-title),
    .page .site-main h1:not(.widget-title) {
        margin-left:-10rem;
    }
}



@media only screen and (min-width:1330px) {
    .margin-left-50 .fl-module-content {
        margin-left:-50px;
    }
}