
.header, .footer {
    background-color: #ffffff;
}

.header img {
    height: 10vh;
    width: auto;
}

.footer h4 {
    font-family: "Oswald";
    font-size: 30px;
    font-weight: bold;
    /*font-weight: 600;*/
    text-align: center;
    font-variant: all-small-caps;
}

.footer p {
    font-family: "Oswald";
    font-size: 14px;
    /*font-weight: 600;*/
    text-align: center;
}

.header .container {
    /* margin-top: 20px; */
    padding-top: 40px;
    padding-bottom: 20px;
}

.transparent-section {
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    /*background-position-y: -170px;*/
    opacity: 1;
}

.transparent {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 50px !important;
    /*font-weight: lighter;*/
    line-height:65px;
}

.opaque {
    background-color: #25354f;
    color: #ffffff;
}

.section-header {
    font-family: "Oswald";
    font-size: 26px;
    /*font-weight: 400;*/
    text-align: center;
}

p.centered-paragraph {
    text-align: center;
    font-family: "Barlow";
    font-size: 20px;
    /*font-weight: 500;*/
    margin-bottom: 0;
}

p.section-paragraph {
    font-family: "Barlow";
    font-size: 20px;
    /*font-weight: 200 !important;*/
    line-height: 30px;
    margin-bottom: 0;
}

p.copyright {
    font-family: "Barlow";
    font-size: 14px;
    /*font-weight: 400 !important;*/
    line-height: 18px;
    margin-bottom: 20px;
}

.dot-divider {
    font-size: 50px;
    text-align: center;
    color: #d6ba61;
}

hr {
    border-top: 1px solid #d6ba61 !important;
    margin-top: 20px !important;
}

.row1, .row2, .row4, .row5 {
    padding: 40px 0;
}

.footer-logo {
    padding-top: 10px;
}

h1.background-header {
    font-family: "Barlow";
    font-size: 28px !important;
    /*font-weight: 500 !important;*/
    font-variant: all-small-caps;
    color: rgb(136, 147, 168) !important;
}

h1.section {
    font-family: "Oswald";
    font-size: 32px;
    font-weight: bold;
    margin-top:40px;
    margin-bottom: 40px;
}
