@font-face {
	font-family: Cormorant Infant;
	src: url(../assets/fonts/Cormorant_Infant/CormorantInfant-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: Cormorant Infant;
	src: url(../assets/fonts/Cormorant_Infant/CormorantInfant-Regular.ttf);
	font-weight: 400;
}
@font-face {
	font-family: Cormorant Infant;
	src: url(../assets/fonts/Cormorant_Infant/CormorantInfant-Medium.ttf);
	font-weight: 500;
}

* {
	font-family: 'Cormorant Infant', serif;
}

:root {
	--font-size-h1: clamp(1.5rem, 1rem + 7vw, 6.5rem);
	--font-size-h2: clamp(1rem, 1rem + 5vw, 5.0rem);
	--font-size-h3: clamp(1rem, 1rem + 3vw, 2.5rem);
}

h1 {
  color: white;
	font-size: var(--font-size-h1);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}
h2 {
	color: white;
	font-size: var(--font-size-h2);
	font-weight: normal;
}

h3 {
	font-size: var(--font-size-h3);
font-weight: normal;
	color: rgba(255,255,255,0.8);
 }
p,
#contact_info {
	font-size: var(--font-size-h3);
  display: block;
  text-align: center;
  color: white;
  width: 100%;
  margin-top: 10px;
  word-wrap: break-word;
}
.dark {
	color: #312f2f;
}
.light-dark {
	color: #6b6b6b;
}
.section{
  text-align:center;
  background-size: cover;
  position:relative;
  color: black;
  height: 100%;
}
.slide{
  text-align:center;
  background-size: cover;
  position:relative;
  color: black;
  height: 100%;
}
.slide-title {
	font-weight: 600;
	margin-top: 50vh;
}

.slide-title, p {
	filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 1));
}

/* STYLING FULLPAGE NAVIGATION*/
.fp-controlArrow.fp-next {
	border-color: transparent transparent transparent rgba(255,255,255, 0.5);
	margin-top: 150px;
}
.fp-controlArrow.fp-prev {
 	border-color: transparent rgba(255,255,255, 0.5) transparent transparent;
 	margin-top: 150px;
 }

body{
	text-decoration:none;
	color: #000;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.section{
	text-align:center;
}
.slide {
	text-align:center;
}

#menu li {
	color: #000;
	background: #b2b2b2;
	/*background:#fff;*/
	/*background: rgba(255,255,255, 0.6);*/
	/*background: rgba(255,255,255, 0.5);*/
	-webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  margin: 5px 0 0 0;
}
#menu li.active{
	background:#666;
	/*background: rgba(0,0,0, 0.5);*/
	/*border: 5px solid black;*/
	color: #fff;
	font-weight: 500;
}
#menu li a{
	text-decoration:none;
	color: #000;
	border-bottom: none;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 1);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu li:hover{
  background: rgba(255,255,255,0.8);
}

#menu{
	position:fixed;
	top: calc(30% - 40px);
	left:0;
	height: 40px;
	z-index: 1;
	padding: 0;
	margin:0;
	float: left;
	text-align: left;
	font-weight: 200;
  color: white;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
  box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
#title-text {
	/*margin-bottom: 350px;*/
	display: grid;
	align-content: center;
	align-items: center;
}
#title-text * {
	filter: none;
}
#control-info {
	position: absolute;
	left: calc(50% - 180px); /* 50% - half size*/
	bottom: 5%;
	color: white;
	font-size: 1.5vw;
	opacity:0.5;
}
#map {
	width:100%;
	height:100%;
	text-align: center;
}
#slide-contact-2 {
	background-color: black;
}

.map-btn-icon {
	padding-right: 10px;
}
.map-btn-text {
	line-height: 45px;
	font-size: 30px;
}
#direction-btn {
	left: calc(50% - 80px); /* 50% - half size of btn*/
}
#map-btn,
#direction-btn {
	position: absolute;
	left: calc(50% - 70px); /* 50% - half size of btn*/
	bottom: 5%;
	border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	font-weight: 200;
	color: #000000;
  background: #ffffff;
  padding: 0 10px 0 10px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}
#map-btn:focus,
#direction-btn:focus {
	outline:0;
}
#map-btn:hover,
#direction-btn:hover {
  text-decoration: none;
	transform: scale(1.1);
}
