@charset "UTF-8";
/* CSS Document */
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:   Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

	
	


}

body {
	margin: 0 auto;
	max-width: 2000px;
	height: 100vh;
	background-color: white;
	position: inherit;
}

header {
    position: absolute;
    width: 800px;
    top: 0px;
	height: auto;

}



/* Site title*/



.site-title {
	background-image: url("img/Page title.png");
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;	
	left: 2em;
	padding-left: 1.2em;
	padding-top: 0.7em;
}




/* Site nav */


.site-nav {
	position: relative;
	z-index: 2000;
	padding-top: 100px;
	display: block !important;
	width: 100vh;
	opacity: .67;
	background: none;
	min-width:785px;
}

.site-nav ul {
	list-style-type: none;
	margin: 12px;
	text-align: left;
}

.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 3em;
}

.site-nav ul li a {
	font-size: 1em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0,.3);
	color: #000000;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid black;
}

.sel {
		border-bottom: 1px solid black;
}



.grid-container {
	padding-top: 182px;
	padding-left: 3.8em;
	padding-right: 3.8em;
	padding-bottom: 128px;
	width: 100%;
	display: grid;
  grid-template-columns:  50% 50%;
  min-width: 844px;

	
}



.caption {
	background-color: rgba(255,255,255,0.4);
	height: 100%;
	text-align: center;
	padding-top: 260px;
	padding-left: 30px;
	padding-right: 30px;
	color: #000000;
	font-size: 2.3em;
	font-weight: 350;
	opacity: 0;
	letter-spacing: .1em;


}



a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}


.caption:hover {
	opacity: 0.9;
	text-decoration: none;
	
}
.box_14 {
	height: 600px;
    width: 100%;
	background-image: url("img/Lights_Out1.png");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}
.box_13 {
	height: 600px;
    width: 100%;
	background-image: url("img/Sea_Blues.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}
.box_12 {
	height: 600px;
    width: 100%;
	background-image: url("img/Estuary.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}
.box_11 {
	height: 600px;
    width: 100%;
	background-image: url("img/Mirage.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}
.box_10 {
	height: 600px;
    width: 100%;
	background-image: url("img/I_Slid.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}
.box_09 {
	height: 600px;
    width: 100%;
	background-image: url("img/Sprayshop_Main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}
.box_08 {
	height: 600px;
    width: 100%;
	background-image: url("img/Spark_Sessions.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}
.box_07 {
	height: 600px;
    width: 100%;
	background-image: url("img/MLHB_Trailers_Main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}

.box_06 {
	height: 600px;
	width: 100%;
	background-image: url("img/MLHB_Film_Main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}

.box_05 {
	height: 600px;
	width: 100%;
	background-image: url("img/TIO_Main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}

.box_04 {
	height: 600px;
	width: 100%;
	background-image: url("img/TOAFL_Main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}

.box_03 {
	height: 600px;
	width: 100%;
	background-image: url("img/ItsNotUs_Main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}

.box_02 {
	height: 600px;
	width: 100%;
	background-image: url("img/MTT_Main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}

.box_01 {
	height: 600px;
	width: 100%;
	background-image: url("img/BIK_Main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}




@media screen and (max-width : 1143px ){
	.grid-container {
	  display: grid;
	  grid-template-columns: 1fr;
		float: left;
  }
}
