body {
    background-color: #f4f4eb;
}

header {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

header h1 {
    
    color: #343434;
    line-height: 1;
    margin-top: 0;
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 3.125em;
    font-family: 'Playfair Display', serif;
    clear: both;
    font-weight: normal;
}

a, a:visited, a:hover {
    color: #416060;
    text-decoration: none;

}

h2 {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

h1 {
    text-align: center;
}

div.container {
    padding-bottom: 30px;
}