﻿@charset "utf-8";
/* CSS Document */
@font-face
			{
				font-family: 'FiraSans Medium';
				src: url('../fonts/FiraSans-Medium.ttf');
			}

@font-face
			{
				font-family: 'FiraSans Light';
				src: url('../fonts/FiraSans-Light.ttf');
			}



.header{
	display:block;
	position: absolute;
	top:0;
	background-color:#1B64B1;
	height:8vh;
	width: 100%;
}

.header>span{
	display:table;
	width:98%;
	padding:1em;
}

.header>span>span{
	display:table-cell;
	width:100%;
	padding:0;
	vertical-align:center;
}

.header>span>span>img{
	heigh:80%;
	padding-left: 1em;
}

.header>span>ul{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	list-style:none;
	align-content: center;
}

.header>span>ul>li{
	text-align:center;
}

.h1-new{
	color:#666666;
	text-align:center;
	font-size:35pt;
	font-weight: 500;
	font-family: FiraSans Medium;
	margin-top:6vw;
	padding:0;
	}

.h2-new {
	color: black;
	text-align: center;
	font-size: 30pt;
	font-weight: 100;
	font-family: FiraSans Light;
	margin-top: 1vw;
	padding: 0;
	font-size: 3rem !important;
}

.h3-new {
	color: white;
	text-align: right;
	font-size: 12pt;
	font-weight: 100;
	font-family: FiraSans Light;

}

.h4-new {
	color: white;
	text-align: center;
	font-size: 20pt;
	font-weight: 500;
	font-family: FiraSans Medium;
}

#left_col>button{
	display:block;
	background-color:#D9EEF7;
	border:none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;	
	coursor:pointer;
	margin-top:15%;
	margin-right:1em;
}

#right_col>button{
	display:block;
	background-color:#D9EEF7;
	border:none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;	
	coursor:pointer;
	margin-top:15%;
	margin-right:1em;
}


#language_choose{
	margin-top:2em;
}

#left_col>button>img{
	width:69px;
}

#right_col>button>img{
	width:69px;
}

#right_col>button>span{
	padding:1em;
}

.footer{
	display:block;
	position:absolute;
	bottom:0;
	background-color:#1B64B1;
	height:6em;
	overflow:hidden;
	width:100%;
	padding:1em;
	
}

footer_left>button{
	background-color:#1B64B1;
	border:none;
    text-align: center;
    text-decoration: none;
	coursor:pointer;
}

footer_left>button>img{
	width:50px;
}
