html {
	background-color: #414042;
}

.site_container {
	max-width: 1200px;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px 10px 0px 10px;
}

.logo img {
	width: 274px;
	height: 80px;
}

.site_content {
	width: 100%;
	min-height: 100%;
	height:100%;
	box-sizing: border-box;
}


.banner {
	width: 100%;
	height: 285px;
  	align-items: center;
  	justify-content: center;
  	position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.bannervideo {
    position: absolute;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    top: 0;
    left: 0;
    background-color: #000000;
}

.blurb {
    text-align: center;
    width: 100%;
    background-color: rgba(128, 130, 133, 0.5);
    z-index: 100;
    height: 61%;
    margin: auto;
    box-sizing: border-box;
    padding: 5%;
    height:100%;

}

.paragraph_about {
	line-height: 26px;
	font-size: 1em;
	padding-top: 20px;
}

.banner .blurb h3 {
    font-weight: 900;
    font-size: 1.5em;
}

#film_content {
	margin-top: 20px;
}

.content_left {
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
   	align-items: center;
	float: left;
	box-sizing:border-box;
	margin-right: 15px;
}

.content_right {
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	float: left;
	box-sizing:border-box;
	margin-left: 15px;
}

#content_right_1 {

}

.content_bottom {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	float: left;
	margin-bottom: 20px;
}
.film_thumbnail {
	background-size: cover;
	width: 100%;
	padding-bottom: 56.25%;

}
.film_large .film_thumbnail {
	max-width: 100%;
	width: auto;
	padding-bottom: 56.25%;
	box-sizing:border-box;
}

.film_large {
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(87, 86, 88, .8);
	height: 50%;
	float: left;
	margin-bottom: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.film_large img {
	width: 100%;
}

.film_title_large {
	background-color: #ffd00b;
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.6em;
	position: relative;
    top: 100%;

}

.film_small {
	width: calc(50% - 20px);
	box-sizing: border-box;
	/*background-color: rgba(87, 86, 88, .8); */
	height: 50%;
	float: left;
	margin-bottom: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.film_small img {
	width: 100%;
}

.film_title_small {
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.2em;
	position: relative;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.film_medium {
	width: calc(33.33333% - 30px);
	box-sizing: border-box;
	height: 50%;
	
	float: left;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.film_medium img {
	width: 100%;
}

.film_title_medium {
	box-sizing: border-box;
    padding: 5px;
    font-size: 1.2em;
    position: relative;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.push {
height: 4em;
}

/* =========================================
============  MEDIA QUERIES  ===============
==========================================*/

@media only screen and (min-width: 700px) and (max-width: 1199px) {

	.site_container {
	    max-width: 100%;
	}

	.banner{
	    margin-top: 20px;
		margin-bottom: 19px;
	    
	}
	    
	.film_title_large {
		font-size: 1.2em;
	}

	.film_title_small {
		font-size: 1em;

	}
	.film_title_medium {
		font-size: 1.1em;
	}

}


@media only screen and (max-width: 699px) {

	.banner{
		height: 300px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    box-shadow: none;
	    background: url('../img/saestill.PNG');
	    background-size: cover;
	}

	.bannervideo {
		width: 100%;
	}

	.film_large {
		margin-bottom: 30px;
	}

	.film_small {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}

	.film_medium{
		width: 29%;
		
	}

	.film_large .film_thumbnail {
    height: 206px;
	}
	    
	.film_title_large {
		font-size: 1.2em;
	}


	.film_title_small {
		font-size: 1em;

	}


	.film_title_medium {
		font-size: .97em;

	}

	.film_large .film_thumbnail {
		width: 100%;
	}
	.content_left {
	    width: 100%;
	    padding: 10px;
    }

   .content_right{
    	width: 100%;
    	padding:10px;
    	margin-left:0px;
    }
	.content_bottom {
	    width: 100%;
	    margin-bottom: 20px;
    }
    .blurb {
    	padding: 30px 10px;
    }

    .paragraph_about {

    }

}

@media only screen and (max-width: 500px) {

	.banner {
		height: auto;
	}

	.bannervideo {
		width: auto;
		height: 100%;
	}

	.paragraph_about {
		line-height: 1.5;
	}

}
