html,
body {
	background-color: #212121;
}

.content {
	opacity: 0.9;
	background-color: #FEFEFE;
	color: #121212;
	padding: 30px;
}

h1,
.h1 {
	font-family: 'Anton', sans-serif;
	font-size: 60px;
	padding-bottom: 5px;
	margin: 30px 0 30px;
}
h2,
.h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	padding-bottom: 5px;
}

.h1 span {
	border-bottom: 5px solid #121212;
}

ul {
   padding: 0;
   list-style: none;
}


.mfp-bg {
	opacity: 0.95;
}

p {
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
}

.center {
	text-align: center;
}

.copyright {
	font-weight: 100;
	font-family: 'Open Sans';
	font-size: 0.9em;
	color: #FEFEFE;
	text-align: center;
	margin: 40px 0 80px;
}

.enquiry {
	padding: 5px 0 20px;
	font-size: 1.3em;
	text-align: center;
}

.images {
	margin: 40px 0 20px;
}

img {
	margin: 15px 0 15px;
	width: 100%;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
}

.grayscale { 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%); 
}

.grayscale:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%); 
}