*{
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #222;
}
html, body{
    margin: 0;
    height: 100vh;
    text-align: center;
}
p { 
    line-height: 1.5;
}
a {
    text-decoration: none;
    color: #071b3e;
}
a:hover {
    text-decoration: underline;
    color: #071b3e;
}

.header{
    background-image: url(./img/rossmorphroxy2.jpg);
/*    background-image: url(./img/alhambra3.png); 
    background-position: 50% 60%;
*/
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-attachment: scroll;
    background-size: cover;
    height: 50vh;
    margin: 0;
    padding-top: 50vh;
}
.header img {
  filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.6));
    z-index: 30;
    max-width: 60vh;    
    margin: 0 4em;
}
.sig { 
    color: #000;
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 2em;

 }
.heading {
    display:  block;
    margin-top:  0em;
    color: #ffffff;
    font-family: 'Ephesis', cursive;
    font-size: 6em;
    font-weight: normal;
    text-shadow: 0 0 10px #000;
}
.heading-subtext{
    color: #fff;
    display: block;
    font-family: 'Caveat', cursive;
    font-size: .5em;
}
.heading-addr {
    position:  relative;
    bottom: -3em;
    font-size: 1.8em;    
    color: #edb342;
}
.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: 1.2em 2.4em 0 2.4em;
}
.sub-heading{
    font-family: 'Ephesis', cursive;
    font-size: 5em;
    margin: 0.3em;
}
.details{
    display: flex;
    margin: 0 auto 4em;
    clear: both;
}
.details-heading{
    font-weight: bold;
    text-transform: uppercase;
}
.details .side { display: block; flex-shrink: 0; flex-grow: 0; width: 130px; margin: 0; paddding: 0 }
.details p { text-align: left; line-height: 1.5em; margin: 0 0 1em 0;}
.fas {
    font-size: 3em;
    opacity: .8;
    color: #bd7b3e;
}

.gobo { width: 20%; max-width: 180px; }


.resort-image{
    width: 100%
}

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

    .gobo { width: 40%%; }

    .sub-heading{ font-size: 4em; }

  }
