@import url("https://use.typekit.net/acg7emb.css");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap");
@import url("https://use.typekit.net/cno2cpj.css");

h1, h2, h3 {
    font-family: adobe-caslon-pro, "Libre Caslon Text", serif;
    color: #041e42;
}

h3 {
    font-size: 26px;
}

body, div, p {
    font-family: futura-pt, Urbanist, "Afacad Flux", sans-serif;
    color: #222222;
}

nav li a {
    font-family: futura-pt, Urbanist, "Afacad Flux", sans-serif;
    font-weight: normal;
    font-size: 22px;
}

.page-header {
    font-size: 32px;
}

form section {
    background-color: #edeeee;
}

label {
    font-weight: 500;
}

.small-notes {
    font-weight: 400;
}

:required {
    border-top: 1px solid #800;
    border-left: 1px solid #800;
    border-right: 1px solid #b88;
    border-bottom: 1px solid #b88;
    background-color: #f8f0f0;
}

.btn-primary {
    background-color: #64a70b;
    color: #041e42;
    font-weight: 500;
}

.main-navbar {
    background: #041e42;
}

footer {
    margin: 0;
}

footer .container {
     background-color: transparent;
}

.foot {
    font-size: 14px;
    margin-top: 35px;
    padding: 20px;
}

.new-line {
    display: block;
}

.bold {
    font-weight: bold;
}

footer {
    background-color: #041e42;
}

footer .container,
footer div {
    color: #fff;
}

footer a {
    color: #fff;
}
