body, html {
    position: relative;
    height: 100%;
    margin: 0;
}
body {
    padding-top: 56px;
}
.anchor {
    display: block;
    position: relative;
    top: -56px;
    visibility: hidden;
}
.section1, .section3, .section5 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section1 {
    background-image: url("../images/bgimg1.jpg");
}
.section2 {
    background-image: url("../images/bgimg2.jpg");
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section3 {
    background-image: url("../images/bgimg3.jpg");
}
.section5 {
    background-image: url("../images/bgimg4.jpg");
}
.section1 .container, .section2 .container, .section3 .container, .section5 .container {
    padding-top: -56px;
}
.bg-black {
    background-color: #000000 !important;
}
.letterspaced {
    letter-spacing: 10px;
}
.rederror {
    width:100%;
    margin-top:.25rem;
    font-size:80%;
    color:#dc3545
}
.charcount {
    font-size:70%;
}
footer {
    position: static;
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
footer a:hover {
    color: #cbd3da;
    text-decoration: none;
}
@media (max-width: 575.98px) {
    .section1, .section3, .section5 {
        background-attachment: scroll;
    }
}