.header-title {
padding-top: 1rem;
padding-bottom: 1rem;
}
body {
font-family: 'Raleway', sans-serif;
letter-spacing: .05rem;
}
header {
margin-bottom: 2rem;
}

footer {
	padding-top: 4rem;
}
	
.header-page {
margin-bottom: 2rem;
}
.film-section , .page-title {
margin-bottom: 2rem;
}
.film-section-img {
margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.container-nav {
		padding-left: 15px;
	}
	.container-nav-l {
		padding-left: 15px;
	}
	.container-nav-r {
		padding-right: 15px;
	}
}

@media (max-width: 576px) {
	/* header > .navbar:first-child { */
		/* border-bottom: 1px solid #dee2e6 !important; */
	/* } */
	/* header > .navbar:first-child { */
		/* -webkit-box-shadow: 0 0 .625rem 0 rgba(0,0,0,.1); */
		/* box-shadow: 0 0 .625rem 0 rgba(0,0,0,.1); */
	/* } */
}



h1, h2, .h1, .h2 {
font-family: 'Fredoka One', cursive;
letter-spacing: normal;
}
h2, .h2 {
margin-bottom: 1.25rem;
}

.navbar-brand {
font-family: 'Fredoka One', cursive;
letter-spacing: normal;
}
.navbar-shadow {
-webkit-box-shadow: 0 0 .625rem 0 rgba(0,0,0,.1);
box-shadow: 0 0 .625rem 0 rgba(0,0,0,.1);
}

.production {
	font-family: 'Fredoka One', cursive;
	letter-spacing: normal;
}
.img-full {
	min-width: 100%;
    max-width: 100%;
}

.card-active:hover {
	background: #F2F2F2;
}

.film-carrousel {
	margin-bottom: 5rem;
}

.film-carousel {
	margin-bottom: 5rem;
}

.carousel{
  margin:0px auto;
}

.slide {
  position: relative;
}

.slide:hover {
	background: #F2F2F2;
}

.carrousel-title {
	font-family: 'Fredoka One', cursive;
	letter-spacing: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	/* font-size: 46px; */
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0;
}

.slide img:hover .carrousel-title {
	opacity: 1;
}
.slide img{
  max-width:100%;
  width: 100%;
  /*height: 600px;*/
  border: 2px solid #fff;
}

figure {
	margin: 0;
}

.carousel img {
	display: block;
	height: auto;
	max-width: 100%;
}

.carousel figure {
	overflow: hidden;
	position: relative;

}

.carousel figcaption {
	/* // background: rgba(0,0,0,0.8); */
	color: white;
	display: table;
	height: 100%; 
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.carousel figcaption {
	font-family: 'Fredoka One', cursive;
	letter-spacing: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: transparent;
	color: white;
	/* background: rgba(0,0,0,0.2); */
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 100;
	opacity: 0;
}


.carousel .slide:hover figcaption {
	opacity: 1;
}

.carousel .slide img {
	margin: 0;
	border:0;
}


footer a, footer a:hover{
	/* color:#333333; */
	/* color: rgba(0,0,0,.5); */
	color: #212529;
	text-decoration: none;
}

footer > .navbar {
	/* color: rgba(0,0,0,.5); */
	color: #212529;
}

footer > .container {
	/* padding-left: 15px; */
}

