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

:root {
  --grey: #222222;
  --white: #ffffff;
  --lightbrown: #523a36;
  --lighterbrown: #875f58;
}

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

.body-indx {
  background: url('../images/background.jpg') 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-img {
  position: absolute;
  top: 4.8vw;
  right: 0.5vw;
  height: 10vw;
  width: 37.7vw;
  opacity: 1;
}

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

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

.infobox {
	position: absolute;
	top: 18vw;
	right: 3vw;
	padding: 20px;
	width: 210px;
	height: 210px;
	background-color: var(--grey);
	opacity: 0.64;
}

.boxheading {
	text-align: center;
}

.info {
	position: absolute;
	top: 18vw;
	right: 3vw;
	padding: 20px;
	text-align: left;
	color: white;
}

.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;
}
