@import url('https://fonts.googleapis.com/css?family=Merriweather|Cabin|Poiret+One|Righteous');
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Cabin', serif;
  font-size: 1.1em;
  background-color: white;
  color: black;
  padding-bottom: 0px;
  overflow-x: hidden;
 overflow-anchor: none;
}


/*Parallax*/
body, html {
  height: 100%;
  width: 100%;
  text-align: justify;
}


img, video {
    max-width: 100%;
    height: auto;
}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

p {
	padding: 5px 20px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 100px;
	z-index: 120;
}

#topcover {
	position: relative;
	min-height: 100%;
	background-image: url("../topcover.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#headline, #lede, h1 {
	text-align:center;
	color: white;
}

#headline {
	font-family: 'Righteous', cursive;
}


#lede, h1 {
	font-family: 'Cabin', sans-serif;
}

h1 {
	text-shadow: 2px 2px #000;
}

#cover1 {
	position: relative;
	min-height: 100%;
	background-image: url("../cover1.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#cover2 {
	position: relative;
	min-height: 100%;
	background-image: url("../cover2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#cover3 {
	position: relative;
	min-height: 100%;
	background-image: url("../cover3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


.margins > p:first-child {
    padding-top: 20px;
}

.left-box {
	float: left;
	margin: 10px 15px;
	max-width: 500px;
}

.left-box > p {
	color: #808080;
	font-size:0.8em;
	padding-left: 0px; padding-right: 0px;
}

.right-box {
	float: right;
	margin: 15px;
	max-width: 320px;
}	

.caption {
	color: #808080;
	font-size:0.8em;
	margin-left: auto; margin-right: auto;
	
}

.highlight {
	font-family: 'Righteous', cursive;
	color: white;
	font-weight: none;
	text-align: left;
	font-size: 1.6em;
	box-shadow: 2px 2px 1px #888888;
	background-image: linear-gradient(to right, rgba(0,0,0, 0.3), rgba(0,0,0,0.3)), url(../quote.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: right, center center;
	background-size: 500px;
}

.highlight2 {
	font-family: 'Righteous', cursive;
	color: white;
	font-weight: none;
	text-align: left;
	font-size: 1.8em;
	box-shadow: 2px 2px 1px #888888;
	background-image: linear-gradient(to right, rgba(0,0,0, 0.3), rgba(0,0,0,0.3)), url(../xoan4.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: right, top center;
	background-size: 800px;
}


.strong {
	font-family: 'Cabin', sans-serif;
	text-align: left;
	margin: 10px 15px;
	box-shadow: 2px 2px 1px #808080;
	border-radius: 1px;
	font-size: 1.8em;
	padding: 10px;
	background: #f2f2f2;
	color: #C0213D;
	background-image: url("../quoteopen.png"), url("../quoteclose.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 60px, 60px;
	background-position: 5px 5px,98% 98%;
}

audio {
	display: block;
	float: left;
	margin: 15px;
}

.img-container {
	position: relative;
}

.quote2 {
	position: absolute;
	display: table;
	top: 0px; left: 0px;
	color: white;
	font-size: 2em;
	background: rgba(0,0,0,0.4);
	height: 100%;
	text-align: center;
	padding: 20px 100px;
}

.quote2-child {
	display: table-cell;
	vertical-align: middle;
	
}

.quote3 {
	position: absolute;
	top: 0px; left: 0px;
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
}

.footer {
	text-align: center; color: white;
}



@media only screen and (max-device-width: 1024px) {
   #topcover, #cover1, #cover2, #cover3 {
        background-attachment: scroll;
    }
}


#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;
}


/*Back to top*/
#btt {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:rgba(204, 0, 102, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	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:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/* unvisited link */
a:link {
    color: #ffffff;
}

/* visited link */
a:visited {
    color: #ffffff;
}

/* mouse over link */
a:hover {
    color: #cc0000;
}

/* selected link */
a:active {
    color: #003380;
}
