html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* font-family: Times, 'Times New Roman', serif; */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

body {
    background-image: linear-gradient(to bottom right, white, rgb(245,245,245), white);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
html {
    height: 100%;
    overflow: hidden;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 30px 0 50px 0;
    /* background-color: rgba(255,255,255,.9); */
}

#pageTitle {
    width: 100%;
    text-align: center;
    font-size: 100px;
    /* font-weight: bold; */
    /* color: #256F46; */
    color: #d4af37;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
    padding: 20px 5px; 
    margin: 40px 0px 0px 0px;
    font-family: 'Allura';
    /* background-color: rgba(255,255,255,.9); */
}

#pageTitle small {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: .35em;
    margin-top: -30px;
    display: block;
    text-shadow: none;
    color: rgb(100,100,100)
}

/* Header */
#fab-top-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

#fab-top-header #fab-container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 5px 15px; 
}

#fab-container .fab-btn {
    float: right;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    border-radius: 20px;
    margin: 0px 5px;

    text-align: center;
    min-width: 40px;

    background-color: white;
    color: #256F46;
    color: #a44030;
    box-shadow: 1px 1px 4px rgba(0,0,0,.5);
    text-decoration: none !important;
    cursor: pointer;
}

#fab-container .fab-btn.left {
    float: left;
}

#fab-container .fab-btn:hover {
    background-color: #256F46;
    background-color: #a44030;
    /* background-color: rgb(212,175,55); */
    color: white;
}

.fab-btn i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

#link-container {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
}

#link-container .link {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    width: 125px;
    max-width: calc(25% - 11px);
}

#link-container .link a,
#link-container .link a:focus,
#link-container .link a:visited {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    padding: 5px;
    text-decoration: none;
    margin: none;
    color: #256F46;
    color: #a44030;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

#link-container .link:hover a {
    border-bottom-color: #256F46;
    border-bottom-color: #a44030;
}

#link-container .link.active a {
    background-color: #256F46;
    background-color: #a44030;
    border-bottom-color: transparent;
    border-radius: 15px;
}

#link-container .link.active a,
#link-container .link.active a:focus,
#link-container .link.active a:visited {
    color: white;
}

@media (max-width: 767px) {


    body {
        padding-top: 20px;
    }

    #pageTitle {
        font-size: 50px;
        margin: 5px; 
        padding: 10px 5px; 
    }
    
    #pageTitle small {
        margin-top: -10px;
    }

    .fab-btn i {
        margin-right: 0px;
    }
    
    .hide-xs {
        display: none;
    }

    #link-container {
        padding-top: 5px;
    }

    #link-container .link {
        width: auto;
        max-width: none;
    }

    #link-container .link.active a {
        background-color: transparent;
        border-bottom-color: #a44030;
        border-radius: 0px;
    }

    #link-container .link.active a,
    #link-container .link.active a:focus,
    #link-container .link.active a:visited {
        color: #a44030;
    }
}

@media (max-width: 425px) {

    #pageTitle {
        font-size: 46px;
        margin: 5px 0px; 
        padding: 10px 0px; 
    }

    #link-container .link a {
        font-size: 14px !important;
    }
}

/* Buttons */
.action-btn {
    display: block;
    width: calc(100% - 40px);
    max-width: 200px;
    font-size: 18px;
    line-height: 30px;
    color: white;
    background-color: #a44030;
    margin: 30px auto;
    border: 2px solid white;
    box-shadow: 0px 0px 3px black;
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
}

.action-btn:hover {
    transform: scale(1.05);
}

.action-btn:active {
    transform: scale(0.95);
}


/* Filmstrip */
.filmstrip-container {
    position: relative;
    width: 100%;
    height: 475px;
    max-height: 70vh;
    min-height: 400px;
    padding: 5px;
    background-color: rgba(255,255,255,.9);
    padding-left: 205px;

    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.filmstrip-container .textDiv {
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    background-color: rgba(0,0,0,.8);
}

.filmstrip-container .textDiv h2,
.filmstrip-container .textDiv p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 5px;
    color: white;
    font-family: 'Times New Roman';

    transform: translateY(-50%);
    white-space: normal;
}

.filmstrip-container .textDiv h2 {
    text-align: center;
}

.filmstrip-container .textDiv h5 {
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: normal;
}

.filmstrip-container .textDiv p {
    font-size: 22px;
}

.filmstrip-container h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 5px 7px;
    padding: 0px 5px;

    color: white;
    text-shadow: 2px 2px black;
}

.filmstrip-container img {
    height: 100%;
    margin: 0px 2px;
    cursor: pointer;
}

#filmstrip-slideshow {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,.8);
}

#filmstrip-slideshow .exitBtn {
    position: absolute;
    top: 5px;
    right: 5px;

    font-size: 30px;
    color: indianred;
    z-index: 2000;
    cursor: pointer;

    text-shadow: 0px 1px white, 1px 0px white, 0px -1px white, -1px 0px white;
}

#filmstrip-slideshow .exitBtn:hover{
    color: red;
}

#filmstrip-slideshow .carousel-inner {
    position: relative;
    height: 100%;
}

#filmstrip-slideshow .carousel-inner .item {
    text-align: center;
    height: 100%;
    width: 100%;
}

#filmstrip-slideshow .carousel-inner .item img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    max-height: calc(100% - 50px);
    max-width: calc(100% - 20px);
}

#filmstrip-slideshow .carousel-indicators li {
    margin: 0 2px;
}

@media (max-width: 767px) {
    .filmstrip-container{
        padding-left: 5px;
        height: 300px;
        min-height: 300px;
    }
}

/* Modals */
.modal-header {
    color: #256F46;
    color: #d4af37;
    font-weight: bold;
    padding: 10px 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
}

.modal-header .modal-title {
    margin: 0px 5px;
    font-size: 2em;
}

.modal-header .close {
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.modal-header .close:hover {
    background-color: rgba(0,0,0,0.05);
}

.modal-content .submit-btn {
    width: 100%;
    background-color: #256F46;
    background-color: #a44030;
    color: white;
    font-size: 24px;
    line-height: 30px;
    outline: none !important;
}

.modal-content .submit-btn:hover {
    transform: scale(1.01);
    background-color: #1E5938;
    background-color: #833326;
}

.modal-content .submit-btn:active {
    transform: scale(0.99);
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 625px;
    }
    
}

/* Forms */
.form-group label {
    font-size: 12px;
    font-weight: bold;
    color: rgb(50,50,50)
}

.toggle-switch {
    display: inline-block;
    margin: 0px;
    width: 100px;
    line-height: 20px;
    height: 30px;
    padding: 5px;
    background: #E0E0E0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;

    box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
}

.toggle-switch .toggle-knob {
    position: absolute;
    width: calc(50% - 2px);
    text-align: center;
    line-height: 26px;
    height: 26px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 13px;
    background-color: #256F46;
    background-color: #a44030;
    color: white;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    transition: all 0.3s ease;
}

.toggle-switch.on .toggle-knob {
    left: 50%;
}

.toggle-switch .toggle-label {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
    color: rgb(75,75,75);
    cursor: pointer;
}

/* Footer */
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    color: white;

    /* background-color: #256F46;
    background-color: #a44030; */
    color: #a44030;
    border-top: 1px solid rgb(175,175,175);
    padding: 5px;
}