*{
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 16px;
    color: #222;
}
html, body{
    margin: 0;
    height: 100vh;
    text-align: center;
}
.header{
    background-image: url(./img/hero.jpeg);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-attachment: scroll;
    background-size: cover;
    height: 40vh;
    margin: 0;
    padding-top: 60vh;
}
.heading {
    color: #ffffff;
    display: block;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 6em;
    font-weight: normal;
    text-shadow: 0 0 10px #000;
}
.heading-subtext{
    color: #fff;
    display: block;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: .4em;
}
.fixed-button{
    background: rgba(20,20,20,.5);
    border-radius: 1em;
    bottom: 1em;
    color: white;
    font-weight: bold;
    padding: 1em;
    position: fixed;
    right: 1em;
    text-decoration: none;
    z-index: 9999;
}
.fixed-button::after{
    content: "\25BE";
    display: block;
    font-size: 28px;
    line-height: 0;
    margin-bottom: 6px;
    margin-top: 10px;
    text-align: center;
}
.fixed-button:active,
.fixed-button:hover{
    background: rgba(20,20,20,.9);
}
.section{
    margin: 0 auto;
    max-width: 600px;
    padding: 1em 2.4em;
}
.sub-heading{
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 3em;
    margin-top: 2em;
}
.details{
    margin: 0 auto 8em;
}
.details-heading{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
}
.fas {
    font-size: 3em;
    opacity: .8;
}
.resort-image{
    width: 100%
}

p, .just {
    text-align: justify;
    line-height: 1.5;
    font-size: 1.15em !important;
}

p.cent {
    text-align: center;
    line-height: 1.5;
    font-size: 1.15em !important;
}

a {
    font-size: 1.005em;
}

ul {
    list-style-type: none;
    width: 300px;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
}

strong + p {
    margin-top: 7.5px;
    font-size: 1.15em !important;
}

strong {
    font-size: 1.15em !important;
}

.zasedle {
    color: #888;
    font-size: 1.005em !important;
}

@media only screen and (max-width: 600px) {
    .heading {
        font-size: 4em;
    }
  }