body {
	font-family: 'Crimson Text', serif;
	font-size:1.2em;
}

p{margin:0;}

.light{

font-size:0.9em;
font-style: 400;
line-height: 1;
color:rgba(0,0,0,0.5);

}


.outline {
	margin: 20px;
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	max-width: 100%;
	display: block;
  	margin-left: auto;
	margin-right: auto;
}





li.nav-item {text-align:right;}

.navbar-toggler {border: 1px solid black!important;
border-radius: 0;}

a.title-style {font-size:1.5em;
background-color:black;
color:white!important;
font-weight:700;
padding:5px 10px 0 10px;
margin:0;}

a:hover.title-style {color:red!important;}

a {text-decoration: none;
color:black;}

.img1 {
	
  	max-height: 80vh;
  	max-width:100%;
  	display: block;
  	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;

  	}

h1 {
	font-size:4em;
	background-color:black;
	color:white!important;
	font-weight:700;
	padding:5px 10px 0 10px;
	margin:0;}

#timeline {overflow:auto;
margin:0;
padding:0;}
.timeline {min-width: 800px;
padding:0;
}

#map{max-height:80vh;
	overflow:auto;
		padding:0;
		margin:0;
		border: 1px solid black;
}
.map{
padding:0;
	min-width: 800px;}
#map::-webkit-scrollbar {display:none;}

/*
 *  Scrollbar
 */

::-webkit-scrollbar-track
{
	
	background-color: white;
	border: 1px solid black;
}

::-webkit-scrollbar
{
	width: 10px;
	height:10px;
	background-color: #F5F5F5;
	
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
	width:20px;
	height:10px;
	
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}