*{
    font-family: 'Quicksand', sans-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: 'Caveat', 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: .6em;
}
.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: 'Caveat', cursive;
    font-size: 3em;
    margin-top: 2em;
}
.details{
    margin: 0 auto 6em;
}
.details-heading{
    font-weight: bold;
    text-transform: uppercase;
}
.fas {
    font-size: 3em;
    opacity: .8;
    color: #0c1d78;
}
.resort-image{
    width: 100%
}
/*CUSTOM*/
 h2, h3{
    color: #283890;
 }
 h3{
    font-size: 1.17rem;
 }
 a{
    color: #283890;
 }
.circle {
    border-radius: 50%;
    height: 7rem;
    width: 7rem;
    border: 0px;
}

.circle-adm {
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    border: 0px;
}
.colors{
        display: flex;
        flex-wrap: wrap;
      .circle-div {
        flex: 1 0 20%; /* explanation below */
        padding: 10px;
        height: 100px;
        margin-top: 20px;
      }
}

.color-active{
    width: 8rem;
    height: 8rem;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.color-btn {
    transition-duration: 0.4s;
  }
  
  .color-btn:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

  .modal .modal-content {
    padding-top: 24px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.logo-image{
    width: 30%
}

@media only screen and (max-width: 600px) {
    .heading {
        font-size: 4em;
    }
    .circle {
        border-radius: 50%;
        height: 5.5rem;
        width: 5.5rem;
        border: 0px;
    }
    .color-active{
        width: 6.5rem;
        height: 6.5rem;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }
    .color-btn {
        transition-duration: 0.4s;
      }
      .logo-image{
        width: 80%
    }
  }

  @media only screen and (max-width: 992px) {
    .modal {
        width: 90%;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    .logo-image{
        width: 70%;
    }
}