@import url('https://fonts.googleapis.com/css2?family=Montserrat');

body, h1, h2, h3,
p, div, ul, ol, li,
table, tr, th, td, thead, tbody,
dl, dd, dt, img, nav {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #edf5e8;
    background-color: white;
    color: #444;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

@media screen and (min-width: 600px) {
    body {
        font-size: 18px;
    }

    video {
        width: 500px;
    }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
    video {
        width: 400px;
    }
}

@media screen and (max-width: 400px) {
    video {
        width: 300px;
    }
}

section {
    padding-top: 1em;
}

section.text, section.video {
    max-width: 34em;
    margin: auto;
    padding: 0.5em;
    line-height: 1.6em;
}

section.text ol li, section.text ul li {
    list-style-type: disc;
    margin-left: 2em;
}

section.text a {
    color: #007f3f;
}

section.description {
    margin-top: 1em;
    padding: 1em;
    background: #007f3f;
    text-align: justify;
    color: white;
}

section.description p {
    max-width: 34em;
    margin: auto;
}

section.home-description {
    text-align: center;
}

video {
    display: block;
    margin: auto;
    /* width is defined in '@media' rules above. */
}

h2, h3 {
    margin-top: 1em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #bedcaa;
    margin-bottom: 0.5em;
}

h3 {
    border-bottom: 0;
    font-size: 24px;
    font-weight: bold
}

.small-carousel-container {
    max-width: 42em;
    margin: auto;
}

.carousel-caption {
    background-color: black;
    border-radius: 30px;
    opacity: 0.6;
}

.navbar {
    border-bottom: 1px solid #eee;
}

#topnav-links li {
    margin-left: 1.5em;
}

#footer-links li {
    margin-left: 1em;
}


#topnav-links li, #footer-links li {
    text-transform: lowercase;
}

#topnav-links li a:hover, #footer-links li {
    color: #007f3f;
}

#topnav-links li.highlighted a {
    background: #007f3f;
    color: white;
    padding: 0.5em;
    border-radius: 10px;
}

#topnav-links li.highlighted a:hover {
    color: black;
    background: #bedcaa;
    border-bottom: 0;
}

.footer {
    background-color: #bedcaa;
}

.footer-contact a {
    font-weight: bold;
    color: #444;
}

/* Hack! The e-mail address is long. Display it in a smaller size to
 avoid overflow. */
.footer-contact a[href^="mailto:"] {
    font-size: 0.8rem;
}

.footer-links li a:hover {
    color: #007f3f;
    text-decoration: underline;
}


/*
** Make sure that the overlay of the "ratings" widget appears below
** the rest, otherwise the overlay masks the widget.
*/
.modal-backdrop {
    z-index: 0;
}


.activites-centered-image-block {
    text-align: center;
}

.chalets-tariffs tr {
    /*border-bottom: 1px solid #cccccc;*/
}

.chalets-tariffs th {
    text-align: center;
}

.chalets-tariffs .price {
    text-align: center;
}

.chalets-tariffs td.season-column {
    /* Do not wrap text in the first column (season), wrap text in the
       second column (dates) instead. */
    white-space: nowrap;
}

.chalets-tariffs tr, .chalets-tariffs th, .chalets-tariffs td {
    border-color: #dddddd;
}

.chalets-tariffs .off-season {
    background-color: #bdd6ee;
}

.chalets-tariffs .mid-season {
    background-color: #c5e0b3;
}

.chalets-tariffs .high-season {
    background-color: #fcf6ae;
}

.chalets-tariffs .very-high-season {
    background-color: #f7caac;
}

#calendarModal {
    width: 100% !important;
}

#calendarModal .modal-body {
    text-align: center;
}
