*{
	margin:0;
	padding: 0;
	border:0;
}
body{
	background-color: #1E1A1A;
	font-family: verdana;
}

#container{
	width: 1080px;
	margin: 0px auto;
}

header{
	background-color: #82685C;
	padding: 5px;
}
header img{
	width: 200px;
	float: right;
}
.topnav{
	display: none;
}
#navMenuMin{
	display: none;
}
ul#navMenu, ul.sub1, ul.sub2 {
	list-style-type: none;
}
ul#navMenu li{
	width: 125px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 4px;
	
}
ul#navMenu a{
	text-decoration: none;
	display: block;
	width: 125px;
	height: 25px;
	line-height: 25px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
}
ul#navMenu .sub1 li{
	z-index: 9999;
}

ul#navMenu .sub1 a{
	margin-top: 3px;	
}
ul#navMenu li:hover > a{
	background-color: #CFC;
}
ul#navMenu li:hover a:hover{
	background-color: #FF0;
}

ul#navMenu ul.sub1{
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
}
ul#navMenu li:hover .sub1 {
	display: block;	
}
header h1{
	color: yellow;
	text-align: center;
	text-shadow: 2px 2px 4px #FF0000;
	clear: right;
	margin: 50px 0px 20px 0px;
}
#main-content{
	background-image: url(../images/Pitch.jpg);
	background-repeat: no-repeat;
	background-size: 1080px;
	min-height: 600px;
}
.mainp img{
	width: 200px;
	float: right;
}
.mainp{
	background-color: rgba(240,240,240,.7);
	padding: 10px;
	overflow: hidden;
}
.defaultp{
	padding: 10px;
	overflow: hidden;
}
.defaultp img{
	width: 200px;
	float: right;
}
.about img{
	width: 200px;
	float: right;
}
.about{
	background-color: rgba(240,240,240,.7);
	padding: 10px;
	overflow: hidden;
}
.gallery-content{
	background-size: 1080px;
	min-height: 600px;
}
#maternity{
	background-image: url(../images/Maternity/Roxy/Roxy-11.jpg);
	background-repeat: no-repeat;
}
#family{
	background-image: url(../images/family/alicia/alicia-54.jpg);
	background-repeat: no-repeat;
}
#newborn{
	background-image: url(../images/newborn/Romi/Romi-7.jpg);
	background-repeat: no-repeat;
}
#resorts{
	background-image: url(../images/resorts/modiMolle/mm-9.jpg);
	background-repeat: no-repeat;
}
#events{
	background-image: url(../images/events/Matric/Joshua-10.jpg);
	background-repeat: no-repeat;
}
.galleryThumb{
	max-width: 25%;
	max-height: 147px;
	float:left;
	border: 1px solid white;
	border-radius: 5px;
}
.galleryp img{
	width: 200px;
	float: left;
}
.tamronImg{
	display: none;
}
.promo-items{
	background-color: rgba(240,240,240,.7);
	overflow: hidden;
	margin-top: 300px;
	padding: 10px;
}
.promo-items h2{
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px;
}
.promo-items aside{
	width: 33.33%;
	float: left;
}
footer{
	background-color: #82685C;
	padding: 10px;
	text-align: center;
	font-size: 11pt;
}


@media screen and (max-width: 961px){
	#container{
		width: 95%;
	}
	header h1{
		display: none;
	}
	.topnav{
		display: block;
		overflow: hidden;
		background-color: #333;
		position: relative;
	}
	/* Hide the links inside the navigation menu (except for logo/home) */
	.topnav #myLinks {
	  display: none;
	}
	/* Style navigation menu links */
	.topnav a {
	  color: white;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 17px;
	  display: block;
	}

	/* Style the hamburger menu */
	.topnav a.icon {
	  background: black;
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 0;
	}

	/* Add a grey background color on mouse-over */
	.topnav a:hover , #gallery-menu a:hover{
	  background-color: #ddd;
	  color: black;
	}

	/* Style the active link (or home/logo) */
	.active {
	  background-color: #4CAF50;
	  color: white;
	}
	
	#navMenu{
		display: none;
	}
	#navMenu ul, navMenu li{
		float: none;		
	}
	#navMenuMin a{
		display: block;
		width: 90%;
		height: 24px;
		padding: 5px 0px;
		border: 2px solid #000;
		margin: 4px auto;
		box-shadow: 1px 1px 2px #222;
	}
	ul#navMenu li{
		width: 100%;
		text-align: center;
		
	}
	ul#navMenu ul.sub1{
		display: none;
		position: absolute;
		top: 0px;
		left: 150px;
	}
	#main-content{
		background-image: none;
		min-height: 60;
	}
	.mainp img{
		width: 100%;
		float: none;		
	}
	.tamronImg{
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.promo-items{
		margin-top: 10px;
		background-color: transparent;
		padding: 0;
	}
	.promo-items aside{
		width: 100%;
		float: none;
		margin-bottom: 10px;
		background-color: rgba(240,240,240,.7);
		padding: 5px;
	}
	.galleryp img{
		width: 100%;
		float:none;
		border: none;
	}
	.galleryThumb{
		max-width: 100%;
		max-height: 100%;
		border: none;
	}
	.gallery-content{	
		max-width: 100%;
		max-height: 100%;
	}
	#gallery-menu a{	
		color: white;
		text-decoration: none;
		display: block;
		width: 90%;
		height: 24px;
		padding: 5px 0px;
		border: 2px solid #000;
		margin: 4px auto;
		box-shadow: 1px 1px 2px #222;
	}
}




