@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');

body {
    font-size: 1.2rem;
    font-family: "Crimson Text", serif;/*Roboto, sans-serif!important;*/
}

body h1 {
    font-size: 2.5rem;
    /*font-family: "Open Sans", Roboto, sans-serif!important;*/
    margin-bottom: 2rem;
}

body p {
    margin-bottom: 1rem;
    color: #555555;
}

main a {
    color: black!important;
    text-decoration: underline;
}

main a:hover {
    color: grey!important;
    text-decoration: none;
}

.navbar-brand {
    padding: 0!important;
    font-size: 1.6rem!important;
}

main {
    margin-top: 50px;
    padding-bottom: 150px;
}

#cms-top + header + nav {
    top: 46px;
}

html {
    position: relative;
    margin-bottom: 0;
}

body {
    position: relative;
    min-height: 100vh;
}

footer {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    font-size: 14px;
    color: black!important;
    border-top: #aaaaaa solid 1px;
    background-color: #dddddd;
}

footer div {
    text-align: right;
    margin-top: 25px;
}

footer a {
    color: black!important;
    text-decoration: underline black!important;
}

nav {
    /*background-color: #1f2400;*/
    background-color: rgba(0, 0, 0, .9);
}

.align-left {
    float: left;
    margin-right: 1.5rem;
}

.align-right {
    float: right;
    margin-left: 1.5rem;
}

@media (min-width: 1200px) {
    div.container {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    article.container {
        max-width: 760px;
    }
}

.video-fullwidth {
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: relative;
    margin-top: 5%;
}

.video-fullwidth iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}