body,html
{
	height:100%;
	margin:0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}

.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html{
	height:100%;
}
body,#secondPage
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	height:100%;
}	
#logo
{
	margin-top:5vh;
}
h1
{
	text-align:center;
	font-size:6vw;
	font-weight:bold;
	color:#e08b21;
	text-shadow: 3px 3px white;
}

.buttons
{
	margin-top:20vh;
	text-align:center;
	height:10vh;
	font-size:2vw;
	color:white;
}

#selectButton
{
	height:7vh;
	font-size:1.5vw;
	border:1px solid black;
	margin-top:10vh;
	
	background: white;
	select-color: #fff;
	select-background: #c0392b;
	select-width: 220px;
	select-height: 40px; 
}
#languageSelect
{
	font-size:2.1vw;
	margin-top:10vh;
	height:7vh;
	text-align:center;
}
.form-control
{
	width:17vw;
}

.example_c {
	color: #494949 !important;
	text-transform: uppercase;
	background: #ffffff;
	padding: 20px;
	border: 4px solid #e08b21 !important;
	border-radius: 6px;
	display: inline-block;
}

.example_c:hover {
color: #ffffff !important;
background: #f6b93b;
border-color: #f6b93b !important;
transition: all 0.4s ease 0s;
}

#logoImage:hover
{
	transform:scale(1.2);
}

select
{
	text-indent:10%;
}
