@charset "UTF-8";
#topNav ul {
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 56px;
	margin-bottom: 10px;
	text-align: right;
	list-style-type: none;
}
main img {
	/* [disabled]margin-left: 30px; */
}
#topNav ul li {
	display: inline-block;
	margin-left: 30px;	
	font-family: 'Roboto', sans-serif;
}
#topNav ul li a:link, #topNav ul li a:visited {
    text-decoration: none;
    color: #000000;
}
#topNav ul li a:hover, #topNav ul li a:active {
    color: #E0E6BE;
    text-decoration: none;
}
header {
	display: flex;
	justify-content: space-between;
}
header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 30px;
	font-size: 40px;
	/* [disabled]padding-bottom: 0px; */
	margin-top: 10px;
	padding-top: 14px;
}
header h1 a:link , header h1 a:visited{
    text-decoration: none;
    color: #020202;
}
header h1 a:hover  , header h1 a:active{
	text-decoration: none;
	color: #E0E6BE;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	background-color: #FFFFFF;
}
main {
	padding-right: 30px;
}
body {
	background-image: url(assets/images/backgroundimage2050x1367.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
		
		
}
.contactButton {
    width: 68px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 17px;
}
.contactButton h3 {
}
.contactButton:link ,  .contactButton:visited{
    text-decoration: none;
    background-color: #000000;
    /* [disabled]padding-left: 10px; */
    /* [disabled]padding-right: 10px; */
    /* [disabled]padding-top: 10px; */
    /* [disabled]padding-bottom: 10px; */
    color: #FFFFFF;
    display: block;
}
.contactButton:hover  ,.contactButton:active{
    text-decoration: none;
    background-color: #ACACAC;
    /* [disabled]padding-left: 10px; */
    /* [disabled]padding-right: 10px; */
    /* [disabled]padding-top: 10px; */
    /* [disabled]padding-bottom: 10px; */
    color: #000000;
    display: block;
}
h1     {font-family: 'Roboto Condensed', sans-serif;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
}
.gridChild h2 {
	margin-top: 12px;
	margin-bottom: 0px;
}
h3 {font-family: 'Roboto Condensed', sans-serif;
}
p {
	font-family: 'Roboto', sans-serif;
}
.textIndent {
	margin-left: 30px;
}

#galleryContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-left: 30px;
	list-style-type: none;
}
.gridChild {
	margin-bottom: 10px;
}
#socialIcons {
	float: right;
	clear: left;
	padding-top: 12px;
	padding-right: 3px;
}
.gridChild h2  , .gridChild p{
    text-align: center;
}
footer {
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}
#container main section {
}
#aboutSection {
	display:flex;
	
}
#aboutSection section {
	flex: 1;
	
}
#contactSection {
	flex: 1;
	margin-top: 60px;
}
.appetiteAppeal {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.appealText {
	margin-top: 10px;
	width: 550px;
}
.email {
	text-align: left;
	margin-left: 30px;
	text-decoration: none;
}
.email a:link, .email a:visited {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #A8BAA9;
}
.email a:hover, .email a:active {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #9DE1A1;
	text-decoration: none;
}
