/**************************************************
    Fonts & type
*/
@font-face {
    font-family: 'Angella';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: 
        local('Angella'),
        url('../fonts/angella/Angella_demo.otf') format('opentype');
}
@font-face {
    font-family: 'Senang Banyol';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: 
        local('Senang Banyol'),
        url('../fonts/senang-banyol/Senang-Banyol.otf') format('opentype');
}
.lead {
    font-size: 1.3em;
}
a, a:hover {
    color: #126E89;
}
a.display-block {
    color: black;
}
a.display-block:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-family: Senang Banyol;
    color: #126E89;
    text-transform: uppercase;
}
.formal h1, 
.formal h2, 
.formal h3, 
.formal h4, 
.formal h5 {
    font-family: Angella;
    color: #126E89;
    line-height: 2em;
}
.jumbo h1 {
    font-size: 3.5em;
    line-height: 1em;
}
.jumbo .lead {
    font-size: 1.9em;
    line-height: 1.2em;
}

/**************************************************
    Header
*/

.header {
    width: 100%;
    height: 160px;
    background: #addfea;
    background-image: url("../images/bg-header.png");
    background-repeat: repeat-x;
}
img.header-logo {
    width: 100%;
    max-width: 350px;
    height: auto;
    padding-top: 10px;
}


/**************************************************
    Nav Bar
*/

.nav-bar {
    background-color: #683311;
}
.navbar-dark .navbar-nav .nav-link {
    color: #f3efce;
    font-family: Senang Banyol;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #835835;
    margin: 0 10px 0 10px;
    padding: 0 20px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;

}
.nav-link:hover {
    color: white;
}
.navbar-toggler {
    border: none;
    background: #835835;
    background-image: url('../images/navbar-toggler-icon.png');
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
}
@media (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-link {
        margin: 10px 0 10px 0;
        padding: 15px;
    }
}

/**************************************************
    Main content
*/

body {
    background: #452e1b;
    font: 'open-sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.667em;
}
.main-content-wrapper {
    background: #79421B;
    background-image: url("../images/bg-underground.png");
    background-repeat: repeat-x;
    background-position: top center;
    padding: 40px 0 0 0;
}
.main-content {
    padding-top: 20px;
}
img.bones {
    max-width: 100%;
}
/* Limit Bootstrap container page width */
@media (min-width: 1200px) {
    .container, .container-fluid {
        max-width: 970px;
    }
}

/**************************************************
    Footer
*/

.footer {
    background: #4F2D0C;
    background-image: url("../images/bg-footer.png");
    background-repeat: repeat-x;
    color: white;
    padding-top: 500px;
    padding-bottom: 100px;
}
.footer a {
    color: white;
    text-decoration: underline;
}

/**************************************************
    Modal pages
*/

.page-close {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 200;
}


/**************************************************
    Cards
*/

.card {
    border: none;
}
.card-brown {
    background: #492810 !important;
    color: white;
}
.card-brown h1 {
    color: #f2f0ce;
}
.card-blue {
    background-color: #2c3475;
    color: white
}
.card-blue h1 {
    color: white
}
.card-light-blue {
    background-color: #daf8fe;
}
.card-white-transparent {
    background: rgba(255, 255, 255, 0.8);
}

/**************************************************
    Meet the Denlops
*/

.cave {
    background-image: url("../images/bg-cave.png");
    background-repeat: no-repeat;
    background-position-x: center;
    min-width: 350px;
    height: 400px;
    padding-top: 10px;
}
.cave img {
    height: 350px;
    width: auto;
}

.meet {
}

.meet .slider-nav-left, .meet .slider-nav-right {
    top: 150px;
}
.meet .slider {
    max-width: 650px; 
}

/**************************************************
    Slider
*/

.slider {
    position: relative; 
    margin: 0 auto
}

.slider-nav-left, .slider-nav-right {
    position: absolute;
    top: 45%;
    z-index: 200;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.slider-nav-left {
    left: 10px;
}
.slider-nav-right {
    right: 10px;
}
.slider-nav-left img, .slider-nav-right img {
    height: 50px;
    width: 50px;
}

/**************************************************
    Myth card and page
*/

body.myth {
    background: #452e1b;
}

.myth-wrapper {
    background-repeat: no-repeat;
    background-position: top center;
}
.myth-image-wrapper {
    max-width: 500px; 
    margin: 0 auto;
}
.myth-image-wrapper img {
    width: 100%;
    height: auto;
}

.myth-wrapper .slider {
    max-width: 650px; 
}

/**************************************************
    Map card and page
*/

body.map {
    background-color: #5c608d;
    background-image: url('../images/map/bg-map.jpg');
    background-position: top center;
    background-repeat: no-repeat;}

.card-map {
    background-color: #5c608d;
}
.card-map, body.map {
    color: white;
}
.card-map h1, body.map h1 {
    color: #f3efce;
}

.map-key-item {
    background: rgba(255, 255, 255, 0.9);
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.map-key-header {
    display: block;
    background: white;
    padding: 10px; 
    font-family: Senang Banyol;
    color: #126E89;
    font-size: 1.4em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.map-key-header:hover {
    color: black;
    text-decoration: none;
}
.map-key-description {
    padding: 10px;
    color: black;
}