@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif', serif;
  font-size: 1em;
  background-color: white;
  color: black;
  padding-bottom: 0px;
  overflow-x: hidden;
 overflow-anchor: none;
}


/*Parallax*/
body, html {
  height: 100%;
  width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}

img.round {
	border-radius: 50%;
	border: 5px inset #0066cc;
}

img.round2 {
	border-radius: 50%;
	border: 4px inset #009900;
}

.quotext {
	font-weight: bold;
	font-size: 1.15em;
}

.quotediv {
padding-top: 20px;
margin-bottom: 20px;
margin-left: 15px;
margin-right: 15px;
padding-bottom: 20px;
background: #e6e2d3;
box-shadow: 5px 5px 5px #888888;
}



#topbar {
	min-height: 50px;
	background-color: rgba(77, 77, 77, 0.95);
	padding: 1px;
	color: white;
	line-height: 1.5em;
	z-index: 999;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


#home1 {
	position: fixed; top: 0; left: 0;
	padding: 10px; width: 150px;
}

#home2 {
	position: fixed; top: 0; left: 0;
	padding: 10px; width: 45px;
}

#title-container {
	text-align: center;
	padding-left: 20px;
}

#topbar-title {
	font-weight: bold;
}

#topbar-publish {
	font-size: 0.75em;
}



/* 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;
}


.parallax-window {
    position: relative;
	min-height: 100%;
    background: transparent;
}


/*Headline style*/
.headline {
position: absolute;
bottom: 200px;
left:0;
width: 100%;
text-align: center;
color: white;
}



.icap {
	width: 100%;
	padding: 5px;
	background-color: rgba(255,0,0,0.5); 
	color: white;
	font-size: 16px;
}


h1 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 4.5em;
	text-transform: none;
	text-align: center;
	color: white;
}

.lede {
	background-color: rgba(255, 0, 0,0.8); color: white;
	padding: 20px;
	font-weight: none;
	font-size: 1.25em;
}

.divcontent {
	margin-left: 5%; margin-right: 5%;
	padding-top: 20px; padding-bottom: 20px;
	background-color: rgba(0, 0, 0,0.8);
	color: white;
	font-size: 1.1em;
}

@media only screen and (min-width: 1200px) {
	#home1 {display: block}
	#home2 {display: none}
	.headline {font-size: 70px}
	h1 {font-size: 70px}
	#imagem1, #imagem2 {display: none}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	#home1 {display: block}
	#home2 {display: none}
	.headline {font-size: 54px}
	h1 {font-size: 54px}
	#imagem1, #imagem2 {display: none}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#home1 {display: block}
	#home2 {display: none}
	.headline {font-size: 48px}
	h1 {font-size: 48px}
	#imagem1, #imagem2 {display: block}
}

@media only screen and (min-width: 576px) and (max-width:767px) {
	#title-container {text-align: left; margin-left: 10px}
	#topbar-share {display: none}
	#home1 {display: none}
	#home2 {display: block}
	.headline {font-size: 38px}
	h1 {font-size: 38px}
	.lede {font-size: 1em}
	.divcontent {font-size: 1em; margin-left: 10px; margin-right: 10px}
	#imagem1, #imagem2 {display: block}
	#imagem3 {display: none}
}

@media screen and (max-width: 575px) {
	#title-container {text-align: left; margin-left: 10px}
	#topbar-share {display: none}
	#topbar-publish {display:none}
	#home1 {display: none}
	#home2 {display: block}
	.headline {font-size: 26px}
	h1 {font-size: 26px}
	.lede {font-size: 1em}
	.divcontent {font-size: 1em; margin-left: 10px; margin-right: 10px}
	#imagem1, #imagem2 {display: block}
	#imagem3 {display: none}
}


video {
    width: 100%;
    height: auto;
}

#st {
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6em;
}


.icontext {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

#parallax1 {
    background-image: url("sontrabg.jpg");
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax1.scrolled {
    background-image: url("sontrabg1.jpg");
}


#parallax2 {
    background-image: url("voocbg.jpg");
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax2.scrolled {
    background-image: url("voocbg1.jpg");
}


#parallax3 {
    background-image: url("dulichbg.jpg");
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#parallax3.scrolled {
    background-image: url("dulichbg1.jpg");
}

#parallax4 {
    background-image: url("hoasontra.jpg");
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


@media only screen and (max-device-width: 1024px) {
    #parallax1, #parallax2, #parallax3, #parallax4 {
        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: 800px; 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)";
}



h2 {
	text-align: center;
	padding-top: 18px;
}

/* timeline */

ul.timeline {
    padding-left: 25px;
    margin-top: 15px;
}
ul.timeline li {
    padding-left: 10px;
    margin-bottom: 2.5em;
    list-style: none;
}

.date {
	display: inline;
    margin-right: 0.5em;
	font-weight: bold;
}


.description {
    display: block;
    margin-top: 0.5em;
}


/* BORDERS AND BULLETS */

p {
    /*CSS reset*/
    margin-bottom: 0;
}

ul.timeline li {
    position:relative; /* so that pseudoelements are positioned relatively to their "li"s*/
    /* use padding-bottom instead of margin-bottom.*/ 
    margin-bottom: 0; /* This overrides previously specified margin-bottom */
    padding-bottom: 1.5em;
}

ul.timeline li:after {
    /* bullets */
    content:'';
    position: absolute;
    left: -25px; /*adjust manually*/
    top: 5px;
	width: 20px;
   height: 20px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   background-color: green;
}

ul.timeline li:before {
    /* lines */
    content:"";
    position: absolute;
    left: -16px; /* adjust manually */
    border-left: 3px solid green;
    height: 110%;
    width: 1px;
}

ul.timeline li:first-child:before {
   /* first li's line */
   top: 6px; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.timeline li:last-child:before {
    /* last li's line */
   height: 6px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

.modal-content {
	max-width: 100%;
	width: 100%;
}


.carousel-caption {
	max-width: 100%;
    width:100%;
	background: rgba(0,0,0,0.8);
	left: 0px; bottom: 0px;
	padding: 5px;
	font-size: 0.9em;
}