@import url('https://fonts.googleapis.com/css?family=Cookie');
h1, h2, h3, h4, .page-footer h5, .card-title{
font-family: 'Cookie', cursive;
	}
.indicators {
    bottom:20px;
    width:99%;
    z-index:2;
    padding:10px;
    margin:0 auto;
}

.slider {
    height: 400px !important;
}
.card .card-image .card-title {
    background-color: rgba(0,0,0,0.7);
	width: 100%;
}
.caption{
text-shadow: 2px 2px 5px #000000;
	}
.logo{
margin: 0px;
	margin-bottom: -30px;
	}
.logo-footer{
margin: 0px;
	margin-bottom: -10px;
	}
.card .card-image .card-title {
    padding: 12px;
}
.slider .indicators .indicator-item.active {
    background-color: #ffd740;
}
.foto {
    	margin-bottom: 20px;
}
.foto img{
	margin-bottom: 20px;
	border: 10px solid #fff;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.foto img:hover{
	margin-bottom: 20px;
	border: 10px solid #4db6ac;
}
footer h5 {
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(6,163,148,0.5) ;
    padding-bottom: 8px;
	font-size: 30px;
}
nav.nav-center #desktop {
    text-align: center;
}
nav.nav-center #desktop li {
    display: inline-block;
    float: none;
}
.lead {
	font-size: 18px;
}