/*General Styling*/
* {
	font-family: hero-new, sans-serif;
	color: white;
	line-height: 1.7rem;
}

body {
	background-image: linear-gradient(to right, rgba(0,50,92,1) 0%, rgba(0,50,92,1) 1%, rgba(23,70,119,1) 14%, rgba(0,60,106,1) 68%, rgba(0,33,69,1) 100%);
	background-image: -webkit-linear-gradient(to right, rgba(0,50,92,1) 0%, rgba(0,50,92,1) 1%, rgba(23,70,119,1) 14%, rgba(0,60,106,1) 68%, rgba(0,33,69,1) 100%);
	background-image: -moz-linear-gradient(to right, rgba(0,50,92,1) 0%, rgba(0,50,92,1) 1%, rgba(23,70,119,1) 14%, rgba(0,60,106,1) 68%, rgba(0,33,69,1) 100%);
	letter-spacing: 0.05rem;
}

h3{
	text-transform: uppercase;
	font-size: 1.7rem;
}

p {
	font-size: 1.1rem;
}

a {
	color: white;
}


a:hover{
	color: white;
}

a:focus {
	outline: none;
}


/*Header Styling*/
#lang {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 17px;
	font-size: 1rem;
}


#header {
	background-image: url("../img/erema_screenshot TRANSP@0,1x.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 80vh;
	position: relative;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-IE {
    display: table;
}

.header-row {
	vertical-align: middle;
	display: table-cell;
}

.header-logo {
	max-width: 100%;
}


/*Video Styling*/
.movie-container {
	position: relative;
	top: -120px;
	padding-bottom: 49.25%;
	height: 0;
	margin: 0 10px;
}

#interactive-movie, #interactive-screenshot {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

#interactive-movie-img {
	position: absolute;
	z-index: 1;
	left: -10px;
	top: -30px;
	width: 150px;
}

.button-container {
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 25%;
	width: 200px;
	height: 100px;
	display: flex;
	justify-content: center;
}

.button-background {
	background: #000000;
	opacity: 0.3;
	filter: blur(39px);
	-webkit-filter: blur(39px);
	position: absolute;
	top: 0; left: 0;
	height: 100%;
    width:100%;
}

.play-button {
	z-index: 1;
	width: 140px;
	cursor: pointer;
}

.play {
	cursor: pointer;
}


/*Footer Styling*/
.conference-infos {
    margin: 3rem 0 6rem 0;
    justify-content: center!important;
}

.footer-infos {
	max-width: 450px;
	text-align: center;
	line-height: unset;
}

.footer-links {
	color: white;
	font-size: 0.6rem;
	margin: 0 10px;
	font-weight: bolder;
	text-transform: uppercase;
}

.circle {
	z-index: 1;
	width: 270px;
}

.seeds-img {
    position: absolute;
	top: 316px;
	padding-top: 20px;
    z-index: 2;
	width: 130px;
	padding-right: 10px;
}


/*Media Queries*/
@media (min-width: 576px) {
	h3 {
		font-size: 1.75rem;
	}

	#lang {
		right: 80px;
	}

	.header-logo {
		max-width: 80%;
	}

	.movie-container {
		top: -30px;
		padding-bottom: 47.25%;
		margin: 0 50px;
	}

	#interactive-movie-img {
		left: -40px;
		width: 150px;
	}

	.button-container  {
		width: 400px;
		height: 200px;
	}

	.play-button {
		width: 150px;
	}

	.text-container {
		margin-top: 4rem;
	}

	.footer-links {
		font-size: 0.8rem;
		margin: 0 20px;
	}
}

@media (min-width: 768px) {
	#header {
		background-image: url("../img/erema_screenshot TRANSP@0,25x.png");
	}

	.movie-container {
		top: -120px;
	}

	#interactive-movie-img {
		width: 250px;
	}

	.play-button {
		width: 250px;
	}

	.text-container {
		margin-top: 0;
	}

	.circle {
		width: 450px;
	}
	.seeds-img {
		width: 190px;
		padding-top: 50px;
		padding-right: 10px;
	}
	.conference-infos {
	    margin: 3rem 0 6rem 2rem;
	    justify-content: center!important;
	}
	.space-right-140 {
		margin-right: 140px;
	}

}

@media (min-width: 992px) {
    .header-logo {
        max-width: 100%;
    }

	.movie-container {
		margin: 0 100px;
	}

	#interactive-movie-img {
		width: 300px;
	}

	.button-container  {
		top: 34%;
	}

	.play-button {
		width: 312px;
	}
}

@media (min-width: 2000px) {
	#header {
		background-image: url("../img/erema_screenshot TRANSP@0,5x.png");
	}
}

