
h1 {
    font-size: 58px;
    color: #fff;
        text-shadow: 2px 2px #000 !important;
}


.main-text-resorts h1 {
    font-size: 58px;
    color: #fff;
    text-shadow: 2px 2px #000 !important;
}

#resort-index-back {
    background-color:rgba(255,255,255, 0.8);
    max-width: 550px;
    padding: 20px;
    border-radius: 25px;
    margin-top: 30px;
    min-height: 180px;;
}

#resortimg img {
    float: left;
    display: block;
    margin-right: 20px;
}


.noresort {
    color: #000;
    text-shadow: 2px 5px 20px coral !important;
}

.select2-results__option {
    color: #000;
    text-shadow: none;
  }
  
  .select2-container--default .body {
    color: coral;
  }
  
  .select2-container--default .select2-selection--multiple {
      background-color: white;
      border: 1px solid #aaa;
      border-radius: 25px;
      cursor: text;
      min-width: 270px;
      max-width: 350px;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: coral;
    border: 1px solid #fff;
    border-radius: 14px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
    padding: 3px 10px 3px 10px;
    color: #fff;
    
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
    color: #fff;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
        list-style-type: none;
    padding-right: 25px;
    min-width: 350px !important;
  }
  
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 16px;
    margin-left: 12px;
    margin-bottom: 8px !important;
    padding: 0;
    
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: coral;
      color: white;
      }

      #place > span > span.selection > span > ul > li.select2-selection__choice {
        color: #fff;
      }

      .search-but-marg {
        margin-bottom: 30px; 
      }

      

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    max-width: 960px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 15px;
    color: #231f20;
    font-family: 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
    line-height: 1.25;
}

a {
    background-color: transparent;
    color: coral;
    text-decoration: solid;

}

a:hover {
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-color: coral; /* Safari */  
    text-decoration-color: coral;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

svg:not(:root) {
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.logo {
    width: 150px;
    margin-inline-end: 20px;
}

.logo a {
    display: block;
}

.figure-logo {
    max-width: 150px;
    max-height: 55.1px;
}

.release-notes {
    font-size: 14px;
}

.main {
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
}

.figure-space {
    max-width: 265px;
}

@keyframes pos {
    0%, 100% {
        transform: rotate(-6deg);
    }
    50% {
        transform: rotate(6deg);
    }
}

.egg {
    fill: #43b1b0;
    animation: pos 3s ease infinite;
    transform: translateY(50px);
    transform-origin: 50% 80%;
}

.main-text {
    max-width: 400px;
    margin: 5px auto;
}

.main-text h1 {
    font-size: 58px;
    color: #fff;;
}

.main-text p {
    margin: 15px auto 0;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
}

.option {
    display: block;
    padding: 10px 10px 10px 34px;
    position: relative;
    text-decoration: none;
}

.option svg {
    width: 24px;
    height: 24px;
    fill: gray;
    border: 1px solid #d9d9d9;
    padding: 5px;
    border-radius: 100%;
    top: 10px;
    inset-inline-start: 0;
    position: absolute;
}

.option h2 {
    font-size: 19px;
    text-decoration: underline;
}

.option p {
    padding-top: 3px;
    color: #231f20;
    font-size: 15px;
    font-weight: 300;
}
.go {
    background-color: #000;
}
.go:hover {
    background: rgba(0, 0, 0, 0.5) !important;
    border-style: solid;
    border-color: coral;
}


@media (max-width: 996px) {
    body {
        max-width: 780px;
    }
}

@media (max-width: 767px) {
    .option {
        flex: 0 0 50%;
    }
}

@media (max-width: 599px) {
    .main {
        padding: 20px 0;
    }

    .figure-space {
        max-width: 200px;
    }

    .footer {
        display: block;
        width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 360px) {
    .header-link {
        max-width: 100px;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
 
    h1 {
        font-size: 40px;
      }    

    }