.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

body {
  font-family: Rosewood, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 1.3em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sancreek, sans-serif;
  font-size: 50px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sancreek, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 1.4em;
}

.section--nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(0, 0, 0, 0.9)), color-stop(85%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 9%, transparent 85%);
}

.container {
  max-width: 1300px;
  min-height: 100%;
}

.nav__bar {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__logo-wrapper {
  position: absolute;
  top: 0px;
  z-index: 5;
}

.nav__menu-wrapper {
  width: 100%;
}

.nav__menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav__menu__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__menu__side__item__a {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #f4f4f4;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav__menu__side__item__a:hover {
  color: #fddf77;
}

.nav__menu__side__item__a:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav__menu__side__item__a[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav__logo__img {
  width: 230px;
  height: 230px;
  margin-top: -40px;
}

.section--header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.header__slider.is--mobile {
  display: none;
}

.header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section--quote {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #000;
}

.quote__p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.section--frietosofie {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fddf77;
}

.frietosofie__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.frietosofie__h {
  font-weight: 400;
  text-align: center;
}

.frietosofie__p {
  text-align: center;
}

.freitosofie__quote {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 160px;
  font-weight: 400;
}

.section--images {
  overflow: hidden;
}

.images__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 500px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.images__img {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.section--onze-friet {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #dee2e3;
  color: #f4f4f4;
}

.onze-friet__inner {
  padding-top: 61px;
  padding-bottom: 61px;
  text-align: center;
}

.onze-friet__p {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.onze-friet__block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.onze-friet__single {
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

.onze-friet__img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section--full-img {
  height: 500px;
}

.full-img__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section--boekingen {
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fddf77;
}

.boekingen__inner {
  max-width: 50%;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.header__mobile__img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.boekingen__h3 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Sancreek, sans-serif;
  font-size: 32px;
}

.boekingen__a {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.section--video {
  position: relative;
  width: 100%;
  height: 600px;
}

.video__overlay {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.background-video {
  width: 100%;
  height: 100%;
}

.video__h {
  max-width: 500px;
  color: #fff;
  line-height: 1.3em;
  text-align: center;
}

.video__btn {
  padding: 10px 15px;
  background-color: #f4f4f4;
  color: #000;
  font-size: 22px;
  text-decoration: none;
}

.video__btn__text {
  text-decoration: none;
}

.section--contact {
  padding: 60px;
  background-color: #dee2e3;
}

.contact__h {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.contact__p {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.contact__label {
  margin-top: 30px;
}

.contact__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 30px auto 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact__form__half {
  margin-right: 30px;
}

.contact__form__whole {
  width: 100%;
}

.contact__text-area {
  min-height: 200px;
}

.submit-button {
  background-color: #000;
}

.facebook__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facebook__embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--footer {
  background-color: #000;
}

.footer__nav {
  z-index: 5;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 60px;
  background-color: transparent;
}

.footer__logo__img {
  width: 140px;
}

.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fddf77;
}

.footer__a {
  display: block;
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.footer__website {
  position: absolute;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 32px;
  text-decoration: none;
}

.footer__copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 10px;
  background-color: #fddf77;
}

.top-activator {
  position: absolute;
  width: 100%;
  height: 30px;
}

.footer__logo-wrapper {
  position: absolute;
  top: auto;
  z-index: 5;
}

.footer__menu-wrapper {
  width: 100%;
}

.footer__menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__h {
  position: absolute;
  left: 0%;
  top: auto;
  right: 40%;
  bottom: 0px;
  z-index: 5;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 120px 60px 60px;
  background-image: radial-gradient(circle farthest-side at 0% 100%, #000 17%, rgba(0, 0, 0, 0.02) 81%, transparent);
  font-family: Rosewood, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1em;
  text-align: left;
}

.bold-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-bottom: 60px;
  padding-left: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
  font-size: 42px;
  font-weight: 400;
  text-align: left;
}

.facebook__plugin {
  max-width: 400px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.header__bg {
  padding: 5px 0px;
  line-height: 1.3em;
}

.icon {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.facebook__h {
  width: 100%;
  margin-bottom: 30px;
  font-size: 42px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section--nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav__bar {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__logo-wrapper {
    position: relative;
  }

  .nav__menu-wrapper {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    background-color: transparent;
  }

  .nav__menu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 105px 20px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav__menu__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__menu__side__item__a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 20px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    position: relative;
    z-index: 4;
    background-color: transparent;
    color: #fff;
  }

  .nav__menu__side__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav__logo__img {
    width: 90px;
    height: 90px;
    margin-top: 0px;
  }

  .nav__mobile__hamburger {
    width: 40px;
    height: 40px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .section--header {
    height: 50vh;
  }

  .quote__p {
    line-height: 1.2em;
  }

  .images__inner {
    margin-right: -30px;
    margin-left: -30px;
  }

  .onze-friet__img {
    width: 120px;
    height: 120px;
  }

  .friet__h3 {
    font-size: 20px;
  }

  .footer__nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer__logo__img {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__a {
    padding-bottom: 15px;
    text-align: center;
  }

  .footer__website {
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }

  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__logo-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow {
    z-index: 2;
  }

  .left-arrow {
    z-index: 2;
  }

  .footer__menu-wrapper {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: transparent;
  }

  .footer__menu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .header__h {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section--nav {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(0, 0, 0, 0.9)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 11%, transparent);
  }

  .nav__logo-wrapper {
    padding-left: 0px;
  }

  .nav__menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__menu__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__menu__side__item__a {
    display: inline-block;
  }

  .nav__mobile__hamburger {
    width: 30px;
  }

  .section--header {
    height: 70vh;
  }

  .header__slider {
    display: none;
  }

  .header__slider.is--mobile {
    display: block;
  }

  .section--quote {
    padding-right: 25px;
    padding-left: 25px;
  }

  .quote__p {
    min-height: 50px;
    padding-top: 18px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.1em;
  }

  .section--frietosofie {
    padding-right: 25px;
    padding-left: 25px;
  }

  .frietosofie__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .frietosofie__h {
    margin-top: 0px;
    font-size: 36px;
  }

  .frietosofie__p {
    font-size: 20px;
  }

  .freitosofie__quote {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .images__inner {
    height: 300px;
  }

  .section--onze-friet {
    padding-right: 25px;
    padding-left: 25px;
  }

  .onze-friet__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .onze-friet__h {
    margin-top: 0px;
    font-size: 36px;
  }

  .onze-friet__p {
    font-size: 20px;
  }

  .onze-friet__block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .onze-friet__single {
    width: 100%;
    padding-bottom: 30px;
  }

  .friet__h3 {
    font-size: 24px;
  }

  .section--full-img {
    height: 300px;
  }

  .section--boekingen {
    padding-right: 0px;
    padding-left: 0px;
  }

  .boekingen__inner {
    max-width: 100%;
    padding: 45px 25px;
  }

  .header__mobile__img {
    position: relative;
    width: 100%;
  }

  .boekingen__h {
    margin-top: 0px;
    font-size: 36px;
  }

  .boekingen__p {
    font-size: 20px;
  }

  .section--video {
    height: 400px;
  }

  .video__overlay {
    padding-right: 25px;
    padding-left: 25px;
  }

  .video__h {
    font-size: 36px;
  }

  .section--contact {
    padding: 30px 25px;
  }

  .contact__h {
    font-size: 36px;
  }

  .contact__p {
    font-size: 20px;
  }

  .contact__label {
    font-size: 20px;
  }

  .contact__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__form__half {
    margin-right: 45px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer__nav {
    padding-top: 45px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer__logo__img {
    margin-right: auto;
    margin-left: auto;
  }

  .footer__bottom {
    padding-bottom: 15px;
  }

  .footer__a {
    font-size: 20px;
  }

  .footer__website {
    font-size: 20px;
  }

  .footer__logo-wrapper {
    padding-left: 0px;
  }

  .footer__menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__h {
    right: 0%;
    padding-top: 150px;
    background-image: radial-gradient(circle farthest-side at 0% 100%, #000, transparent 84%, transparent);
  }

  .slider-nav {
    display: none;
  }

  .facebook__h {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .nav__menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .images__inner {
    overflow: auto;
    height: 300px;
  }

  .facebook__inner {
    padding: 45px 0px;
  }

  .footer__menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__h {
    padding: 130px 25px 25px;
    background-image: radial-gradient(circle farthest-side at 20% 100%, #000, rgba(0, 0, 0, 0.81) 32%, transparent 77%, transparent);
    font-size: 22px;
  }
}

@font-face {
  font-family: 'Sancreek';
  src: url('../fonts/sancreek-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rosewood';
  src: url('../fonts/rosewood.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}