﻿/********************** LETTER ****************************/
.letter
{
	margin: 120px auto;
	color: black;
	font-size: 17px;
	line-height: 1.4em;
	width: 90%;
	max-width: 1280px;
}


    .letter h1
    {
        color: black;
        font-size: 2em;
        line-height: 1.2em;
        font-family: AvantGardeGothicProBold, sans-serif;
        margin-bottom: 50px;
    }

    .letter h2
    {
        font-family: AvantGardeGothicProBold, sans-serif;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        margin: 42px 0;
    }

    .letter h3
    {
        font-family: MuseoSansBold, sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin-top: 25px;
        text-transform: none;
    }

	.letter p
	{
		color: black;
		font-size: 1rem;
        margin-bottom: 25px;
	}

    .letter b
    {
        font-weight: 800;
    }

    .letter ul
    {
        list-style-type: disc;
        list-style-type: none;
        padding-left: 2rem;
        margin: 1rem 0;
        padding-left: 0;
        font-size: 16px;
    }

        .letter ul.default
        {
            list-style-type: disc;
            padding-left: 32px;
        }

        .letter ul.columns
        {
            column-count: 3;
            column-width: 50px;
            column-gap: 10px;
        }

        .letter li
        {
            font-size: 1rem;
        }

    .letter a
    {
        color: #DC049B;
    }

	.letter img.signature
	{
		max-width: 80px;
	}

    .letter .content
    {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 4rem;
    }

    .letter .heart
    {
        position: absolute;
        top: -2.5rem;
        right: 0;
        height: 227px;
        width: auto;
        z-index: -1;
    }


.dochero
{
    width: 161px;
    height: 96px;
    margin-bottom: 1rem;
}

.quote
{
    font-weight: bold;
}

.human_logo {
    width: 100%;
}
