@charset "utf-8";
@import url("../webfonts/Ubuntu_R/stylesheet.css");
@import url("../webfonts/aharoni_bold/stylesheet.css");

body {
	background-color: rgba(255,255,255,0.00)!important;
}
.container {
	position: static;
	z-index: 1!important;
}

.backstretch {
	position: static;
	z-index: -1!important;
}
.banner {
	background-color: rgba(255,255,255,0.70);
}





.banner h1 {
	font-family: "Aharoni Bold";
	font-size: 6vw!important;
	letter-spacing: 0em;
	margin: 0;
	font-weight: bold;
}
.navbar .navbar-nav {
	display: inline-block!important;
    float: none!important;
}
.navbar .navbar-collapse {
  text-align: center;
}

.navbar {
	border-radius: 0px!important;
	background-color: rgba(255,255,255,1.00);
	border-style: none;
}
.nav li {
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
	font-weight: bold;
}
.hide {
	height: 100%;
	width: 100%;
	color: rgba(95,95,95,1.00);
	pointer-events: none;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	max-width: 250px;
	max-height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.70);
	border-radius: 5px;
	padding-top: 30px;
	margin-top: 50px;
}
.parent {
	width: 100%;
	height: 100vh;
	text-align: center;
}
.show {
 opacity: 1; 
 pointer-events: all;
}
.enter {
	position: relative;
	visibility: hidden;
}

footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.50);
}
footer p {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 0.8em;
}
a:link {
	color: rgba(51,51,51,1.00);
	text-decoration: none;
}
a:visited {
	color: rgba(51,51,51,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.imgStandard img  {
	width: 100%;
	max-width: 750px!important;
}
h2 {
	margin-top: 0px;
}
#enter {
	visibility: hidden;
}


@media (max-width: 991px) {
	.banner h1 {
	font-size: 8vw!important;

}
}


@media (max-width: 767px) {

	
	.nav li {
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	border-bottom: thin solid rgba(119,119,119,1.00);
}
.navbar .navbar-collapse {
  text-align: left;
}
.banner h1 {
	font-size: 10vw!important;

}
}

@media (max-width: 480px) {
.banner h1 {
	font-size: 10vw!important;

}
}
