/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

:root {
  --brown: #271C1A;
  --lightbrown: #523a36;
  --lighterbrown: #875f58;
}

@font-face {
  font-family: OliveSky;
  src: url('../fonts/OliveSky.ttf');
}

.body-indx {
  background: url('../images/mitta.png') no-repeat center fixed;
  background-size: cover;
  font-family: Tahoma;
}

Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  body {font-size: 100%;  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  body {font-size: 100%;  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {font-size: 100%;  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body {font-size: 100%;  }
}

h1 {
  color: white;
  font-size: 8vw;
  font-family: OliveSky;
}

h2 {
  font-family: Perpetua;
  text-transform: capitalize;
}

.logo {
  position: absolute;
  top: 39px;
  left: 70px;
  z-index: 100;
  height: 13vw;
}

.logo-bg {
  position: absolute;
  top: 2.8vw;
  left: 40px;
  z-index: 100;
  height: 14vw;
  width: 17vw;
  border-radius: 50%;
  background-color: var(--brown);
  box-shadow:
    inset 0 2px 4px rgba(255,255,255,0.3),
    inset 0 -2px 4px rgba(0,0,0,0.3),
    0 1px 1px rgba(255,255,255,0.9);
  text-align: center;
}

.logo-img {
  position: absolute;
  top: 1.5vw;
  left: 0vw;
  height: 10vw;
  width: 19vw;
}

.title {
  width: 100%;
  height: 11vw;
  line-height: 12vw;
  text-align: right;
  vertical-align: middle;
  margin-top: 4vw;
  opacity: 0.9;
  background-color: var(--brown);
  padding-right: 8vw;
  padding-top: 1vw;
}

.titleText {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.my-btn {
  background-color: var(--brown);
  border: none;
  display:inline-block;
  margin: 0 auto;
}

.btn-width {
  width: 215px;
}

.menu-list-btn {
  margin-bottom: 15px;
}

.offcanvas {
  --bs-offcanvas-width: 250px;
}

.indx-btn {
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.other-btn {
  width: 100%;
  text-align: right;
  margin: 0;
  position: absolute;
  top: 17vw;
  right: 40px;
}

.ep-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.eps {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 4.5em;
  margin-top: -1em;
}

.empty-img {
  width: 192px;
}

.intro-img {
  width: 192px;
  height: 108px;
  background: url('../images/intro.png') no-repeat center;
  background-size: contain;
}

.meroo-img {
  width: 192px;
  height: 108px;
  background: url('../images/meroo.png') no-repeat center;
  background-size: contain;
}

.row-space {
  margin-top: 40px;
}

.video {
    position: relative;
    width: 80vw;
    height: 45vw;
}

.carousel-width {
    position: relative;
    width: 82.5vw;
    margin-bottom: 100px;
}

.gallery {
    margin-bottom: 100px;
}
