@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,800;1,900&display=swap');

body{
	margin: 0;
	font-family: 'Playfair Display', serif !important;
	font-size: calc(0.8rem + 0.3vw) !important;
	font-weight: 400 !important;
	color: #8E412E !important;
	background-color: #F4ECE2 !important;
	-webkit-text-size-adjust: 100% !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.height100{
	max-height: 100%;
}
hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
	font-family: 'Playfair Display', serif;
  line-height: 1.2;
	
	text-align: center;
}

h1, .h1 {
  font-size: calc(1.1rem + 0.6vw) !important;
  font-weight: 400 !important;
	line-height: 0.9 !important;
	letter-spacing: 0.5em;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.3rem + 0.6vw) !important;
	  font-weight: 400 !important;
	  letter-spacing: 0.5em;
	  padding-top: 40%;
  }
}

h2, .h2 {
  font-size: calc(1.2rem + 0.6vw) !important;
	font-weight: 500 !important;
	font-style: italic !important;
	color:#A2A182;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: calc(2.2rem + 0.6vw) !important;
	  font-style: italic;
	font-weight: 500 !important;
  }
}

h3, .h3 {
  font-size: calc(0.4rem + 0.3vw) !important;
	font-weight: 400 !important;
	color:#A2A182;
	
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.1rem !important;
  font-weight: 400;
	  color:#A2A182;
	  padding-top:2%;
  }
}

h4, .h4 {
  font-size: calc(0.8rem + 0.3vw) !important;
	font-weight: 400;
	color:#E6CEBC;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.2rem + 0.3vw) !important;
	color:#E6CEBC;
  	font-weight: 400;
  }
}

h5, .h5 {
  	font-size: calc(0.8rem + 0.3vw) !important;
	font-weight: 400;
	color:#BA6F4D;
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: calc(1.2rem + 0.3vw) !important;
	color:#BA6F4D;
  	font-weight: 400;
	  padding-top: 3%;
  }
}

h6, .h6 {
  	font-size: calc(0.7rem + 0.3vw) !important;
	color:#BA6F4D;
	padding-top:5%;
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.1rem !important;
	color:#BA6F4D;
	  padding-top:8%;
  }
}
h6 a{
	text-decoration: none;
	color:#BA6F4D;
}
h6 a:hover{
	text-decoration: underline;
	color:#BA6F4D;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
	margin-left:30px;
	text-align: center;
	
	  padding-top: 5%;
}

p a{
	color:#8E412E;
	font-weight: 900;
	font-size:30px;
}

p a:hover{
	color:#BA6F4D;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
	font-family: 'Playfair Display', serif !important;
	font-style: italic;
}
.navbar-brand2 {
  color: #A2A182 !important;
	text-decoration: none;
}
.navbar-brand2:hover, .navbar-brand2:focus {
  color: #BA6F4D !important;
}
.nav-link2 {
  color: #A2A182 !important;
	text-decoration: none;
}
.nav-link2:hover, .nav-link2:focus {
  color: #BA6F4D !important;
}
.navbar-dark .navbar-brand {
  color: #ffffff !important;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #BA6F4D !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #BA6F4D !important;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff !important;
}
.navbar-dark .navbar-toggler {
  color: #ffffff !important;
	border-color:transparent !important;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	border-color:transparent !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}
.herovideo{
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -10;
}
#audio-control {
  cursor:pointer;
  color: #ffffff;
	padding-left: 2%;
}
#audio-control:hover {
  color: #BA6F4D;
}


img {
	max-width: 90%;
}
@media (max-width: 800px) {
	.hide{
		display:none !important;
	}
}
.smaller{
	max-width: 60% !important;
}
.verticaloffset{
	margin-top: -15% !important;
}
.verticaloffset-sm{
	margin-top: -5% !important;
}
.offcanvas-bottom{
	border:none !important;
}

.brown input{
	background-color: #F4ECE2;
	padding:0;
  border: none;
  border-bottom: 1px solid #8E412E;
	border-radius: 0;
}
.brown input:focus {
	background-color: #E6CEBC;
	padding:0;
  border: none;
  border-bottom: 1px solid #8E412E;
	border-radius: 0;
}
.form-control:focus{
	box-shadow: none !important;
}
label{
	padding-top:2%;
}
.nav-item{
	list-style: '·';
	color:#fff;
	padding-left: 2%;
	padding-right: 2%;
}
.nav-item:first-child{
	list-style: none;
}
@media (max-width: 800px) {
	.nav-item{
	list-style: none;
}
}