.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

.a-course {
	text-decoration: none;
	color: #000;
	}

.a-course:hover{
	text-decoration: none;
	color: #000;
}

.t-course h4 {
	font-family: 'Eurostile';
	font-size: 1.6em !important;
}

.link-navbar {
	font-size: 1.7rem;
}

.link-contato {
	font-family: 'Eurostile';
	font-size: 1.5rem;
	text-decoration: none;
}

.link-contato .fa {
	font-size: 1.5rem;
}
.link-contato:hover {
	text-decoration: none;
}
