/*
Theme Name: HC-HL
Author: Katsutoshi Matsunaga
Author URI: https://www.greyheron.org/
Description: A theme for HeronConservation.
Version: 1.0
License: GNU General Public License
*/



h1.HL-name {
    font-family: Palatino, 'Times New Roman', serif;
    font-size: 2.3rem;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
}

p.HL-s-name {
    font-family: Palatino, 'Times New Roman', serif;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 700;
    margin-top: 1rem;
}

h2.HL-heading {
    font-family: 'Roboto Slab', 'Open Sans', Roboto, 'Avenir Next', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 2.8rem 0 -1rem;
    text-transform: uppercase;
}

span.HL-subhead {
    font-family: 'Open Sans', Roboto, 'Avenir Next', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #378734;
    padding-right: 1rem;
}

div.HL-img-h img {
    display: block;
    margin: 2.5rem auto;
    border: 1px #aaa solid;
    max-width: 40rem;
    height: auto;
}

div.HL-img-v img {
    display: block;
    margin: 2.5rem auto;
    border: 1px #aaa solid;
    max-height: 40rem;
    width: auto;
}

hr.HL-separator {
    margin: 2.5rem 0 2.5rem 0;
    line-height: 1;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}



/* --------------------------------------------------------------
	Media Query
-------------------------------------------------------------- */

@media screen and (max-width:1580px) {
    div.HL-img-h img {
        max-height: 70%;
        max-width: 70%;
    }

    div.HL-img-v img {
        max-height: 70%;
        max-width: 70%;
    }
}

@media screen and (max-width:898px) {
    h1.HL-name {
        font-size: 1.6rem;
    }

    p.HL-s-name {
        font-size: 1.2rem;
        margin-top: 0.8rem;
    }

    h2.HL-heading {
        font-size: 1.15rem;
    }
}