html, body {
    height: 100%;
  }

.jumbotron {
    width: 100%;
    height: 100%;
    margin: 75px auto 0px;
    padding: 100px 0px 500px;
    text-align: center;
    background-color: rgba(42, 51, 66, 0.7);
    color: white;
    display: block;
    position: relative;
    font-family: 'Gentium Basic', sans-serif;
}

.jumbotron::after {
    content: "";
    background-image: url("../images/DSC03904-smaller.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.lead {
    width: 60%;
    margin: 0px auto;
}

.learnText {
    width: 100%;
    margin: 0px auto;
}
  
ul.menu-items {
    flex-direction: row;
    margin: 0px auto;
    padding: 0px;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}

.navbar {
    height: 78px;
    position: fixed;
    top: 0px;
}

.nav-item {
    padding: 10px 10px;
}

.section {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    color: #3b4047;
    background-color: #f4f7e3;
    padding: 50px 0px;
    background-image: url("../images/vintage-concrete.png");
}

#aboutthefilm {
    margin: 75px 50px 0px;
    text-align: center;
}

#about-text {
    font-size: 18px;
    width: 70%;
    padding: 10px 25px;
    margin: 15px auto;
}

#contact {
    margin: 75px 50px 0px;
}

#aboutpic, #hocwpic {
    width: 640px;
    padding: 25px;
}

#aboutHeadline {
    width: 100%;
    margin: 10px auto;
}

.box {
    background-color: white;
    border-radius: 25px;
    width: 650px;
    height: 100%;
    padding-left: 25px;
    margin: 20px auto;
}

#contactheader {
    color: #3b4047;
    font-family: 'Gentium Basic', sans-serif;
    border-bottom: 1px solid gray;
    padding-top: 25px;
    font-size: 24px;
    margin-bottom: 5px;
    margin-right: 25px;
}

form {
    font-family: 'Gentium Basic', sans-serif;
    color: #777777;
}

input[type=text], select, textarea {
    width: 96%;
    padding: 6px;  
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 10px;
}

textarea {
    height: 200px;
}

label {
    font-size: 14px;
}

input[type=submit] {
    background-color: #3b4047;
    color: white;
    padding: 6px 14px;
    margin-bottom: 25px;
}

footer {
    background-color: #3b4047;
    color: white;
    padding-top: 10px !important;
}

.list-inline-item {
    padding: 5px;
}

.social-icons {
    margin: 0px;
}

.footer-copyright {
    padding-top: 0px !important;
    padding-bottom: 15px;
}

.strong {
    font-weight: bold;
    font-style: italic;
}

/********************************* Photo Gallery Styling *****************************/

.section-photos {
    width: 100%;
    /* height: 100%; */
    /* display: flex; */
    justify-content: center;
    color: #3b4047;
    background-color: #f4f7e3;
    padding: 50px 0px;
    background-image: url("../images/vintage-concrete.png");
}

.options {
    margin: 75px auto 50px;
    height: 100%;
}

.categories {
    text-align: center;
    margin-bottom: 40px;
    width: 33%;
    float: left;
    height: 50px;
    padding-top: 8px;
}

a#rlPhotos, a#btsPhotos, a#alPhotos {
    color: #3b4047;
    font-size: 22px;
}

#hocwLink, #unhrcLink {
    text-decoration: underline;
    display: block;
    color: #2f3399;
    font-weight: bold;
    padding-top: 20px;
    font-size: 24px;
}

.categories.active {
    background-color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.pageLink {
    padding: 10px 40px;
}

.gallery {
    margin: 50px 100px;
}

.gallery img {
    max-width: 230px;
    padding: 5px;
    max-height: 175px;
    transition: transform .2s;
}

.gallery img:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 992px) {
    .jumbotron {
        margin: 75px auto 0px;
    }

    .navbar {
        height: 78px;
        position: fixed;
        top: 0px;
    }

    .collapse {
        display: inline !important;
    }

    ul.menu-items {
        flex-direction: row;
        margin: 0px auto;
        font-size: 18px;
        font-family: 'Quicksand', sans-serif;
        text-align: center;
    }

    #aboutHeadline {
        width: 540px;
        margin-left: auto;
        margin-right: 0;
    }

    #aboutpic,#hocwpic {
        width: 560px;
    }
}

@media screen and (max-width: 768px) {
    #about-text {
        font-size: 18px;
        width: 90%;
        padding: 10px 25px;
        margin: 15px auto;
    }

    #aboutpic, #hocwpic {
        width: 480px;
    }

    .box {
        width: 480px;
    }
}

@media screen and (max-width: 640px) {
    .navbar {
        padding-bottom: 10px;
        flex-wrap: nowrap;
    }
    
    .lead, .learnText {
        margin: 0px auto;
    }

    iframe {
        width: 360px;
        height: 250px;
    }

    .section {
        padding: 10px 10px;
        width: 100%;
    }

    #aboutHeadline {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
 /*
    #aboutthefilm {
        padding: 10px 25px;
        margin: 15px auto;
    } */

    #aboutpic, #hocwpic {
        width: 320px;
        padding: 10px;
    }

    .box {
        width: 360px;
    }

    ul.menu-items {
        font-size: 16px;
    }

    a img {
        width: 150px;
    }

    .gallery {
        margin: 50px 25px;
    }

    a#rlPhotos, a#btsPhotos, a#alPhotos {
        font-size: 18px;
    }

    .categories {
        height: 75px;
    }
}

