@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 {
	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;
	display: block;
	grid-template-columns: 1fr;
 min-width: 825px;

	  justify-content: center;
	  align-content: center;

	width: 100%;
	max-width: 2000px;
	float: left;
	padding-left: 3.8em;
	padding-bottom: 128px;
	padding-right: 3.8em;

	
}

/* Site text formating */
.pagetitles {
	text-align: center;
	padding-top: 10px;
}


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

/* Site content*/
.box_07 {
	height: 300px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  transparent;	
}

.box_06 {
	height: 280px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  transparent;	
	padding-top: 38px;
}

.box_05 {
	height: 550px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;	
	border: solid;
	border-color:  transparent;	
	margin-top: 180px;
	padding-bottom: 50px;
}

.box_04 {
	height: 70px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: solid;
	border-color:  white;	
}

.box_03 {
	height: 600px;
	width: 100%;
	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 : 480px ){
	.grid-container {
	  display: grid;
	  grid-template-columns: 1fr;
	  width: 100vh;
	  padding-right: 1em;

  
  }
}
