/*!
 * Modified from Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
    color: #e42626;
}

body {
    font-family: 'Gill Sans MT', sans-serif;
    background-color: #ffff;
}

h1 {
    font-family: 'Intro H1', sans-serif;
    text-align: center;
    white-space: pre-line;
}

.header-date {
    padding-top: 10px;
    font-family: "Intro book";
    font-size: 18px;
}

.header-div {
    text-transform: uppercase;
    font-family: 'Intro book', sans-serif;
    font-size: 24px;
    white-space: pre-line;
}

h2 {
    font-family: 'Intro shade', sans-serif;
    white-space: pre-line;
    text-align: center;
    margin-bottom: 50px;
}

p {
    font-size: 16px;
}

.text-content, .text-content p {
    text-align: center;
    letter-spacing: 0.7px;
    font-size: 18px;
    line-height: 1.3;
}

.hotel {
    text-align: center;
    letter-spacing: 0.7px;
    font-size: 18px;
    white-space: pre-line;
    line-height: 1.3;
}

@media screen and (orientation: landscape) {
    .hotels {
        display: grid;
        grid: auto-flow/ 1fr 1fr;
        gap: 20px;
        justify-content: space-evenly;
    }
}

section {
    margin-bottom: 50px;
}

.navbar-default {
    border-color: rgba(0, 0, 0, 0);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: Arial, sans-serif;
    color: #e42626;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #e42626;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    color: #e42626;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #808080;!important;
    background-color: #e7e7e7;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #e42626;!important;
    background-color: #f5f1e2;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    color: #e42626;
    background-color: #e7e7e7;
}

@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: #e42626;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #e42626;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #e42626;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #f05f40;
    }

    a:focus, a:active {
        outline: 0;
        border: none;
        -moz-outline-style: none;
    }

    .navbar-default.affix {
        border-color: rgba(0, 0, 0,0);
        background-color: #f5f1e2;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        color: #e42626;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #e42626;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #e42626;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: 1313px;
    text-align: center;
    background-image: url('../images/polaroid-fleurs.png'), url('../images/fond-texture.png');
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1313px auto, cover;
}

header .header-content {
    position: relative;
    width: 100%;
    top: 25vh;
    text-align: center;
}

@media screen and (orientation:portrait) {
    header {
        background-position: 44% 30%;
        background-size: 60vh, cover;
    }

    .text-content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.subhead {
    position: relative;
    top: 70vh;
}

.btn {
    border: 0;
    margin-top: 35px;
}

.form-control {
    margin: 7px;
    width: auto;
}

.btn-primary {
    width: 244px;
    border-color: transparent;
    color: #ffffff;
    background-color: #e42626;
    border-radius: 34px;
    font-size: 15pt;
    letter-spacing: 1px;
    text-align: center;
}

.cta {
    width: 274px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: transparent;
    color: #ffffff;
    background-color: #e42626;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.map-grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    justify-content: center;
}

.map-container {
    padding-top: 25px;
}

.info-container p, .info-container ul li {
    padding-right: 10%;
    text-align: justify;
    letter-spacing: 0.7px;
    font-size: 18px;
    line-height: 1.3;
}

@media screen and (orientation:portrait) {
    .map-grid-container {
        display: flex;
        flex-direction: column;
    }

    .info-container {
        padding-top: 5%;
        padding-left: 5%;
        padding-right: 0%;
        padding-bottom: 25px;
    }

    section {
        padding-bottom: 30px;
    }
}

.form-control {
    color: inherit;
}

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #e42626;
    border-right: 2px solid #e42626;
    transform: rotate(45deg);
    animation: animate 2s infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-5px, -5px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(5px, 5px);
    }
}
