#content {
    max-width: 850px;
}

#next-club-meeting {
    font-weight: bold;
}

body,
html {
    height: 100%;
}

.small-title {
    display: none;
}

.end-of-page {
    padding-top: 20px;
    width: 800px;
    border-bottom: 1px solid lightgray;
}
.page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    padding-left: 200px;
}

.history-image {
    width: 20%;
    border-radius: 70px !important;
    float: left;
    margin: 4px 10px 0px 0px;
}

.nav {
    font-size: 12px;
    color: white;
    background-color: #00001f;

    flex: 0 0 200px;
    height: 100%;

    display: block !important;

    position: fixed;
    left: 0;
    width: 200px;
}

.nav-header {
    height: 100px;
    width: 87%;
    margin-left: 13px;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #00004f;
    font-size: 18px;
    background-image: url(../images/bg_1.jpg);
    background-size: cover;
    text-align: center;
}

.list-unstyled {
    list-style: none;
    width: 100%;
}

h2 {
    color: #00004f;
}

.menu {
    height: 100%;
}

.menu-item {
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
}

.menu-item a {
    padding: 15px 10px;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-item a:hover {
    color: #fff;
    background: #2f89fc;
    border-bottom: 1px solid #2f89fc;
    padding-left: -15px;
}

.mowing-dark {
    background-color: #e0e0e0;
}

.mowing {
    background-color: white;
}

.mowing-schedule {
    width: 75% !important;
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px;
    margin-left: 20px !important;
}

.mowing-past {
    opacity: 0.3;
}

.mowing-thisweek {
    background-color: #004000;
    color: white;
}

.gallery-content {
    margin-left: 0px !important;
}

.banner-image {
    width: 800px;
}

.active a {
    color: #b3a500;
    font-weight: bold;
}

.gallery-canvas {
    width: 800px;
    height: 600px;
}

.gallery-right {
    top: 300px;
}

.gallery-left {
    top: 300px;
    left: 767px;
}

.video-link {
    padding-left: 25px;
}

@media (max-width: 1025px) {
    .banner-image {
        width: 725px;
    }

    .end-of-page {
        width: 725px;
    }

    #content {
        max-width: 800px;
    }

    .gallery-canvas {
        width: 600px;
        height: 400px;
    }

    .gallery-right {
        top: 200px;
    }

    .gallery-left {
        top: 200px;
        left: 567px;
    }
}
@media (max-width: 800px) {
    .banner-image {
        width: 500px;
    }

    .end-of-page {
        width: 500px;
    }

    #content {
        max-width: 650px;
    }

    .gallery-canvas {
        width: 500px;
        height: 350px;
    }

    .gallery-right {
        top: 175px;
    }

    .gallery-left {
        top: 175px;
        left: 467px;
    }
}

@media (max-width: 450px) {
    .nav {
        width: 48px;
    }

    .page {
        padding-left: 32px;
    }

    .list-unstyled {
        padding-left: 8px;
    }

    .menu-text {
        display: none;
    }

    .small-title {
        display: block;
    }

    .nav-header {
        height: 32px;
        width: 80%;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 0px;
        background-image: url(../images/bg_1.jpg);
        background-size: cover;
    }

    .menu-item {
        margin-left: -2px;
    }

    .menu-item a {
        padding: 8px 4px;
    }

    .banner-image {
        width: 320px;
    }

    .end-of-page {
        width: 320px;
    }

    #content {
        max-width: 375px;
    }

    .mowing-schedule {
        width: 95% !important;
    }

    .gallery-canvas {
        width: 400px;
        height: 300px;
    }

    .gallery-right {
        top: 150px;
    }

    .gallery-left {
        top: 150px;
        left: 367px;
    }
}

@media (max-width: 380px) {
    .banner-image {
        width: 250px;
    }

    .end-of-page {
        width: 250px;
    }
    #content {
        max-width: 320px;
    }

    .gallery-canvas {
        width: 400px;
        height: 300px;
    }

    .gallery-right {
        top: 150px;
    }

    .gallery-left {
        top: 150px;
        left: 367px;
    }
}

@media (max-width: 350px) {
    .banner-image {
        width: 220px;
    }

    .end-of-page {
        width: 220px;
    }
    #content {
        max-width: 280px;
    }

    .gallery-canvas {
        width: 400px;
        height: 300px;
    }

    .gallery-right {
        top: 150px;
    }

    .gallery-left {
        top: 150px;
        left: 367px;
    }
}

.picture-control {
    color: darkgray;
    font-size: 48px;
}

.picture-control:hover {
    color: red;
    cursor: pointer;
}
