
html{
    -webkit-text-size-adjust: 100%;
}

/* Type */
body{
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #3f3332;
}


h1, h2, h3, h4, h5{
    font-weight: 600;
}

h1{
    font-size: 24px;
    margin: 10px 0 40px;
    color: #998659;

}
h2{
    font-size: 22px;
}
h3{
    font-size: 20px;
    margin: 30px 0 5px;
}
h4{
    font-size: 18px;
    margin: 30px 0 10px;

}
h5{ font-size: 16px; }


p{
    margin: 0;
}

a{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.bold{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.justify{
    text-align: justify;
    margin-bottom: 16px;
}

.gold{
    color: #998659;
}

.gray{
    color: #AAA;
}

/* hr */
.hr{
    width: auto; height: 4px;
    margin: 30px 0; padding: 0;
    background: #eee;
}


/* list */
.list{}
    .list li{
        margin: 0 0 8px;
        list-style: square;
    }
