/* --- Global -- */
@font-face{
	font-family: "Liberation Sans Bold";
	src: url("font/LiberationSans-Bold.ttf") format("ttf");
}
iframe{
	border: none;
}

body{
	margin: 0;
	overflow-x: hidden;
}


nav{
	/*background: rgba(12,24,32,.6);*/
	height: 7vh;
	z-index: 100;
}
nav a{
	color: rgb(237, 242, 244);
}
nav a:hover{
	color: rgb(237, 242, 244);
	/*background: rgba(12,24,32,.6);*/
}

footer{
	position: absolute;
	top: 90vh;
	height: 10vh;
	left: 0;
	width: 100vw;
	padding: 2vh 1vw;
	background: rgba(12,24,32,.6);
	text-align: right;
	z-index: 100;
}
footer p{
	color: rgb(237, 242, 244);
	margin: 0;
	padding: 0;
	font-size: 2vh;
}
footer p img{
	width: 1.8vh;
	height: 1.8vh;
	opacity: .7;
}
footer div:first-child{
	margin-right: 2vw;
}
footer i{
	color: rgba(237, 242, 244, .7);
}

/* --- ICONS --- */

/* --- Logo --- */

#logo-img{
	top: 0;
	height: 7vh;
	width: 10vw;
}


/* --- Carousel --- */
.carousel-item{
	overflow: hidden;
	height: 100vh;
	z-index: 0;
}
.carimg{
	/*height: 83vh;*/
	width: 100vw;
	/*margin-top: -20vh;*/
}

#car1{
	margin-top: -15vw;
}
#car2{
	margin-top: -10vw;
}
#car3{
	margin-top: -10vw;
}
#car4{
	margin-left: 0vw;
}
#car5{
	margin-top: -5vw;
}
#car6{
	margin-top: 0vw;
	height: 100vh;
}
#car7{
	/*height: 100vh;*/
	width: 100vw;
	margin-top: -5vh;
}
#car8{
	margin-top: -5vw;
}
#car9{
	width: 100vw;
}
#car10{
	width: 103vw;
	margin-top: -25vw;
}
#car11{
	/*width: 105vw;*/
	height: 100vh;
	margin-top: 0vw;
}
#car12{
	margin-top: 0vw;
}
#car13{
	margin-top: 0vw;
}
#car14{
	margin-top: 0vw;
}
#car15{
	margin-top: 0vw;
	width: 90vw;
	margin: 0 5vw;
}
#car16{
	margin-top: -15vw;
}
#car17{
	width: 100vw;
	height: 100vh;
}

.carousel-item p{
	color: white;
}
.carousel-caption{
	position: absolute;
	top: 15vh;
	left: 5vw;

	width: 90vw;
	text-align: center;
}
.carousel-swap{
	z-index: 90;
}
.carousel-caption h1{
	font-size: 2.75vh;
	/*color: rgba(255,255,255,.9);*/
	line-height: 5vh;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), -2px -2px 3px rgba(0, 0, 0, 0.5);
}
.carousel-controls{
	position: absolute;
	top: 7vh;
	right: 0vw;
	font-size: 5vh;
	margin: 0vh 1vw;
	padding: 0;
	z-index: 95;
}
.carousel-controls a{
	color: rgba(240, 244, 246, .95);
	opacity: 0.8;
	padding: 0;
}
.carousel-play .control-play{
	display: none;
}
.carousel-pause .control-pause{
	display: none;
}

/* --- Mobile --- */
nav h1{
	position: absolute;
	font-family: sans-serif;
	font-weight: bold;
	color: #250072;
	font-size: 4vh;
	right: 5vw;
	top: 1.5vh;
}
.navbar-toggler{
	padding: 0;
	width: 5vh;
	height: 5vh;
	border: 0;
}
.navbar-toggler span{
	position: absolute;
	top: 1.5vh;
	left: 1.5vw;
	width: 4vh;
	height: 4vh;
}

/* --- Navbar --- */

#navbarMain{
	background: rgba(12,24,32,.6);
	padding-left: 1vw;
	padding-right: 1vw;
}
.navbar-brand{
	background: #f0f4f6c8;
	padding: 0 1vw;
	margin: 0;
}
.navbar{
	padding: 0 0vw;
}
.nav-link{
	line-height: 7vh;
	font-size: 2.1vh;
	padding: 0 0 0 1vw;
}
.login{
	position: absolute;
	background: none;
	padding: 0;

	top: 2.25vh;
	right: 1vw;
	border: none;
}
.login:active{
	border: none;
}
.login i{
	font-size: 2.5vh;
	color: rgba(240, 244, 246, .95);
}

/* main content */
#bg{
	/*background-position: center;*/
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	top: 0vh;
	left: 0;

	height: 100vh;
	width: 100vw;

	z-index: 10;

	opacity: .5;
}
#home{
	z-index: 20;
}
#maincontent{
	/*background-color: #FFF4EF;*/
	background-size: 100%;

	position:absolute;
	top: 0vh;
	left: 0;

	overflow: auto;
	overflow-clip-box: padding-box;

	height: 100vh;
	width: 100vw;
	z-index: 15;
}
.content{
	position: relative;
	background: rgba(240, 244, 246, .75);
	padding: 2vh 2vw;
	margin-bottom: 10vh;

	width: 90vw;
	left: 5vw;
	top: 12vh;

	overflow:hidden;

	/*z-index: 20;*/
}
.content a{
	color: rgba(0,0,0,.8);
}
.content p{
	color: rgba(0,0,0,.8);
}
.content a:hover{
	color: rgba(0,0,0,.95);
}
.rowh{
	border-top: 1px solid black;
}
.row p{
	font-size: 1.8vh;
	margin: 0;
}

/* Unique tab style */
#contacts p{
	text-align: justify;
}

.book{
	padding-bottom: 7vw;
}
