
* {
    box-sizing: border-box;
}

body {
    background-color: #224b5d;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    padding: 0px;
    margin: 0px;
}

.italic {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: italic;
}

.semi-bold {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-style: normal;
}

.semi-bold-italic {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-style: italic;
}

.bold {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
}

.bold-italic {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: italic;
}


h1, h2, h3, h4, div, p {
    color: #f0efea;
}

footer div {
    text-align: center;
    font-size: 0.7em;
    padding-bottom: 12px;
}
