@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Bevan|Merriweather');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*Parallax*/
body, html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Merriweather', serif;
  background-color: white;
  font-size: 1.15em;
  line-height: 2em;
  padding-bottom: 0px;
  overflow-x: hidden;
 overflow-anchor: none;
}


#logo {
	position: absolute;
	max-width: 140px;
	top: 10px; left: 10px;
	z-index: 999;
}

.icap {
	padding-top:0px;
	padding-bottom: 5px;
	background-color: #fff; 
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	color: #e65c00;
}

.article {
	color: #e65c00;
	font-weight: bold;
}
#topcover {
	background-image: url("images/topcover.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 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: #e65c00;
}

.byline {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: white;
}

.byline-container {
	background:rgba(0,0,0,0.8);
}

.headline-container {
	background:rgba(0,0,0,0.8);
	padding-bottom: 15px;
}

.summary {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
}

.summary-container {
	background-color: #e65c00;
	margin-bottom: 10px;
	color: white;
}

h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #e65c00;
}


.quotediv {
margin-bottom: 30px;
margin-left: 15px;
margin-right: 15px;
}


video {
    width: 100%;
    height: auto;
	margin-bottom: 15px;
}

.quote {
	font-family: 'Bevan', cursive;
	font-size: 1.2em;
	text-align: center;
	color: #800040;
	padding: 5px;
	background-image: url(images/quoteopen.png), url(images/quoteclose.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	background-size: 60px, 60px;
}


img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

img.round {
	border-radius: 50%;
	border: 4px inset #0066cc;
	max-width: 120px;
	margin-left: auto; margin-right: auto;
}


.right-box, .right-box-2{
	float: right;
	margin:15px;
}

video {
	width: 100%;
    height: auto;
}

#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;
  font-size: 0.8em;
}



/*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)";
}
