@import url('https://fonts.googleapis.com/css?family=Bevan|Fira+Sans');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*Parallax*/
body, html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Fira Sans', sans-serif;
  background-color: white;
  color: #000;
  padding-bottom: 0px;
  overflow-x: hidden;
 overflow-anchor: none;
}


#logo {
	position: absolute;
	max-width: 140px;
	top: 10px; left: 10px;
	z-index: 999;
}

.icap {
	width: 100%;
	padding: 5px;
	background-color: #990000; 
	color: white;
	font-size: 0.9em;
}


#topcover {
	opacity: 1;
	background-image: url("images/containers.png"), linear-gradient(141deg, #007acc 0%, #80bfff 51%, #b3d9ff 75%);
    background-position: center;
	background-repeat: no-repeat no-repeat;
	background-size: cover, cover;
	position: relative;
	min-height: 100%;
}

.headline {
	font-family: 'Bevan', sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: white;
}

.byline {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: white;
}

.byline-container {
	background:#000000;
}

.headline-container {
	background: #000;
	background: #000;
}


/*background: linear-gradient(to bottom right, #0066ff 0%, #ff0000 100%);*/


.summary {
	color: #000;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.subhead {
	font-family: 'Bevan', sans-serif;
	font-weight: bold;
	text-align: left;
	color: #004d99;
	margin-top: 40px;
}

.timelinebox {
	height: 90vh; overflow: auto;
}

.time-1, .time-2 {
	width: 100%;
	padding: 5px;
	color: #000;
	font-size: 0.9em;
	margin: 0;
}

.timecolor {
	background: #99004d;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.time-1 {
	background-color: #f2f2f2; 
}

.time-2 {
	background: #e6e6e6;
}

.date {
	font-weight: bold;
}


.bgcolor1 {
	background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 100%);
}


.quotediv {
margin-bottom: 30px;
margin-left: 15px;
margin-right: 15px;
}

#chart {
	width: 100%;
	height: 420px;
}

video {
    width: 100%;
    height: auto;
	margin-bottom: 15px;
}

.quote {
	font-family: 'Bevan', sans-serif;
	text-align: center;
	padding: 5px;
	background-image: url(images/quoteopen.png), url(images/quoteclose.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px top, right top;
	background-size: 60px, 60px;
	color: #005c99;
	font-size: 1em;
	border-left: double 4px #005c99;
}

.name {
	color:#007acc;
	text-align: center;
	font-size: 0.9em;
}

.title {
	font-weight: bold;
	font-size: 1.4em;
	color: #cc0000;
}

.readmore {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}

#footer {
  background: #333333; /* For browsers that do not support gradients */
  color: white; text-align: center;
  padding-left: 10%; padding-right: 10%; padding-top: 20px; padding-bottom: 20px;
  margin-top: -16px;
}

img {
	max-width: 100%;
	height: auto;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.round {
	border-radius: 50%;
	border: 4px inset #0066cc;
	max-width: 120px;
	margin-left: auto; margin-right: auto;
}


/*Utils*/
.black {
	color: black;
}

.center {
	text-align: center;
}


.center-box {
	background: linear-gradient(to bottom right, #0059b3 0%, #66b3ff 100%);
	color: #fff;
	margin: 10px;
	padding: 5px;
	box-shadow: 4px 4px 2px #a6a6a6;
	font-size: 0.85em;
}

.right-box {
	float: right;
	margin: 5px 5px 10px 5px;
	background: linear-gradient(to bottom right, #0059b3 0%, #66b3ff 100%);
	padding: 5px;
	color: #fff;
	font-size: 0.85em;
	box-shadow: 4px 4px 2px #a6a6a6;
}

video {
	width: 100%;
    height: auto;
	box-shadow: 0 0 5px #999;
}

.circlestext {
	font-family: 'Fira Sans', sans-serif;
}

.chart-info {
	font-size: 0.8em;
	color: #737373;
	text-align: left;

}

/* width */
.boxscroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.boxscroll::-webkit-scrollbar-track {
    background: #33adff; 
}
 
/* Handle */
.boxscroll::-webkit-scrollbar-thumb {
    background: #666666; 
}

/* Handle on hover */
.boxscroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
}