/*
###################################
TYPOGRAPHY
###################################
*/

.font-body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.font-heading {
    font-family: "Montserrat", serif;
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.text-shadow-large {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


h1, .heading-1,
h2, .heading-2,
h3, .heading-3,
h4, .heading-4,
h5, .heading-5,
h6,  .heading-6 {
    font-family: "Montserrat", serif;
    font-weight: 400;
/*     color: var(--gold); */
}

h1 {
/*     color: white; */
}



/* LG and up */
/* @media (min-width: 992px) { */


    h1.hero,
    .hero {
        font-size: 56px;
        line-height: 64px;
    }

    h1,
    .heading-1 {
        font-size: 48px;
        line-height: 56px;
    }

    h2,
    .heading-2 {
        font-size: 40px;
        line-height: 48px;
    }

    h3,
    .heading-3 {
        font-size: 32px;
        line-height: 40px;
    }

    h4,
    .heading-4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
    }

    h5,
    .heading-5 {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
    }

    main p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    main ul {
/*         list-style-type: '\2014'; */
/*         padding-left: 1rem; */
    }

    main li {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 14px;
    }


    main li {
/*         padding-left: 1rem; */
    }

    .heading-small {
        font-size: 2.375rem;
    }

    .text-intro,
    .text-intro p,
    p.text-intro {
        font-size: 24px;
        line-height: 32px;
        font-weight: 300;
    }

    .text-larger,
    .text-larger p,
    p.text-larger {
        font-size: 24px;
        line-height: 32px;
    }

    .text-large,
    .text-large p,
    p.text-large {
        font-size: 18px;
        line-height: 30px;
    }

   .text-small,
   .text-small p,
   p.text-small {
        font-size: 14px;
        line-height: 22px;
    }

    .blockquote {
        font-family: 'Montserrat', serif;
        font-size: 1.625rem;
        font-weight: 700;
    }

    .cite {
        font-size: 1.25rem;
        font-weight: 800;
        font-style: normal;
    }


/* } */


.social-list a:hover {
    opacity: 0.6;
}
