/* header */
.topHeader {
  background-color: #ffff00;
  color: #000000;
}

.mainHeader {
  background-image: url("https://apihoard.webit.com/api/v1/Image/98696B2708A593BA81AE0CCF5B645DF4/98696B2708A593BA81AE0CCF5B645DF4.jpg?size=1920x1440");
  background-repeat: no-repeat;
}

.mainHeader .socialMediaBTN {
  display: inline-block;
}

.mainHeader .socialMediaBTN a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.mainHeader .socialMediaBTN a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}

.mainHeader .socialMediaBTN a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.mainHeader .socialMediaBTN a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  transition: 0.5s;
  z-index: 2;
}

.mainHeader .socialMediaBTN a:hover:before {
  top: 0;
}

.mainHeader .socialMediaBTN .fa {
  text-shadow: 2px 2px 5px #888888;
}

/* welcome section */
.WelcomeSection {
  background-image: url("https://apihoard.webit.com/api/v1/Image/5CA517E19E004ECA42C71B65B72EEB76/5CA517E19E004ECA42C71B65B72EEB76.png?size=1920x1440");
  background-attachment: fixed;
}

.WelcomeSection p {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}

.WelcomeSection h1 {
  border-bottom: 2px solid #d25f13;
  font-size: 2.5em;
  padding-left: 10px;
  border-left: 30px solid #d25f13;
  color: #d25f13;
  padding-bottom: 5px;
  font-family: "Josefin Sans", sans-serif;
}

/* button section */
.buttonSection {
  background-image: url("https://apihoard.webit.com/api/v1/Image/6742C850CF44073C10FB3B81DB88D7A2/6742C850CF44073C10FB3B81DB88D7A2.jpg?size=1920x1440");
}

/* internal page */

.title-heading {
  border-bottom: 2px solid #d25f13;
  font-size: 2.5em;
  padding-left: 10px;
  border-left: 30px solid #d25f13;
  color: #d25f13;
  padding-bottom: 5px;
  font-family: "Josefin Sans", sans-serif;
}
/* Drinks page */
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
.cw-menu {
  padding: 0.5rem 0 3rem;
  margin-bottom: 3rem;
}
.cw-menu h2 {
  text-align: center;
  font-family: "Allura", cursive;
  font-weight: 400;
  color: #d25f13;
  font-size: 3rem;
  margin-top: 1em;
}
.cw-border-gold {
  border: solid 3px #d25f13;
}
.cw-menu .cw-border-gold {
  padding: 3px 10px;
}
.cw-menu .cw-menu-item {
  padding: 1rem 0.5rem 0;
  position: relative;
  border-bottom: dashed 1px;
  margin-bottom: 0.5rem;
}
.cw-menu .cw-menu-item .cw-titleline {
  display: block;
  font-size: 1.3rem;
}
.cw-menu .cw-menu-item .cw-desc {
  display: block;
}
.cw-menu .cw-menu-item .cw-price {
  display: block;
  width: 200px;
  margin: 5px auto;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cw-menu .cw-menu-item p {
  display: block;
  width: 200px;
  margin: 5px auto;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 576px) {
  .cw-menu .cw-menu-item .cw-titleline {
    display: block;
    font-size: 1.3rem;
    max-width: calc(100% - 100px);
  }
  .cw-menu .cw-menu-item .cw-desc {
    display: block;
    max-width: calc(100% - 100px);
  }
  .cw-menu .cw-menu-item .cw-price {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
    position: absolute;
    right: 0.5rem;
    bottom: 0;
    text-align: center;
    width: 300px;
  }
  .cw-menu .cw-menu-item p {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
    position: absolute;
    right: 0.5rem;
    bottom: 45%;
    text-align: center;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .cw-menu h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .cw-menu h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .cw-menu h2 {
    font-size: 5rem;
  }
}
/* review page */
.reviewPage a {
  display: block;
}

.reviewPage h6 {
  line-height: inherit;
}

.reviewPage .btn-tripAdvisor {
  background-color: #1e892f !important;
}

.reviewPage .btn-yelp {
  background-color: #d32323 !important;
}

.reviewPage .btn-facebook {
  background-color: #3b5998 !important;
}

.reviewPage .btn-instagram {
  background-color: #333333 !important;
}

.reviewPage .socialMediaBTN {
  display: inline-block;
}

.reviewPage .socialMediaBTN a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.reviewPage .socialMediaBTN a .icon {
  position: relative;
  color: #ffffff;
  transition: 0.5s;
  z-index: 3;
}

.reviewPage .socialMediaBTN a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.reviewPage .socialMediaBTN a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  transition: 0.5s;
  z-index: 2;
}

.reviewPage .socialMediaBTN a:hover:before {
  top: 0;
}

.reviewPage .socialMediaBTN .fa {
  text-shadow: 2px 2px 5px #888888;
}

/* footer */
.customFooter a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

/* XS: 300px & Up */
@media (min-width: 300px) {
  .mainHeader img {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .topHeader .d-flex {
    display: block !important;
  }

  .WelcomeSection img {
    width: 50%;
  }

  .buttonSection img {
    width: 60%;
  }

  .customFooter a,
  .customFooter h4 {
    text-align: center;
  }
}

/* XS: 440px & Up */
@media (min-width: 440px) {
  .mainHeader img {
    width: 55%;
  }
}

/* SM: 768px & Up */
@media (min-width: 768px) {
}

/* MD: 992px & Up */
@media (min-width: 992px) {
  .mainHeader img {
    width: 38%;
  }

  .topHeader .d-flex {
    display: flex !important;
  }

  .WelcomeSection img {
    width: 25%;
  }

  .customFooter a,
  .customFooter h4 {
    text-align: left;
  }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
  .mainHeader img {
    width: 30%;
  }

  .buttonSection img {
    width: 50%;
  }
}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {
  .mainHeader img {
    width: 25%;
  }
}
