a {
  text-decoration: none;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #d3b483;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #two, #six, #seven, #eight {
    display: none;
  }
  #forty {
    width: 90%;
    margin: 3rem auto;
    font-family: "Titan One", cursive;
    font-size: 1.4rem;
    color: #afbbc4;
  }
  #fortyone {
    width: 80%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortythree {
    width: 100%;
    margin: 3rem auto;
  }
  #fortyfive {
    width: 80%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix {
    width: 80%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix button {
    width: 100%;
    height: 4rem;
    background-color: #3c3c41;
    color: black;
    border: 3px solid #3c3c41;
    border-radius: 1rem;
    margin: 1rem auto;
    color: white;
    font-family: "Titan One", cursive;
    font-size: 1rem;
    padding: 1rem;
    cursor: pointer;
  }
  #fortysix button:hover {
    background-color: #141414;
  }
  #fortysix-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
  }
  #fortyseven {
    width: 20%;
    margin: 3rem auto;
  }
  #fortyeight {
    display: none;
    margin-bottom: 4rem;
  }
  .fortyeight-a {
    width: 18%;
    margin: auto;
    border-radius: 2rem;
  }
  .fortyeight-a img {
    border-radius: 1rem;
    width: 100%;
  }
  #fiftytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 1.4rem;
    color: white;
    padding: 1rem 0;
    text-align: center;
  }
  #fiftythree {
    width: 100%;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fiftythree img {
    width: 100vw;
    height: auto;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #two, #six, #seven, #eight {
    display: none;
  }
  #forty {
    width: 90%;
    margin: 3rem auto;
    font-family: "Titan One", cursive;
    font-size: 1.4rem;
    color: #afbbc4;
  }
  #fortyone {
    width: 80%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortythree {
    width: 100%;
    margin: 3rem auto;
  }
  #fortyfive {
    width: 80%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix {
    width: 80%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix button {
    width: 80%;
    height: 4rem;
    background-color: #3c3c41;
    color: black;
    border: 3px solid #3c3c41;
    border-radius: 1rem;
    margin: 4rem auto;
    color: white;
    font-family: "Titan One", cursive;
    font-size: 1.2rem;
    padding: 1rem;
    cursor: pointer;
  }
  #fortysix button:hover {
    background-color: #141414;
  }
  #fortysix-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
  }
  #fortyseven {
    width: 20%;
    margin: 3rem auto;
  }
  #fortyeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
  .fortyeight-a {
    width: 18%;
    margin: auto;
    border-radius: 2rem;
  }
  .fortyeight-a img {
    border-radius: 1rem;
    width: 100%;
  }
  #fiftytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 1.4rem;
    color: white;
    padding: 1.2rem 0;
    text-align: center;
  }
  #fiftythree {
    width: 100%;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fiftythree img {
    width: 100vw;
    height: auto;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 768px) and (max-width: 1298px) and (orientation: portrait) {
  #five {
    background-color: #d3b483;
    border-top-right-radius: 2rem;
  }
  #five a {
    color: #141414;
  }
  #forty {
    width: 80%;
    margin: 3rem auto;
    font-family: "Titan One", cursive;
    font-size: 2rem;
    color: #afbbc4;
  }
  #fortyone {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortythree {
    width: 100%;
    margin: 3rem auto;
  }
  #fortysix {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix button {
    width: 70%;
    height: 4rem;
    background-color: #3c3c41;
    color: black;
    border: 3px solid #3c3c41;
    border-radius: 1rem;
    margin: 4rem auto;
    color: white;
    font-family: "Titan One", cursive;
    font-size: 1.2rem;
    padding: 1rem;
    cursor: pointer;
  }
  #fortysix button:hover {
    background-color: #141414;
  }
  #fortysix-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
  }
  #fortyseven {
    width: 20%;
    margin: 3rem auto;
  }
  #fortyeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
  .fortyeight-a {
    width: 17%;
    margin: auto;
    border-radius: 1rem;
  }
  .fortyeight-a img {
    border-radius: 1rem;
    width: 100%;
  }
  #fiftytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 2rem;
    color: white;
    padding: 1.2rem 0;
    text-align: center;
  }
  #fiftythree {
    width: 100%;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fiftythree img {
    width: 100%;
    height: auto;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 768px) and (max-width: 1298px) and (orientation: landscape) {
  #five {
    background-color: #d3b483;
    border-top-right-radius: 2rem;
  }
  #five a {
    color: #141414;
  }
  #forty {
    width: 80%;
    margin: 3rem auto;
    font-family: "Titan One", cursive;
    font-size: 2rem;
    color: #afbbc4;
  }
  #fortyone {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortythree {
    width: 100%;
    margin: 3rem auto;
  }
  #fortysix {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix button {
    width: 70%;
    height: 4rem;
    background-color: #3c3c41;
    color: black;
    border: 3px solid #3c3c41;
    border-radius: 1rem;
    margin: 4rem auto;
    color: white;
    font-family: "Titan One", cursive;
    font-size: 1.1rem;
    padding: 1rem;
    cursor: pointer;
  }
  #fortysix button:hover {
    background-color: #141414;
  }
  #fortysix-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
  }
  #fortyseven {
    width: 20%;
    margin: 3rem auto;
  }
  #fortyeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
  .fortyeight-a {
    width: 17%;
    margin: auto;
    border-radius: 1rem;
  }
  .fortyeight-a img {
    border-radius: 1rem;
    width: 100%;
  }
  #fiftytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 2rem;
    color: white;
    padding: 1.2rem 0;
    text-align: center;
  }
  #fiftythree {
    width: 60%;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fiftythree img {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 80vw;
    height: auto;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 1299px) and (max-width: 1799px) {
  #five {
    background-color: #d3b483;
    border-top-right-radius: 2rem;
  }
  #five a {
    color: #141414;
  }
  #forty {
    width: 70%;
    margin: 3rem auto;
    font-family: "Titan One", cursive;
    font-size: 2rem;
    color: #afbbc4;
  }
  #fortyone {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortythree {
    width: 100%;
    margin: 3rem auto;
  }
  #fortysix {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix button {
    width: 60%;
    height: 4rem;
    background-color: #3c3c41;
    color: black;
    border: 3px solid #3c3c41;
    border-radius: 1rem;
    margin: 4rem auto;
    color: white;
    font-family: "Titan One", cursive;
    font-size: 1.2rem;
    padding: 1rem;
    cursor: pointer;
  }
  #fortysix button:hover {
    background-color: #141414;
  }
  #fortysix-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
  }
  #fortyseven {
    width: 20%;
    margin: 3rem auto;
  }
  #fortyeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
  .fortyeight-a {
    width: 17%;
    margin: auto;
    border-radius: 1rem;
  }
  .fortyeight-a img {
    border-radius: 2rem;
    width: 100%;
  }
  #fiftytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 2rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #fiftythree {
    width: 60%;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fiftythree img {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 80vw;
    height: auto;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 1800px) and (max-width: 2299px) {
  #five {
    background-color: #d3b483;
    border-top-right-radius: 2rem;
  }
  #five a {
    color: #141414;
  }
  #forty {
    width: 70%;
    margin: 3rem auto;
    font-family: "Titan One", cursive;
    font-size: 3rem;
    color: #afbbc4;
  }
  #fortyone {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
    font-size: 1.3rem;
  }
  #fortythree {
    width: 100%;
    margin: 3rem auto;
  }
  #fortysix {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix button {
    width: 40%;
    height: 4rem;
    background-color: #3c3c41;
    color: black;
    border: 3px solid #3c3c41;
    border-radius: 1rem;
    margin: 4rem auto;
    color: white;
    font-family: "Titan One", cursive;
    font-size: 1.4rem;
    padding: 1rem;
    cursor: pointer;
  }
  #fortysix button:hover {
    background-color: #141414;
  }
  #fortysix-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
  }
  #fortyseven {
    width: 20%;
    margin: 3rem auto;
  }
  #fortyeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
  .fortyeight-a {
    width: 17%;
    margin: auto;
    border-radius: 1rem;
  }
  .fortyeight-a img {
    border-radius: 2rem;
    width: 100%;
  }
  #fiftytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 2.5rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #fiftythree {
    width: 60%;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fiftythree img {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 60vw;
    height: auto;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 2300px) and (max-width: 3299px) {
  #five {
    background-color: #d3b483;
    border-top-right-radius: 2rem;
  }
  #five a {
    color: #141414;
  }
  #forty {
    width: 70%;
    margin: 3rem auto;
    font-family: "Titan One", cursive;
    font-size: 3rem;
    color: #afbbc4;
  }
  #fortyone {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
    font-size: 1.3rem;
  }
  #fortythree {
    width: 100%;
    margin: 3rem auto;
  }
  #fortysix {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix button {
    width: 40%;
    height: 4rem;
    background-color: #3c3c41;
    color: black;
    border: 3px solid #3c3c41;
    border-radius: 1rem;
    margin: 4rem auto;
    color: white;
    font-family: "Titan One", cursive;
    font-size: 1.4rem;
    padding: 1rem;
    cursor: pointer;
  }
  #fortysix button:hover {
    background-color: #141414;
  }
  #fortysix-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
  }
  #fortyseven {
    width: 20%;
    margin: 3rem auto;
  }
  #fortyeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
  .fortyeight-a {
    width: 17%;
    margin: auto;
    border-radius: 1rem;
  }
  .fortyeight-a img {
    border-radius: 2rem;
    width: 100%;
  }
  #fiftytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 3rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #fiftythree {
    width: 60%;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fiftythree img {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 60vw;
    height: auto;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 3300px) {
  #five {
    background-color: #d3b483;
    border-top-right-radius: 2rem;
  }
  #five a {
    color: #141414;
  }
  #forty {
    width: 70%;
    margin: 3rem auto;
    font-family: "Titan One", cursive;
    font-size: 4rem;
    color: #afbbc4;
  }
  #fortyone {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
    font-size: 2rem;
  }
  #fortythree {
    width: 100%;
    margin: 3rem auto;
  }
  #fortysix {
    width: 70%;
    margin: 3rem auto;
    color: #141414;
  }
  #fortysix button {
    width: 40%;
    height: 6rem;
    background-color: #3c3c41;
    color: black;
    border: 3px solid #3c3c41;
    border-radius: 1rem;
    margin: 4rem auto;
    color: white;
    font-family: "Titan One", cursive;
    font-size: 2rem;
    padding: 1rem;
    cursor: pointer;
  }
  #fortysix button:hover {
    background-color: #141414;
  }
  #fortysix-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
  }
  #fortyseven {
    width: 20%;
    margin: 3rem auto;
  }
  #fortyeight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
  .fortyeight-a {
    width: 17%;
    margin: auto;
    border-radius: 1rem;
  }
  .fortyeight-a img {
    border-radius: 2rem;
    width: 100%;
  }
  #fiftytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 4rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #fiftythree {
    width: 60%;
    margin: 0 auto 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fiftythree img {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 60vw;
    height: auto;
  }
}
/*# sourceMappingURL=holidayclub.css.map */