body {
	background-image: url("../images/bgblack.jpg");
	background-repeat:repeat;
	font-family: "Lato", serif;
}

.wrapper {
	max-width: 1024px;
}

.header {
	width: 406px;
	height:43px;
	background-color: #DDDDDD;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
}

ul.nav {
	list-style-type: none;
	margin:0;
	padding:0;
	float:right;
}

ul.nav li {
	margin-top:8px;
	font-size: 18px;
	padding-right:25px;
}

a {
	color:#007bff;
}

a:hover {
	text-decoration: none;
}

.mainContent {
	position: relative;
	margin-top: 20px;
	border-radius:10px;
}

.mainContent img {
	max-width: 100%;
	border-radius:10px;
}

.mainContent p {
	
	font-size: 24px;
	color:#FFF;
	padding:12px 32px;
	margin:0;
	text-align:center;
}

.mainImage {
	position: relative;
}

.homeContact {
	position:absolute;
	right:0;
	bottom:0px;
	background-color: #DDDDDD;
	border-radius:10px 0;
}

.homeContact p {
	color:#000;
	font-size: 18px;
	padding: 2px 16px;
}

.section, .sectionRight {
	background-color: #f6f6f6;
	padding:35px 40px 35px 40px;
	margin-bottom: 30px;
	border-radius:10px;
}

.sectionImage {
	margin-top:5px;
	margin-bottom: 10px;
	padding:5px;
	border:1px solid #DDD;
	max-width: 100%;
	width:300px;
}

.galleryImage {
	max-width:100%;
	padding:5px;
	border:1px solid #DDD;
	margin-top:10px;
}

.galleryVideo {
	margin:0px auto 20px auto;
	padding:5px;
	border:1px solid #DDD;
	max-width:480px;
	width:calc(100% - 30px);
}

h4 {
	font-size: 36px;
}

@media (max-width: 767.98px) {

	.header {
		position:static;
		min-width:325px;
		width:100%;
		height:37px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius:0;
	}
	ul.nav li {
		margin-top: 9px;
		font-size: 13px;
		padding-right:20px;
	}

	.homeContact {
		width:100%;
	}

	.homeContact p {
		font-size:13px;
	}

	.mainContent img {
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		border-bottom-left-radius:7px;
		border-bottom-right-radius:7px;
	}

	.galleryVideo {
		margin:0 15px
	}
}
