@font-face {
  font-family: nbt;
  src: url("font/nbt.otf");
}
@font-face {
  font-family: nlt;
  src: url("font/nlt.otf");
}

body {
	-webkit-text-size-adjust: none; 
	font-family: 'Quicksand', sans-serif; 
	text-decoration: none;
	color:#d3a575;
	font-size: 12pt;
	background-color: #dedede;
}

body a {
	text-decoration: none;
	color:#d3a575;
	font-size: 11.5pt;
}

.fullpage {
	height:100% !important;
}

.slide__wrp {
	position: relative;
}
.slide__delot {
	position: absolute; 
	text-align: center; 
	font-family: nbt; 
	font-size:16pt; 
	width:40%;
	top:45%;
}
.slide__delot--left {
	left:8%;
}
.slide__delot--right {
	right:8%;
}
.slide__img {
	width: 100%;
}
.slide__delothead {
	font-size: 26pt;
	font-weight: 300;
}

.segal {
	float: left;
	width: 33.33333%; 
	margin: 0px;
}

.story {
	display: flex;
	position: absolute;
	width: 90%;
	margin: 5%;
	top: 0;	
	left: 0;
	align-items: center;
	z-index: 1;
}

.story__texthead {
	font-size: 3vw;
	font-family: nbt;
	margin: 0 15px 5px;
}

.story__block {
	float: left;
	width: calc(50% - 30px);
	margin: 0 15px;
}

.story__storytext {
    font-size: 1.4vw;
	text-align: justify; 
	font-family: nbt;
	padding-bottom: 10px;
}

.contact {
	position: absolute;
	left: 7%;
	top: 30%;
	width: 40%;
	margin: 0 auto;
	z-index: 1;
}

.contact__storytext{
	font-size: 1.4vw;
	text-align: justify; 
	text-align: center;
	font-family: nbt;
	padding-bottom: 20px;
}

.contact__link {
	padding: 0 15px;
}

.contact__img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.fp-slidesNav.bottom ul {
	text-align: center;
}


.fp-controlArrow {
	width: 5% !important;
	height: 7% !important;
	background-repeat: no-repeat !important;
	border: 0px;
}

.fp-controlArrow.fp-prev {
	background: url(images/left.png);
	background-position: center center;
}

.fp-controlArrow.fp-next {
	background: url(images/right.png);
	background-position: center center;
}


#gal1,
#gal2,
#gal3 {
	-webkit-transition: all 750 ease;
	   -moz-transition: all 750 ease;
	    -ms-transition: all 750 ease;
	     -o-transition: all 750 ease;
	        transition: all 750 ease;
}

#gal1:hover, 
#gal2:hover, 
#gal3:hover {
	-webkit-filter: brightness(96%); 
			filter: brightness(96%);
}


#fp-nav.right {
	margin-top: 11% !important;
}

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background-color: #d3a575;
}


.welcome-logo {
	width: 100%;
	opacity: 0;
}

.topmenu {
	position: absolute;
    list-style: none;
    left: 25%;
    bottom: 0;
    width: 50%;
    padding: 0;
    opacity: 0;
    z-index: 1;
}

@media and (max-width: 500px) {
	.topmenu {
		left: 10%;
    	width: 80%;
	}
}

.topmenu__item {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 10%;
}

.topmenu__item_2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10%;
}

.topmenu__link {
	padding-left: 20px;
	padding-right: 20px;
	color:#d3a575;
	cursor: pointer;
	font-size: 11.5pt; 
	text-decoration: none;
	text-transform: uppercase;
}

#fp-nav ul li .fp-tooltip {
    color: #d3a575 !important;
}