body {
    /*
    SOURCE
    https://unsplash.com/photos/rZsqmXfM3qQ photo by Gian-Reto Tarnutzer.
    */
    background-image: url(img/forest_fog.jpg);
    background-size: cover;
    background-position: center;
}

h1 span {
    font-size: 1.5em;
}

h1 span, h2 span, h3 span, p#landing span {
    color: #fff;
    background: #A61C28;
}

h3 {
    color: #fff;
}

a {
    color: #a61c28;
    transition: all .4s ease-in;
}

a:focus, a:active, a:hover {
    color: #fff;
    background-color: #a61c28;
}

.content {
    height: 100vh !important;
}

/* Landing  */
body.landing {
    background: #0C0B0D;
}

body.landing div:nth-of-type(1) {
    margin-top: 20px;
}

body.landing div:nth-of-type(2) {
    margin-top: 25vh;
}

body.landing img {
    width: 30em;
    display: block;
    margin: 0 auto;
}

body.landing a {
    /*display: block;
    margin: 0 auto;
    max-width: 97px;*/
    background: none;
    border: 1px solid #fff;
}

/* Navigation */
.navbar-default {
    background-color: #0c0b0d;
    border-color: #0c0b0d;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0%;
    box-shadow: 4px 5px 12px rgba(0,0,0,.5);
    /*min-height: 85px;*/
}

.navbar-brand {
    height: auto;
}

.navbar-brand > img {
    width: 18%;
}

.navbar-brand a, .navbar-brand a:active, .navbar-brand a:focus, .navbar-brand a:hover {
    background: none;
}

.navbar > .container-fluid .navbar-brand {
    margin-left: 10px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    
}

.navbar-default .navbar-nav > .active > a {
    color: #fff;
    background-color: #a61c28;
    transition: all .2s ease-in;
    border-radius: 4px;
}

.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #901a24;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

.stabilize {
    margin-top: 1%;
}

/* Landing */
.whole {
    margin: 0;
    padding: 0;
}

.announcement {
    margin-bottom: 2%;
}

.container-fluid .jumbotron {
    height: 100vh;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,1) !important;
    /*
    SOURCE
    https://unsplash.com/photos/duLT3Qmu6Xw photo by Kelly Sikkema.
    */
    background-image: url(img/two_cows.jpg);
    background-size: cover;
    background-position: center;
}

.container-fluid .jumbotron span {
    color: #fff;
    background: #A61C28;
    width: auto;
}

.btn-primary {
    background: #0C0B0D;
    border: #0C0B0D;
    text-decoration: none;
    color: #fff;
    margin-bottom: 25px;
    transition: all .2s ease-in;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #fff;
    border: #fff;
    text-decoration: none;
    color: #0C0B0D;
}

/* News page. */

.news {
    /*
    SOURCE
    https://unsplash.com/photos/Wr2Ss0fdeWU photo by Marta Pawlik
    */
    background-image: url(img/forest_soil.jpg);
    background-size: cover;
    background-position: center;
}

.news article, .schedule article, .info article, .contact article, .gallery article {
    color: #fff;
    background: rgba(0,0,0,.7);
    border-radius: 4px;
    box-shadow: 4px 5px 12px rgba(0,0,0,.5);
    padding: 20px;
    margin-bottom: 25px;
}

/* Schedule page */

.schedule {
    /*
    SOURCE
    https://unsplash.com/photos/zZzKLzKP24o0 photo by Caleb George.
    */
    background-image: url(img/forest_river.jpg);
    background-size: cover;
    background-position: center;
}

.schedule p:last-of-type {
    margin-bottom: 30px;
}

.schedule table {
    border-radius: 14px;
}

.schedule table tr {
    border: 2px solid #fff;
    border-radius: 7px;
}

.schedule table td {
    padding: 10px;
    border-right: 2px solid #fff;
}

.schedule table th {
    font-size: 1.2em;
    padding: 10px;
    text-decoration: underline;
}

/* Info page. */

.info {
     /*
    SOURCE
    https://unsplash.com/photos/RSOxw9X-suY photo by Kaleb Nimz.
    */
    background-image: url(img/dense_forest_topjpg.jpg);
    background-size: cover;
    background-position: center;
}

#gmaps {
    width: 100% !important;
    height: auto !important;
    border-radius: 0 4px 4px 0;
}


/* Contact page. */

.contact {
    /*
    SOURCE
    https://unsplash.com/photos/zZzKLzKP24o photo by Caleb George.
    */
    background-image: url(img/forest_fog.jpg);
    background-size: cover;
    background-position: center;
}

.contact form label {
    font-size: 1.3em;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.contact form input, .contact form textarea {
    font-size: 1.3em;
    border: 2px solid #fff;
    border-radius: 4px;
    background: transparent;
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px;
}

/* Styling placeholders */
.contact form input::-webkit-input-placeholder,
.contact form input::-moz-placeholder,
.contact form input:-ms-input-placeholder,
.contact form input:-moz-placeholder,
.contact form textarea::-webkit-input-placeholder,
.contact form textarea::-moz-placeholder,
.contact form textarea:-ms-input-placeholder,
.contact form textarea:-moz-placeholder {
    font-size: 1.3em;
    color:#fff;
}

/* Gallery page */
.gallery {
    /*
    SOURCE
    https://unsplash.com/photos/rZsqmXfM3qQ photo by Gian-Reto Tarnutzer.
    */
    background-image: url(img/forest_sunrays.jpg);
    background-size: cover;
    background-position: center;
}

div#big-picture img {
    width: 100%;
}

div#big-picture figcaption, nav#nav-picture figcaption {
    font-weight: lighter;
    font-style: italic;
    font-size: 1.3em;
}

nav#nav-picture div img {
    max-height: 150px;
}

nav#nav-picture div img:hover {
    bottom: 5px;
    cursor: pointer;
}

/* Ticket graphics */

.btn-ticket, input.btn-send {
    background: #A61C28 !important;
    transition: all .2s ease-in !important;
    border: none !important;
}

.btn-ticket:hover, input.btn-send:hover {
    color: #fff !important;
    background: #8b141e !important;
}

.tickets div {
    margin-bottom: 35px;
    position: relative;
    transition: all .2s ease-in;
}

.tickets div:hover {
    bottom: 5px;
    cursor: pointer;
}

/* Footer style. */

footer > div {
    color: #fff;
    position: fixed;
    min-height: 50px;
    padding: 30px 0 10px 0;
    background: #0C0B0D;
}


/* Tablet and Mobile Menu button adjustments. */
.navbar-default .navbar-toggle {
    color: #fff;
    font-size: 1.5em;
    background: #0C0B0D;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    color: #A61C28;
    background: #0C0B0D;
}

/* Navigation tweak for mobile. */
@media (max-width: 700px) {
    .navbar-brand > img {
        width: 25%;
        margin: 0 auto;
    }

    .jumbotron div {
        padding: 0 20px 0 20px
    }
    
    nav#nav-picture div img {
    width: 100%;
    margin-bottom: 2px;
    }
    
    nav#nav-picture figcaption {
    margin-bottom: 15px;
    }
    
    div#big-picture h4 {
        visibility: hidden;
    }
    
    .navbar-default .navbar-nav > li > a {
        font-size: 1.5em;
    }
    
    .navbar-default .navbar-nav > li {
        padding: 4px 0 4px 0;
    }
}

/* When on tablet or mobile all images will show captions. Captions will be hidden on desktop and laptop resolutions */
@media (min-width: 1024px) {
    nav#nav-picture figcaption {
        visibility: hidden;
    }
}
