* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

iframe {
    width: 100%;
}

nav {
    width: 95%;
}

.navLogo {
    position: absolute;
    left: 4%;
}

.cover-wrap {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
}

.page-cover {
    width: 75%;
    height: 460px;
    background-image: url('../img/IMG_1119-1-1536x1024.jpg');
    background-size: cover;
    background-position: center;
    position: fixed;
}

.news-page {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.page-wrap {
    display: flex;
    justify-content: center;
    z-index: 5;
    background-color: rgb(239, 239, 239);
}

.page-content {
    width: 65%;
    padding: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin: -140px auto 40px;
}

.page-content h1 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 400;
}

.page-content img {
    width: 100%;
    margin-top: 10%;
}

figure {
    font-weight: 100px;
    font-size: 0.9rem;
    margin: 1% 0 5% 0;
    text-align: center;
}

p {
    font-size: 1.2rem;
}

.sec6 {
    z-index: 5;
}

.sec6Wrap {
    z-index: 5;
    background-color: #3B6BB2;
}

footer {
    z-index: 5;
}

.footer-info p {
    font-size: 14px;
}
