body{
	font-family: "Montserrat", serif;
}
h1{
	color: #f2dda5;
	font-weight: 600;
}
.ed-main{
	background-image: url('../images/movie-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 90%;
}

.ed-overlay{
	background-color: rgba(0, 0, 0, 0.3);
}

.ed-cast{
	color: #f2dda5;
}

.ed-logo img{
	max-height: 40px;
	padding: 7px;
}

.ed-bkgrnd{
	background-color: #1A1B18;
}

.ed-findticket {
	background-color: rgba(26,27,24,0.5);
	border-radius:25px;
	border:1px solid #f2dea5;
	display:inline-block;
	cursor:pointer;
	color:#f2dea5;
	font-family:Arial;
	font-size:16px;
	padding:15px 25px;
	text-decoration:none;
	transition: all 0.3s ease-in-out;
}
.ed-findticket:hover {
	background-color:rgba(26,27,24,0.8);
	color: #f2dea5;
}
.ed-findticket:active {
	position:relative;
	top:1px;
}
.ed-sinossi{
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.8rem;
}
.ed-logline{
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	text-align: justify;
}
.ed-poster{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.ed-social{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding-right: 10px;
}
.ed-social:hover{
	color: #f2dea5;
}
.ed-social.last{
	padding-right: 50px;
}
.ed-close{
	position: absolute;
	top: 12px;
	right: 10px;
}
.ed-close a{
	color: #f2dea5;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
	border-radius: 40px;
	font-size: 18px;
}
.ed-close-fixed{
	position: fixed;
	z-index: 9;
	top: 12px;
	right: 10px;
}
.ed-close-fixed a{
	color: #f2dea5;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
	border-radius: 40px;
	font-size: 18px;
}
.ed-header{
	background-color: #000;
	color: #ddd;
	padding-top: 5px;
    padding-bottom: 5px;
}
.ed-footer{
	font-size: 0.8rem;
	background-color: #000;
	color: #999;
}
.ed-footer a{
	color: #999;
}
.ed-footer a:hover{
	color: #aaa;
}
.ed-footer p{
	margin-bottom: 0px;
}
.ed-last{
	padding-bottom: 3rem !important;
}
.ed-img{
	padding-left: 80px;
	padding-right: 80px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

@media screen and (max-width: 767px) {
  .ed-main{
    background-image: url('/mobile-background.jpg');
  }
  .ed-img{
	padding-left: 20px;
	padding-right: 20px;
  }
	.ed-logline{
		color: #fff;
		font-size: 1.2em;
		font-weight: 500;
		text-align: justify;
	}
	.ed-credits{
		display:none;
	}
}