* {
    box-sizing: border-box;
}

html {
	/*background: url(../images/never_let_me_go_banner.jpg) no-repeat right top;
	background-size: contain;*/
	background-color:#F1F1F1;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#2F2F2F;
}

body {
	margin:0;
	width:100%;
	height:100%;
}

a {
	color:#F05252;
}

.topnav {
	list-style-type:none;
	margin:0;
	padding:0;
	opacity: 0.8;
	background-color:rgba(255,255,255,0.6);
	position:fixed;
    top: 0;
    width: 100%;
	z-index:10;
}

li {
	float:right;
	text-align:center;
}

li a {
	display: inline-block;
	color: rgb(47,47,47);
	padding: 14px 16px;
	text-decoration: none;
	font-size: 2em;
	transition: background-color 0.4s;
}

li a:hover {
	background-color:#7CA1B3;
	color:rgb(225,225,225);
}

li.icon {
	display:none;
}

.logo {
	float:left; 
	font-size:2em;
}

.notice {
	float:left;
	width:100%;
	font-size:1.2em;
	text-align: right;
	padding-right: 20px;
	background-color: #7CA1B3;
	color: white;
}

@media only screen and (max-width:768px) {
	.topnav {
		width:100%;
		opacity: 0.99;
	}
	
	.topnav li:not(:nth-child(-1n+2)) {
		display:none;
	}
	
	.logo {
		padding: 5px 5px;
		font-size:1.7em;
	}

	.topnav li.icon {
		float:right;
		display:block;
		font-size:1.2em;
	}
	.topnav li.notice {
		font-size:1em;
	}
	
	 /* This targets only the main menu items (excluding .notice and .icon) */
    .topnav li:not(.notice):not(.icon) a {
        font-size: 1.7em; /* Adjust the size as needed */
    }
 	
}
@media only screen and (max-width:768px) {
	.topnav.responsive {
		position:fixed;
		width:100%;
	}
	
	.topnav.responsive li {
		float:none;
		display:block;
		text-align:left;
	}
	
	.topnav.responsive li a {
		font-size: 2em;
	}
	
	.topnav.responsive li.icon {
		position:absolute;
		top:0;
		right:0;
	}
}

.dropdown-content {
	display:none;
	position: absolute;
	min-width: 160px;
	z-index:101;
	background:rgb(255,255,255);
}

.dropdown-content a {
	color: rgb(0,0,0);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 1.5em;
}

div.dropdown-content a:hover {
	/*background-color: rgb(176,18,11);*/
	background-color: rgba(0,0,0,1);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.h1 {
	font-size: 3em;
	margin: 20px 0px;
	line-height: 130%;
}

.h2 {
	font-size: 2em;	
	line-height: 100px;
}

.h3 {
	font-size: 1.7em;
	margin: 10px 0px;
}

.detail {
	font-size: 1.5em;
	margin: 20px 0px;
	line-height: 150%;
	text-align:justify;
}

.mission_statement {
	font-size:1.8em;
	font-style: italic;
	text-align: center;
	margin:100px 100px;
}

.feature {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:11;
	background-color:rgba(0,0,0,0.8);
	overflow:auto;
}

.feature iframe {
	margin-top:150px;
	width:100%;
	height:720px;
}

.feature span {
	position:absolute;
	top:110px;
	right:20px;
	color:#BBB;
	font-size:4em;
}

.feature span:hover {
	cursor:pointer;
}

.feature_2 {
	float:left; 
	width:100%;
	text-align:center;
	padding:50px;
}

.feature_2_button {
	display: inline-block;
	background-color:#2F2F2F;

	border-radius:2px;
	padding:10px 20px;
	color: #F1F1F1;
	text-decoration: none;
	font-size:2em;
	cursor: pointer;
	transition: background-color 0.4s, color 2s;
}

.feature_2_button:hover {
	background-color:#7CA0B3;
	color:#D8F0FC;
}

.feature_3 {
	float:right; 
	width:100%;
	text-align:center;
	padding:50px;
}

.feature_3_button {
	display: inline-block;
	background-color:#EEEFEA;
	border: 3px solid #2F2F2F;
	border-radius:2px;
	padding:10px 20px;
	color: #2F2F2F;
	text-decoration: none;
	font-size:2em;
	cursor: pointer;
	transition: border-color 0.4s, color 2s;
}

.feature_3_button:hover {
	color:#7CA0B3;
	border-color:#7CA0B3;
}

.feature_4 {
	background-color:#DDD;
	float:left; 
	width:100%;
	text-align:center;
	padding:50px;
}


.feature_h1 {
	font-size: 1.5em;
	padding-bottom:20px;
}

.feature_h2 {
	font-size: 1.5em;
	padding-bottom:20px;
}

.feature_h3 {
	font-size: 1.7em;
}

.feature_bar {
	display:inline-block;
	overflow:auto;
	background-color:#F1F2ED;
	padding-top:100px;
	padding-bottom:100px;
}

.home_image {
	float:left;
	height:850px;
	width:100%;
	background: url(../images/filmimage47banner1680w1005h.jpg) no-repeat right bottom;
	/*background-size: contain;*/
}

.home_bg_parallax {
	background-image:url("../images/bg_local_image_4.jpg");
	height:600px;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	clear:both;
}

.home_video {
	height:580px;
	padding-top:50px;
}

.home_video_description {
	padding:50px 20px;
	text-align: right;
}

#playbutton {
	cursor:pointer; 
	position:absolute; 
	top:350px; 
	left:25%;
	font-size:150px;
	color:rgba(241,241,241,0.7);
}

@media only screen and (max-width: 769px) {
	#playbutton {
		top:150px;
		font-size:100px;
		left: 35%;
	}
	
	.home_image {
		float:left;
		height:430px;
		width:100%;
	}
	
	.feature {
		height:500px;
	}
	
	.feature iframe {
		margin-top:30px;
		height:360px;
	}
	
	.feature span {
		top: 0px;
		right:0px;
		line-height:50%;
	}
	
	.home_bg_parallax {
		display:none;
	}
}

.email_image {
	float:left;
	height:850px;
	width:50%;
	background: url(../images/film_image_27_banner.jpg) no-repeat center bottom;
}

#mc_embed_signup{background:#fff; font:14px Helvetica,Arial,sans-serif; padding-top:90px; float:right; width:50%; }

@media only screen and (max-width: 769px) {
	.email_image{
		width:100%;
		height:200px;
	}
	
	#mc_embed_signup{background:#fff; font:14px Helvetica,Arial,sans-serif; padding-top:0px; float:right; width:100%; }
}

input[type=text]{
	background-color: white;
	border: 1px solid #DDD;
	margin: 10px 3px;
	padding: 15px 10px;
	border-radius: 2px;
	font-size:1.3em;
	font-family:'Source Sans Pro';
}

input[type=email]{
	background-color: white;
	border: 1px solid #DDD;
	margin: 10px 3px;
	padding: 15px 10px;
	border-radius: 2px;
	font-size:1.3em;
	font-family: inherit;
}


input[type=submit] {
	background-color: #BB0000;
	border: 3px solid #5A0000;
	border-radius:2px;
	margin:10px 0px;
	padding:10px 10px;
	color: #FDC2C2;
	text-decoration: none;
	font-size:1.3em;
	cursor: pointer;
	font-family:inherit;
}

textarea {
	border: 1px solid #DDD;
	margin: 10px 3px;
	padding: 15px 10px;
	border-radius: 2px;
	font-size:1.3em;
	font-family:inherit;
}

select {
	margin:0px 0px;
	padding:3px 3px;
	border-radius:2px;
	font-size:1.0em;
	font-family:inherit;
}

.bio_quote {
	float:left;
	width:50%;
	font-size: 3em;	
	color: red;
	padding: 100px 100px;
}

.bio_text {
	float:right;
	width:50%;
	font-size: 1.7em;
	color:#777777;
	padding: 50px 50px;
	background-color:#DDD;
}

.footer {
	float:left;
	width:100%;
	background-color: #141D22;
	text-align: left;
	padding: 20px 20px;
	color:#808080;
}

.footer h1 {
	margin: 5px 0px;
}

.footer a {
	text-decoration:none;
	color:#7CA1B3;
}

.footer input {
	border:0;
	background-color:#23323A;
	border-radius:0px;
	margin:3px 0px;
	padding:10px 8px;
	font-size:1em;
	color:#9BADB7;
	font-family: 'Source Sans Pro';
}

.footer input[type=submit] {
	background-color: #9BADB7;
	color: #23323A;
}

.footer textarea {
	border:0;
	height:100px;
	width:100%;
	background-color:#23323A;
	margin:3px 0px;
	padding:10px 8px;
	font-size: 1em;
	font-family: 'Source Sans Pro';
	color:#9BADB7;
}

.footer div {
	padding:15px;
}

/* Style all font awesome icons */
.fa {
    padding: 10px;
    font-size: 30px;
    width: 35px;
    text-align: center;
    text-decoration: none;
	border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-shopping-cart {
	display:inline-block;
	padding:0px 0px;
	font-size: 2em;
	width: 100px;
	border-radius:0%;
}

.about {
	padding: 50px;
	font-size: 1em;
	margin: 50px 50px;
	border: 1px solid #DDD;
	overflow:auto;
}

.about_image {
	float:right;
	width:50%;
	border-radius:6px; 
	margin-left:50px;
}

@media only screen and (max-width: 768px) {
	.about {
		margin:0;
		padding:0;
	}
	
	.about_image {
		float: left;
		width:100%;
		margin:0;
	}
}

.about_banner {
	height:350px;
	width:100%;
	background: url(../images/localimage42banner1680w350h.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
	z-index:-1;
}

.about_banner span {
	color:white;
	position: absolute;
	bottom:5px;
	right: 50px;
	font-size: 4em;
	opacity:0.7;
}

.gallery_banner {
	height:350px;
	width:100%;
	background: url(../images/midsummer12banner1680w350h.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
	z-index:-1;
}

.gallery_banner span {
	color:white;
	position: absolute;
	bottom:5px;
	right: 50px;
	font-size: 4em;
	opacity:0.7;
}

.shop {
	margin:50px;
}

.shop_banner {
	height:350px;
	width:100%;
	background: url(../images/midsummer10banner1680w350hb.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
	z-index:-1;
}

.shop_banner span {
	color:white;
	position: absolute;
	bottom:5px;
	right: 50px;
	font-size: 4em;
	opacity:0.8;
}

.contact_us_banner {
	height:350px;
	width:100%;
	background: url(../images/localimage41banner1680w350h.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
	z-index:-1;
}

.contact_us_banner span {
	color:white;
	position: absolute;
	bottom:5px;
	right: 50px;
	font-size: 4em;
	opacity:0.8;
}

.collection {
	float:left;
	width:97%;
	border: 1px solid #DDD;
	margin-bottom:25px;
}

.collection_h1 {
	float:left;
	width:100%;
	font-size: 3em;
	padding: 50px;
	color: #565F67;
}

.collection_detail {
	float:left;
	width:35%;
	padding:50px;
	font-size: 1.5em;
	text-align:right;
	line-height: 150%;
}

.collection_works {
	padding: 50px;
	float: right;
	width: 65%;
}

.work {
	float:left;
	margin: 3px 2px 13px 2px;
}

.work_label {
	font-size: 0.8em;
	text-align:right;
	padding: 5px;
	color: #74808B;
}

.work_small_image img {
	max-width:100%;
}

.work_view_more_button {
	display: inline-block;
	background-color:#EEEFEA;
	border: 2px solid #2F2F2F;
	border-radius:2px;
	padding:10px 20px;
	color: #2F2F2F;
	text-decoration: none;
	font-size:0.9em;
	cursor: pointer;
	transition: border-color 0.4s, color 2s;
}

.work_view_more_button:hover {
	color:#7CA0B3;
	border-color:#7CA0B3;
}





@media only screen and (max-width:768px) {
	.collection {
		margin:0;
		border:0;
	}
	
	.collection_detail {
		width:100%;
		padding:0;
	}
	
	.collection_works {
		width:100%;
		padding:0;
	}
	.work_label {
		text-align:left;
	}
	
	.work  {
		min-width:100%;
	}
}

.gallery_list {
	margin:50px;
	overflow: auto;
}

.collection_list_display {
	border: 1px solid #DDD;
	margin: 12px 12px;
	padding:0px;
	display:inline-block;
	width:450px;
	height:780px;
	overflow: hidden;
	position: relative;
}

.collection_list_heading {
	position: absolute;
	top:0;
	left:0;
	font-size:2em; 
	padding:15px;
	background-color:rgba(255,255,255,1);
	width:100%;
	color:#565F67;
}

.collection_list_image {
	margin-top:70px;
}

.collection_list_image_bar div {
	display:inline-block;
	margin-right:3px;
}

.collection_list_image_bar div:last-child {
	margin:0px;
}

.collection_list_detail {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size:1em;
	background-color:rgba(255,255,255,1);
	padding: 15px;
}
.work_view_more {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size:1em;
	background-color:rgba(255,255,255,1);
	padding: 15px;
}

.collection_list_link {
	color:#74808B;
}

.collection_list_display:hover {
	border: 1px solid #F05252;
}

@media only screen and (max-width:768px) {
	.gallery_list {
		margin:0;
	}
	
	.collection_list_display {
		margin: 5px 0px;
		
	}
}

@media only screen and (max-width:450px) {
	.collection_list_display {
		width:100%;
	}
	
	.collection_list_image img {
		width:100%;
	}
}

.big_work_image {
	float:left;
	width:65%;
	margin: 30px 0px 0px 0px;
	padding: 0px 25px 0px 50px;
	overflow:hidden;
}

.big_work_image img {
	max-width: 100%;
}

.big_work_text {
	float:right;
	width:35%;
	margin: 30px 0px;
	padding: 0px 50px 0px 25px;
}

.big_work_image_bar {
	float:left;
	width:100%;
	padding: 0;
}

.big_work_image_bar img {
	max-width: 100px;
	max-height: 100px;
	margin: 5px 2px;
	float:left;
}

.big_work_price {
	padding: 50px;
	margin: 20px 20px;
	border: 1px solid #DDD;
	background: white;

}

.big_work_back {
	margin: 50px 50px;
}

.big_work_video {
	display:inline-block;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px 25px 0px 50px;	
}

.big_work_video iframe {
	width:1280px;
	height:720px;
}

.add_to_cart_button {
	border: 3px solid #6ecb9c;
	border-radius: 4px;
	width: auto;
	text-align:center;
}

.add_to_cart_button a {
	display:block;
	text-decoration:none;
	font-size: 1.8em;
	padding: 10px;
	color: #6ecb9c;
}

.work_nav_bar {
	margin-top:160px;
	margin-left: 50px;
}

@media only screen and (max-width:768px) {
	.work_nav_bar {
		margin-top: 130px;
	}
	
	.big_work_image {
		width:100%;
		margin:0;
		margin-top:10px;
		padding:0;
	}
	
	.big_work_text {
		width:100%;
	}
	
	.big_work_image_bar {
		width:100%;
	}
	
	.big_work_video {
		width:100%;
		margin:0;
		padding:0;
	}
	
	.big_work_video iframe {
		width:100%;
		height:360px;
	}
}

.blog_banner {
	height:350px;
	width:100%;
	background: url(../images/localimage43banner1680w350h.jpg) no-repeat left top;
	background-size: cover;
	position:relative;
	z-index:-1;
}

.blog_banner  span {
	position: absolute;
	font-size: 4em;
	color:white;
	right:50px;
	bottom: 5px;
	opacity: 0.9;
}

.blog_list {
	float: left;
	width:97%;
	margin: 20px 20px;
	border: 1px solid #DDD;
	padding: 50px;
}

.blog_post {
	float:left;
	width:402px;
	border: 1px solid #DDD;
	margin: 0px 50px 20px 0px;
	position:relative;
	height:550px;
	color: #565F67;
}

.blog_post:hover {
	border-color: #F05252;
}

.blog_post img {
	width: 400px;
	height: 400px;
}

.blog_post div {
	font-size:1.7em;
	padding: 20px;
	position: absolute;
	bottom:0px;
	background-color:white;
}

@media only screen and (max-width:768px) {
	.blog_list {
		margin:0;
		margin-top:5px; 
		padding: 0;
		border: 0px solid white;
	}
	
	.blog_post {
		max-width: 402px;
		
	}
	
	.blog_post img {
		max-width: 100%;
	}
}

.post {
	float: left;
	width: 97%;
	margin: 20px 20px;
	padding: 50px;
	border: 1px solid #DDD;
	overflow: auto;
}

.post_text {
	float:left;
	width: 50%;
	padding:0 50px;
}

.post_image {
	float:right;
	width:50%;
}

.post_video {
	float:right;
	width:50%;
}	

.post_video iframe {
	width:100%;
	height:720px;
}

@media only screen and (max-width: 768px) {
	.post {
		float: left;
		width: 97%;
		margin: 0px 0px;
		padding: 0px;
		border: 0px;
		overflow: auto;
	}
	.post_text {
		float:left;
		width: 100%;
		
	}

	.post_image {
		float:right;
		width:100%;
	}

	.post_video {
		float:right;
		width:100%;
	}
}

.post_image img {
	max-width:100%;
}

.cart {
	margin:0;
	padding:0;
	border: 1px solid #DDD;
}

.cart table {
	border-collapse: collapse;
	width:100%;
}

.cart tr.total {
	background-color: #DDD;
	font-weight: bold;
	font-size:1.2em;	
}

.cart td {
	border-bottom: 2px solid #ddd;
	vertical-align: top;
	padding: 10px;
}

[class*="col-"] {
    float: left;
}

.cart::after {
    content: "";
    clear: both;
    display: table;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


@media only screen and (max-width:768px) {
	.cart {
		margin:0;
		padding:0;
	}
	
	.cart img {
		width:100%;
	}
	
	[class*="col-"] {
		width:100%;
		padding:0;
	}
}

.continueshopping {
	padding:20px 20px;
}

.shipping {
}

.discount input {
	padding: 5px 10px;
	font-size:0.7em;
}

.small_note {
	font-size: 0.7em;
}

.button {
	display: inline-block;
	background-color: #BB0000;
	border: 3px solid #5A0000;
	border-radius:2px;
	margin-left: 5px;
	padding:5px 10px;
	color: #FDC2C2;
	text-decoration: none;
	font-size:0.7em;
	cursor: pointer;
}


.content_banner {
	height:350px;
	width:100%;
	background: url(../images/midsummer_20_banner.jpg) no-repeat left top;
	background-size: cover;
	position:relative;
	z-index:-1;
}

.content_banner  span {
	position: absolute;
	font-size: 4em;
	color:white;
	right:50px;
	bottom: 5px;
	opacity: 0.7;
}

.content {
	margin: 50px 50px;
	padding: 50px 50px;
	border: 1px solid #DDD;
}

@media only screen and (max-width:768px) {
	.content {
		margin: 5px 5px;
		padding: 5px 5px;
	}

}

.prints_banner {
	height:350px;
	width:100%;
	background: url(../images/what_maisie_knew_film_image_23_banner.jpg) no-repeat left top;
	background-size: cover;
	position:relative;
	z-index:-1;
}

.prints_banner  span {
	position: absolute;
	font-size: 4em;
	color:white;
	right:50px;
	bottom: 5px;
	opacity: 0.7;
}

.prints {
	margin:50px;
}

.success {
	float:left;
	font-size: 2em;
	width: 30%;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-10px); }
    40%, 80% { transform: translateX(10px); }
}

.shake {
    animation: shake 0.5s ease;
}











