body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #000;
  color: #fff;
}

header {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0 2rem;
}
p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  color: #FFD700;
  text-decoration: none !important;
}

.content {
  position: relative;
  height: calc(100vh - 125px);
  padding: 0 0 1rem; 
}
h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 1.2rem;
  font-weight: 300;
}
#pick-date {
  width: 150px;
  padding: 0rem;
  border-radius: 30px;
}
.content:before {
  content: '';
  position: absolute;
  top: -30px;
  width: 100%;
  height: 30px;
  background: #000;
  border-radius: 30px 30px 0 0;
}
/*
.testiSlide {
	height: calc(100vh - 252px);
	display: flex;
	align-items: center;
}
*/
.testiSlide .item {
  position: relative;
}
.testiSlide .slideText {
  position: absolute;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%);
  width: 100%;
  bottom: 0;
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testiSlide .item img {
  max-height: calc(100vh - 300px);
  object-fit: contain;
  width: auto;
  margin: 0 auto;
  border-radius: 20px;
}
.menu-item {
  display: flex;
  flex-direction: column;
  width: 60px;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.testiSlide .owl-carousel .owl-nav button.owl-next, .testiSlide .owl-carousel .owl-nav button.owl-prev {
  font-size: 5rem;
  position: absolute;
  top: 30%;
  color: #FFD700;
}
.testiSlide .owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.testiSlide .owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
footer {
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem 0 0;
}
.picker {
  color: #ddd;
}
.picker__box {
  background: #000;
}
.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
  background: #000;
  border-color: #000;
}
.picker__day {
  position: relative;
  cursor: pointer;
}
.picker__day:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FFD700;
  content: '';
  top: 5px;
  right: 5px;
  border-radius: 50%;
}
.picker__day.picker__day--disabled {
  cursor: default;
}
.picker__day.picker__day--disabled:before {
  display: none;
}
.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: rgba(255,255,255,0.2)
}
.picker__day--highlighted {
  border-color: rgba(255,255,255,0.2);
  border-width: 2px;
}
.picker__button--clear, .picker__button--close, .picker__button--today {
  background: #000;
  color: #ddd;
  border-color: #000;
}
.picker__day--today::before {
  border: none;
}
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
  background: rgba(0,0,0,0.2);
  color: #ddd;
}

.picker__nav--next::before {
  border-left: .75em solid #FFC700;
}
.picker__nav--prev::before {
  border-right: .75em solid #FFC700;
}

@media(min-width: 667px) {
  h1 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}

@media(min-width: 810px) {
  .testiSlide .item img {
    width: auto;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .content {
    height: 100%;
  }
  .testiSlide .item img {
    max-height: 100%;
  }
}