/*-------------Fonts--------------*/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap");

/*-------------Header--------------*/
.wb__head-info .wb__head-logo img {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.wb__head-info .wb__head-info {
  font-size: 15px;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
}

.wb__head-info .wb__head-info p {
  margin-bottom: 0;
}

.wb__head-info .wb__head-info .wb__address {
  font-size: 1.1em;
}

.wb__head-info .wb__head-info .wb__phone {
  font-size: 1.5em;
}

.wb__head-info .wb__head-info a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.wb__head-info .wb__head-info a:hover {
  color: var(--color-theme-highlight);
}

/*-------------END Header--------------*/

/*-------------Footer--------------*/
.wb__custom-footer {
  font-size: 17px;
  padding: 2rem 0;
}

.wb__custom-footer .wb__footbox {
  background: #8c001a;
  padding: 1rem;
  /*           margin: 1rem;*/
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.wb__custom-footer .wb__footbox h5 {
  font-size: 1.3em;
}

.wb__custom-footer .wb__footbox p {
  font-size: 1.1em;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.4);
}

/*-------------END Footer--------------*/

/*-------------Homepage--------------*/
.wb__homesection {
  background: url("https://apihoard.webit.com/api/v1/Image/358D2769DACD013812B520BBD0D16145/358D2769DACD013812B520BBD0D16145.jpg?size=1920x1440");
  background-position: center;
  background-size: cover;

  font-family: "Dosis", sans-serif;
  padding: 2rem 0;
}

.wb__homesection h2 {
  background: #282828;
  color: #fff;
  box-shadow: -2px 2px 4px #000;
  margin: 2rem 0;
  padding: 1rem 5px;
}

.wb__homesection .wb__homebuttons a {
  display: inline-block;
  transition-duration: 0.5s;
}

.wb__homesection .wb__homebuttons a:hover {
  transform: translate(0px, -10px);
}

.wb__homesection .wb__homebuttons a p {
  font-size: 1.7em;
  font-weight: 600;
  color: #423327;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wb__welc-faceb {
}

.wb__welc-faceb .wb__welcome {
  background: #e3e3e3;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px 0 #000;
  padding: 2rem;
  margin: 1rem auto;
}

.wb__welc-faceb h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.wb__welc-faceb .wb__welcome p {
  text-align: justify;
  font-size: 1.2rem;
}

.wb__welc-faceb .wb__welcome a {
  margin: 0.5em auto;
}

.wb__welc-faceb .wb__facebook {
  margin: 1rem auto;
  /*    padding: 2rem 0;*/
}

.wb__partylines {
  background: #282828;
  padding: 2rem 0;
}

/* TESTIMONIALS ========================================  */

.testimonial {
  padding: 20px 0 0;
  text-align: center;
  position: relative;
}

.testimonial:before {
  content: "\f10d";
  position: absolute;
  top: -5px;
  left: 45.5%;
  font-size: 40px;
  color: var(--color-theme-text);
  font-family: FontAwesome;
  background: var(--color-theme-background);
  padding: 0 2%;
  z-index: 2;
}

.testimonial .content {
  padding: 40px 20px 15px;
  position: relative;
  border: 3px solid var(--color-theme-text);
  border-top: 0px none;
  margin: 0 0 2em 0;
}

.testimonial .content:before {
  content: "";
  border-top: 3px solid var(--color-theme-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}

.testimonial .content:after {
  content: "";
  border-top: 3px solid var(--color-theme-text);
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
}

.testimonial-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-theme-text);
}

.testimonial .description {
  color: var(--color-theme-text);
}

@media only screen and (max-width: 990px) {
  .testimonial .content:before,
  .testimonial .content:after {
    width: 43%;
  }
}

@media only screen and (max-width: 640px) {
  .testimonial:before {
    left: 46%;
  }
  .testimonial .content {
    padding: 30px 35px;
  }
  .testimonial .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial:before {
    font-size: 30px;
    top: 0;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .wb__head-info .wb__head-info {
    font-size: 20px;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .wb__head-info .wb__head-info {
    font-size: 17px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .wb__head-info .wb__head-info {
    font-size: 23px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .wb__head-info .wb__head-info {
    font-size: 28px;
  }
}
