h1 {
	font-size: 1em;
	font-weight: 100;
	margin-top: 7vh;
	margin-bottom: 5vh;
}

@media screen and (min-width: 601px) {
  a.title {
	font-size: 4em;
	font-weight: 400;
  }
}

@media screen and (max-width: 600px) {
  a.title {
	font-size: 11vw;
	font-weight: 400;
  }
}

h2 {
	font-family: arial;  
	font-weight: bold;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 3%;
	margin-bottom: 3%;
}

h3 {
	font-size: 3em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}



h4 {
	font-family: arial;
	color: #555555;
	font-weight: lighter;
	text-align: justify;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 3%;
	margin-bottom: 3%;
}

h5 {
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

h6 { 	
	font-family: arial;
	font-size: 80%;
	color: #fff;
	font-weight: lighter;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 3%;
	margin-bottom: 1%;
}

div.iconer { color: #fff; font-weight: lighter; text-align: center; font-size: 5vh;}

/*formatação dos links*/

a#link-timeline {
	color: #4f4a4a;
}

a:link {
  color: #b5b5b5;
}

/* visited link */
a:visited {
  color: #b5b5b5;
}

/* mouse over link */

a#link-timeline:hover {
  color: hsl(0, 0%, 21%);
  text-decoration: underline;
}

a:hover {
  color: hsl(0, 0%, 21%);
}

/* selected link */
a:active {
  color: #b5b5b5;
} 

/* selected link */
a:not(.sobre) {
  color: #ffffff;
} 

/*final formatação dos links*/

/*animação exibida sobre fotos*/

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #00D1B2;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: relative;
}

/*final animação exibida sobre fotos*/
