*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*Parallax*/
body, html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'EB Garamond', serif;
  font-size: 1.6em;
  padding-bottom: 0px;
  overflow-x: hidden;
 overflow-anchor: none;
}

p {
	padding-left: 5px; padding-right: 5px;
}

.caption {
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.7em;
	color: #595959;
	margin-top: 5px;
}
#logo {
	position: absolute;
	max-width: 120px;
	top: 10px; left: 10px;
	z-index: 999;
}

#topcover {
	background-image: url("images/topcover.jpg");
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	min-height: 100%;
}

.headline-container {
	background-image: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
}

.headline {
	font-family: 'Paytone One', sans-serif;
	padding-left: 5px;
	text-shadow: 2px 2px 4px #000000;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

.headline-m {
	font-family: 'Paytone One', sans-serif;
	padding-left: 5px;
	font-size: 1.4em;
	color: #990000;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

.summary {
	font-family: 'Fira Sans', sans-serif;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	color: #004080;
	text-align: justify;
	font-size: 1em;
	font-weight: 500;
}

.bg-common {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	margin-top: 20px;
}

#bg1 {
	background-image: url("images/bg1.jpg");
}

#bg2 {
	background-image: url("images/bg2.jpg");
}

#bg3 {
	background-image: url("images/bg3.jpg");
}


.subhead {
	background-image: linear-gradient(to top, rgba(0,0,0,0.0), rgba(0,0,0,0.4), rgba(0,0,0,0.0));
}


h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-top: 40px;
}

.chartname {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.chartbackground {
	background: #f2f2f2;
}

.chartelement {
	font-size: 0.8em;
}

#bg4 {
	background-image: url("images/bg4.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	min-height: 66%;
}


.footer {
	font-family: 'Fira Sans', sans-serif;
	background: rgba(0,0,0,0.3);
	color: white;
	font-size: 0.9em;
}


/*Back to top*/
#btt {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:45px;
    height:45px;
    background-color:rgba(102, 204, 255, 0.7);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:45px;
    -moz-border-radius:45px;
    border-radius:45px;
	z-index: 99999;
}

#btt span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#btt:hover {
    background-color:#0088cc;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


img {
	max-width: 100%;
	height: auto;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

img.rounded {
	border-radius: 50%;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/*Utils*/

.share {
	font-size: 0.9em;
	text-align: center;
}