*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Noto Serif', serif;
  font-size: 1.1em;
  background-color: #f2f2f2;
  color: black;
  padding-bottom: 0px;
  line-height:2;
  overflow-x: hidden;
}

/*Parallax*/
body, html {
  height: 100%;
  width: 100%;
  
}


.bgimg {
  position: relative;
  opacity: 1;
  background-image: url("../images/coverimage.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}

#logo {
	width: 100%;
	max-width: 200px;
	margin-top: 10px; margin-left: 10px;
}


.topgrad {
background: rgba(0, 0, 0, 0.5); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
width: 100%;
padding-bottom: 15px;
text-align: center;
}

.bgcap {
background: rgba(0, 0, 0, 0.5);
display: block;
width: 100%;
text-align: left;
font-style: italic;
}

.bgcap-text {
	padding: 10px;
	font-size: 14px;
	color: white;
	text-align: left;
}


.mainheadline {
	font-family: 'Arial', sans-serif;
	color: white;
	font-weight: bold;
	padding-right:5%;
	padding-left:5%;
	text-align: center;
	line-height: 1.5em;
	text-shadow: 2px 2px #505151;
}


.headline {
	font-family: 'Arial', sans-serif;
	color: white;
	text-transform: none;
	font-weight: bold;
	padding-right:5%;
	padding-left:5%;
	margin-bottom: 5%;
	text-align: center;
	text-shadow: 2px 2px #505151;
}


#summary {
	font-size: 1.1em;
	color: white;
}



@media only screen and (min-width: 1200px) {
	.mainheadline {font-size: 82px}
	.headline {font-size: 60px}
	.navbar-nav{
		background: transparent !important;
		margin-right: 231px;
	}
	
}


@media only screen and (min-width: 992px) and (max-width:1199px) {
	.mainheadline {font-size: 60px}
	.headline {font-size: 48px}
	.navbar-nav{
		background: transparent !important;
		margin-right: 231px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mainheadline {font-size: 46px}
	.headline {font-size: 36px}
	.navbar-nav{
		background: transparent !important;
		margin-right: 231px;
	}

}

@media only screen and (min-width: 576px) and (max-width:767px) {
	.mainheadline {font-size: 36px}
	.headline {font-size: 30px}
}


@media screen and (max-width: 575px) {
	.mainheadline {font-size: 29px}
	.headline {font-size: 28px}
	.timeline-title{
		font-size: 14px !important;
	}
	.mainheadline-box{
		position: absolute;
		top: 8%;
		right: 0;
	}
	
	div.navbar-collapse{
		top: 9% !important;
		float:right;
	}
	
	.navbar-nav{
		padding-right: 30px;
	}
	
	.hide-me{
		display: none !important;
	}
	
	.navbar-nav .nav-link{
		padding-right: 28%;
		font-size: 14px;
	}
}



video {
    width: 100%;
    height: auto;
}

.background1 {
  position: relative;
  opacity: 1;
  background-image: url("../images/background1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}


.time-odd {
	background-color: #704202;
	padding: 10px;
}


.time-even {
	background-color: #003d4d;
	padding: 10px;
}


/*
 *  Scrollbar style
 */

.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}


.background2 {
  position: relative;
  opacity: 1;
  background-image: url("../images/background2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}



.background3 {
  position: relative;
  opacity: 1;
  background-image: url("../images/background3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}


.background4 {
  position: relative;
  opacity: 1;
  background-image: url("../images/background4.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}




.background5 {
  position: relative;
  opacity: 1;
  background-image: url("../images/background5.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}

.listnumber {
	color: #b51800; text-align: right; line-height:40px; font-size: 40px;
}


.quote1 {
  background-color: #800040;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  box-shadow: 10px 10px 5px #888888;
}

.quote2 {
  background-color: #004d4d;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  box-shadow: 10px 10px 5px #888888;
}


.background6 {
  position: relative;
  opacity: 1;
  background-image: url("../images/background6.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  z-index: 1;
}
 
 .imagecap {
	 font-style: italic;
	 font-size: 0.8em;
	 background-color: rgba(0,0,0,0.3);
	 color: white;
	 padding: 10px;
 }
 
 
#lastline {
	padding: 10px;
	color: white;
	text-align: left;
	font-style: italic;
	font-size: 0.8em;
}

.footerbox {
  background: #333333;
  color: white;
  padding-left: 10%; padding-right: 10%; padding-top: 20px; padding-bottom: 20px;
  margin-top: -16px;
}



@media screen and (max-width: 1024px) {
	.bgimg {background-attachment: scroll}
	.background1 {background-attachment: scroll}
	.background2 {background-attachment: scroll}
	.background3 {background-attachment: scroll}
	.background4 {background-attachment: scroll}
	.background5 {background-attachment: scroll}
	.background6 {background-attachment: scroll}
	
	.navbar{
		background: transparent !important;
	}
}

.navbar-nav{
	background: rgb(218, 208, 213);
}


.navbar{
	z-index: 20 !important;
	padding: 0 20px 0 0;
}

div.navbar-collapse{
	height: 53px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
}

.nav-link{
	color: #fff !important;
	text-align: right;
}

.navbar-toggler-right{
	top: 0.5rem;
	position: fixed;
	right: 2rem;
}

.share-link{
	line-height: 50px;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    font-size: 40px;
    line-height: 40px;
    opacity: .6;
    color: red;
	z-index: 10000;
}

.navbar-toggler{
	background-color: #B25408;
}