body {
	width: 960px;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #565034;
    font-family: Gotham, 'Amatic SC', cursive;
    font-size: 1em;
}
a:link   ,a:visited {
	color: #3B9C9C;
	text-decoration: none;	
}

a:hover, a:visited {
	color: #617C58;
	text-decoration: none;
}
#contain {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
header {
    border-bottom: 2px solid #1C2639;
    padding-bottom: 15px;
    padding-left: 25px;	
	width:100%;
	height:auto;
}

header h1 {
    font-weight: normal;
    font-size: 2.4rem;
    padding-left: 0px;
}
#topNav ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    text-align: left;
    list-style-type: none;}

#topNav ul li {
    display: inline-block;
    margin-left: 31px;
    font-size: 1.1rem;
    padding-left: 0px;
}
body h2 {
    padding-left: 30px;
}
#about {
    padding-left: 28px;
    padding-bottom: 30px;
    padding-right: 70px;
}
#about h3 {
    padding-left: 0px;
}
#aboutText h4 {
    left: auto;
    padding-left: 0px;
}
#aboutText {
    margin-left: 25px;
    margin-right: 25px;
    padding-right: 50px;
}
#aboutText p {
    margin-right: 244px;
}
#galleryOilContain1 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#galleryphotoContain2 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#galleryDMContain3 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#galleryMMContain4 {
	
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#galleryEncContain5   {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

footer {
    border-top: 2px solid #1C2639;
}
footer h1 {
    padding-left: 30px;
	background-image: url("Assest/Graphics/footerStars.png");
	background-size:contain;
}
footer ul {
    display: inline-block;
    margin-left: 20px;
    color: #3B9C9C;
    font-size: 0.9rem;}
footer ul li {
    display: inline-block;
    margin-left: 20px;
    color: #3B9C9C;
    font-size: 0.9rem;
}
footer ul li a:link {
	    color:  #3B9C9C;
}

footer ul li a:hover {
	color: #617C58;
}

