body {
    background: url("../img/papertexture.png") repeat;
    background-size: auto;
    font-family: "dutch-mediaeval-pro", sans-serif;
    padding-bottom: 1em;
    color: #61082b;
    margin: 0;
}

iframe {
    height: 750px;
    width: 100%;
}

h1,
h2,
h3 {
    font-family: "cc-goth-chic", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

address,
p,
strong {
    font-size: 1.25em;
    margin: 0;
    font-style: normal;
}

a {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

img.banner {
    max-width: 1170px;
    width: 100%;
    padding-top: 3em;
}

.section-padding {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 1em;
    max-width: 95%;
    margin: 0 auto;

    h1 {
        text-justify: center;
    }

    div {
        max-width: 1170px;
    }
}

.navigation {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #2e2a26;

    div {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;

        max-width: 1170px;
        height: 3em;
        margin: auto;

        a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.25em;
            max-width: 100px;
            width: 100%;
            height: 100%;
        }

        a:hover {
            background-color: #68a2f3;
        }
    }
}

@media (max-width: 768px) {
    .navigation div {
        max-width: 95%;
    }
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.btn-fill {
    margin-top: 0.5em;
    padding: 6px 12px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    color: #fff;
    background-color: #61082B;
    font-size: 1.5em;
}

.btn-fill:hover,
.btn-fill:focus {
    background-color: #4e0622;
}
