/* -----------------------------------------------------------
    Load fonts
----------------------------------------------------------- */
@import url(/webfonts/begum_medium/stylesheet.css);
@import url(/webfonts/galano_grotesque_alt_regular/stylesheet.css);

/* -----------------------------------------------------------
    Global Styles
----------------------------------------------------------- */



    html {
        /*
            IMPORTANT - DO NOT CHANGE THIS VALUE WITHOUT READING DOCUMENTATION ON REM.
            THIS CAN BE FOUND IN MC: /documentation/art-gallery-sites/development/template-art-gallery-website-development/font-sizes-rem/
        */
        font-size: 10px;
    }
    body {
        font-family: 'GalanoGrotesqueAlt-Regularxx', Sans-Serif;
        font-weight: 200;
        /*color: #595959;*/
        color: #000000;
        font-size: 1.55rem;
        line-height: 3.5rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: -0.029rem;
    }
    a,
    a:visited,
    a:hover,
    .link_color,
    .link_color:hover {
        color: #303030;
    }
    h1, h2, h3, h4, h5, h6, #hero_header, .fullscreen_slideshow .hero_splash_text {
        font-family: 'begum-mediumxx', Serif;
        /*text-transform: uppercase;*/ text-transform: none;
        font-weight: 200;
        color:#020202;
        letter-spacing: 0.3rem;
        margin: 0 0 15px;
    }
    /* 
        2018 mods
    */
    .heading_wrapper h1,
    .heading_wrapper .subtitle {
        text-transform: none !important;
        letter-spacing: .01rem !important;
    }

    .cms_black {
        color: #000000 !important;
    }
    
   
    h1 a,h1 a:visited,
    h2 a, h2 a:visited,
    h3 a, h3 a:visited,
    h4 a, h4 a:visited,
    h5 a, h5 a:visited,
    h6 a, h6 a:visited {
        color:#020202;
        text-decoration: none;
    }
    h1 {
        font-size: 2.2rem;
        line-height: 2.5rem;
        letter-spacing: 0;
        margin: 0 0 50px;
    }
    h2 {
        font-size: 2.1rem;
        line-height: 2.4rem;
        letter-spacing: 0;
    }
    h3 {
        font-size: 2rem;
        letter-spacing: 0;
    }
    h4 {
        font-size: 1.8rem;
        letter-spacing: 0;
        margin: 0 0 10px;
    }
    h5 {
        font-size: 1.65rem;
        line-height: 2.2rem;
        letter-spacing: 0;
        margin: 0 0 6px;
    }
    h6 {
        font-size: 1.5rem;
        letter-spacing: 0;
        margin: 0 0 6px;
    }
    #custom_hero_header,
    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading > h2,
    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading > a > h2 {
        font-size: 4.8rem;
        line-height: 4.8rem;
        margin: 0;
        padding: 0;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'begum-mediumxx', Serif;
    }
    /*#custom_hero_header .subtitle,*/
    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading .subtitle,
    .fullscreen_subtitle {
        margin: 0;
        padding: 60px 0 0;
        letter-spacing: 0;
        font-size: 1.45rem;
        line-height: 2.2rem;
        color: #fff;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'begum-mediumxx', Serif;
        vertical-align: middle;
        display: block;
    }
    .fullscreen_subtitle .date, .fullscreen_subtitle .subtitle{
        letter-spacing: 0;
        font-size: 1.5rem;
        line-height: 3.5rem;
        color: #fff;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'begum-mediumxx', Serif;
        vertical-align: middle;
    }

    .fullscreen_slideshow ul li .content .fullscreen_subtitle .subtitle,
    .fullscreen_slideshow ul li .content .fullscreen_subtitle .date {
        letter-spacing: 0;
        font-size: 1.6rem;
        color: #fff;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'begum-mediumxx', Serif;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    .fullscreen_subtitle.divider .date:before,
    .fullscreen_slideshow ul li .content .fullscreen_subtitle .date:before {
        content: '';
        width: 3vw;
        display: inline-block;
        border-bottom: 1px solid #fff;
        vertical-align: middle;
        margin: 0 8px 0 6px;
    }
    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading .description {
        margin: 0;
        padding: 20px 0 0;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    input,
    select,
    textarea {
        font-family: 'GalanoGrotesqueAlt-Regularxx', Sans-Serif;
        font-weight: 200;
        color: #303030;
        font-size: 1.3rem;
    }
