html, body {
    margin: 0;
	padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #000;
}

a {
	color:inherit;
}

.lang {
	padding:.68vw;
	border-radius:6px;
	background: #fff;
	color:#000;
	display: block;
	position: absolute;
	right:2vw;
	top:2vw;
	z-index: 4;
	font-family: 'pressura_rg';
	box-shadow: 0px 4px 8px rgba(0,0,0,.28);
}

.logo_top {
	display: block;
	width:6vw;
	animation: 1.5s ease 0s infinite beat;
	margin:0 auto;
}

.wrapper {
	height:auto;
	overflow: hidden;
}

section.home {
	width:100vw;
	height:90vh;
	position: relative;
	z-index: 2;
	background-image: url("bg.jpg");
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 6px;
	box-sizing: border-box;
}

h1 {
	width:68%;
	font-family: "Denim";
	color:#fff;
	text-align: center;
}

.thirtylogo {
	width:12vw;
	display: block;
	margin:2vw auto;
	
}

h1 {
	font-family: "Denim";
	color:#fff;
	text-align: center;
}

.header {
	display: flex;
	flex-direction: column;
	position: absolute;
	justify-content: center;
	z-index: 3;
	min-width: 100vw;
	top:2vw;
	left:0;
}

.home_footer {
	display: flex;
	flex-direction: column;
	position: absolute;
	justify-content: center;
	z-index: 3;
	min-width: 100vw;
	bottom:2vw;
	left:0;
}

ul {
    display: flex;
	justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    font-family: 'pressura_rg';
    font-size: 1vw;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    margin: 0;
}

li span {
    font-family: 'pressura_bold';
    font-size: 1.4vw;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    margin: 0vw 1vw;
}

section.content {
	background: #fff;
	border-radius:6px;
	padding:4vw;
	width:100%;
	height:auto;
	box-sizing: border-box;
}

.content_holder {
	width:60%;
	margin:0 auto;
	padding:2vw 0;
	font-family: "Denim";
}

.footer {
	width:100%;
	border-radius:6px;
	background: linear-gradient(90deg, #004C84 0%, #004C84 9.81%, #006CA8 50.62%, #0088C6 90%, #0088C6 100%);
	margin-top:1px;
	padding:2vw;
	display: flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
}

.footer a {
	font-family: 'pressura_bold';
	color:#fff;
}
