@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/optima.ttf') format('truetype');
}

@font-face {
    font-family: 'Snell Roundhand';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/SnellBT-Regular.otf') format('opentype');
}

body {
    background: #FBFAF9;
    font-family: 'Optima';
    font-size: 17px;
    color: #333333;
}

p {
    line-height: 1.8;
}

h1, h2 {
    font-family: 'Snell Roundhand';
    color: #7B9776;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
    margin-block-start: 1em;
    margin-block-end: 0.6em;
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

a {
    color: #333333;
}

img {
    max-width: 100%;
}

.center-text {
    text-align: center;
}

.monogram {
    margin-top: 60px;
}
.monogram img {
    width: 225px;
}

.branch {
    margin-top: 20px;
    margin-bottom: 20px;
}
.branch img {
    width: 380px;
}

#map {
    width: 100%;
    height: 450px;
    margin-top: 15px;
}