
html,
body {
    width: 100%;
    height: 100%;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Crimson Text', serif;*/
}


body p {

}

.navText {
	font-family: 'Catamaran', sans-serif;
	font-size: 12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

.highlight {
	background: #E5E7E9;
	border-radius: 100px;
}

#headerMenus {
	visibility: visible;
}

#first b {
	font-size: 80px;
	line-height: 1;
}


#titleText {
	/*font-family: 'Droid Serif', serif;*/
	/*font-family: 'David Libre', serif;*/
	/*font-family: 'Playfair Display', serif;*/
	/*font-family: 'PT Serif', serif;*/
	/*font-family: 'Quattrocento', serif;*/
	font-family: 'Cardo', serif;
}

.carrotFloat {
	position:absolute;
	bottom: -5px;
	right: 10px;
	width: auto;
	height: auto;
	cursor: pointer;
}

.textCarrotFloat {
	position: absolute;
	bottom: 0px;
	right: 50px;
	width:auto;
	height:auto;
}




#map01 { 
	width: 100%;
	height: 100vh;
}



#blocker {
	position: absolute;
	top: 50vh;
	left:0;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 0;
	font-family: 'Cardo', serif;
	font-size: 16px;
}


#menu {
	background: #fff;
    position: absolute;
    z-index: 1;
    top: 65px;
    left: 10px;
    border-radius: 3px;
    width: 120px;
    border: 1px solid rgba(0,0,0,0.4);
    font-family: 'Open Sans', sans-serif;
}

#menu a {
    font-size: 13px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    text-align: center;
}

#menu a:last-child {
    border: none;
}

#menu a:hover {
    background-color: #f8f8f8;
    color: #404040;
}

#menu a.active {
    background-color: #3887be;
	color: #ffffff;
}

#menu a.active:hover {
    background: #3074a4;
}



.mapboxgl-popup {
    max-width: 400px;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.mapboxgl-popup b {
	font-weight: bold;
}

.mapboxgl-ctrl-top-right {
	top: 50px;
}


#intro {
	position: absolute;
	top: 25vh;
	height: auto;
	max-width: 40%;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background: #fff;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	visibility: visible;
	z-index: 10;
	margin-left:30%;
	margin-right: 30%;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}
















header {
    position: fixed;
    width: 100%;
    min-height: 50%;
    text-align: center;
    color: #fff;
    z-index: 0;
}

@media(min-width:768px) {
    header {
        min-height: 50%;
    }
}

/* VIDEO BACKGROUND */


.fullscreen-bg {
	position: absolute;
 	top: 0;
 	right: 0;
  	bottom: 0;
  	left: 0;
  	overflow: hidden;
  	background-color: rgba(255, 255, 255, .25); /*overlay*/
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -100;
  background: black;
}


@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 768px) {
  .fullscreen-bg {
    background: url('assets/images/preview/slider/vision.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }

/* /VIDEO BACKGROUND */








