/*
Guestpro
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 150%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #212121;
    /*color: #FFF;*/
    padding: 0;
    margin: 0;
    background-color: #fff;
    background-image: url(img/arrosadia-bg.jpg);
    background-size: cover;
    background-position: center;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: 400;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    color: #212121;
}

a:hover {
    color: #3B3B3B;
}

a.button {
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
    background: #7B6D6B;
    padding: 10px 25px;
    line-height: 150%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a.button:hover {
    color: rgba(255,255,255, 0.5);
}

.wrapper-container {
    width: 100%;
    height: 100vh;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255,.5);
}

.container {
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.container > .top {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
}
.container > .bottom {
}

.container > * > .under-construction {
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    border-radius: 6px;
    background: #d40f2b;
}
@media (min-width: 640px) {
    .container > * > .under-construction {
        position: absolute;
        top: 25px;
        right: 25px;
    }
}

.hotel-title {
    font-size: 2.6em;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 25px 0;
}

.hotel-title b {
    font-size: 4rem;
}

.hotel-description {
    max-width: 600px;
    margin: 0 auto;
}

.hotel-book {
    margin-top: 40px;
}

@media (max-width: 639px) {
    .hotel-title {
        font-size: 2em;
    }
    .hotel-title b {
        font-size: 3.2rem;
    }
}
