/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #333333;
  font-family: 'Georgia', serif;
}
.navbar-brand{
	display:inline-block;
	padding-top:.3125rem;
	padding-bottom:.3125rem;
	margin-right:1rem;
	font-family: 'Georgia', serif;
	font-size:2rem;
	line-height:inherit;
	white-space:nowrap
}
.navbar-nav{
	font-family: Roboto;
	font-size:0.8rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(102, 0, 51, 1);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
a:visited, a:active {
    color: #660033;
}
.titulo{
	font-family: 'Georgia', serif;
	font-size:0.8rem;
    color: #333333;
}
.corpo{
	font-family: 'Georgia', serif;
	font-size:0.9rem;
    color: #333333;
}
.corpoitalico{
	font-family: 'Georgia', serif;
    font-style:italic;
	font-size:0.9rem;
    color: #333333;
}
.poema {
	font-family: 'Georgia', serif;
	font-size:0.92rem;
    padding-top: 15px;
    padding-left: 15px;
    color: #000000;
}
.bio {
	background-image: url("../img/biografia.jpg"); 
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	background-color:#e9ecef;
}
.linkcontato {
	font-family: Roboto;
	font-size:0.75rem;
}
.docencia {
	background-image: url("../img/cursos_docencia.jpg"); 
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	background-color:#e9ecef;
}
.futucatuia {
	background-image: url("../img/futucatuia.jpg"); 
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	background-color:#e9ecef;
}
.blogcast {
	background-image: url("../img/blogcast.jpg"); 
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	background-color:#e9ecef;
}
.pontes {
	background-image: url("../img/pontes.jpg"); 
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	background-color:#e9ecef;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

