/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.31);
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.ghost-button-rounded-corners {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  font-size:19px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.ghost-button-rounded-corners:hover,
.ghost-button-rounded-corners:active {
  background-color: rgba(255, 255, 255, 0.63);
  color: #000;
  font-size:19px;
  text-decoration:none;
}
.botao-ctn{
	   position: absolute;
		bottom: 47%;
		text-align: center;
}

#presentation{
		height: 100% !important;
		position: relative;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.intro-text{
	    text-align: center;
    font-size: 19px;
    width: 70%;
    color: white;
    margin-left: 15%;
    margin-bottom: 2%;
}