body
{
margin: 0;
padding: 0;
width: 100%;
background-color: #fff;
}

#main
{
box-sizing: border-box;
margin: 0px auto 0px auto;
font-family: oswald;
}

a:link
{
color: blue;
}

a:visited
{
color: black;
}

#top-bar
{

width: 100%;
box-sizing: border-box;
height: 20px;
background-color:rgb(0, 66, 113);

}

#top-bar-container
{
width: 100%;
margin: 0px auto 0px auto;
padding: 0px;
}

#contact-us
{
	color:white;
	float:right;
	font-size: 20px;
	margin-right: 100px;
}

#header
{
width: 100%;
margin: 0px auto 0px auto;
}

#header-content
{

height: auto;
width: 1000px;
margin: 0px auto 0px auto;
}

#header-title-container
{
	margin: 0px auto 0px auto;
	float:left;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	background-image:url('../images/header.png');
	height: 243px;
	width: 100%;
	font-size: 21px;
}

#header-title-contact
{
float:right;
width: 210px;
height: auto;
padding-top: 40px;
}

#header-title-contact.phone
{
font-size: 24px;
}

#header-title-logo
{
	float:left;

}

#header-title-logo img
{
width: 100%;
height: auto;
z-index: 10;
}

#header-title
{
float:left;
padding: 0px 0px 0px 50px;
cursor: pointer;
box-sizing: border-box;
font-size: 70px;
color: #1B75BB;
font-weight: bold;
margin: 0px;
height: auto;
}

#header-subtitle
{
float:left;
margin: 0px 0px 0px 50px;
box-sizing: border-box;
font-size: 24px;
margin: 0px 0px 0px 50px;
}

#banner-header
{
width: 1000px;
height: 70px;
margin: 0px auto 0px auto;
}


.button {
	float:left;
    background-color: #008CBA;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    height: 100%;
    width: 120px;
}



#listing-contact
{
width: 100%;
position: fixed;
bottom: 0px;
background-color:white;
border: 1px solid lightgray;
box-sizing: border-box;
}

#listing-contact-container
{
width: 1000px;
box-sizing: border-box;
margin: 0px auto 0px auto;
height: 30px;
padding: 2px;
font-family: oswald;
font-size: 18px;
text-align: center;
color: #3A3838;

}

#listing-contact-container
{

}

#picture-preview p.heading
{
	font-family: oswald;
	font-size: 22px;
	text-align:center;
	margin: 0px auto 20px auto;
	font-weight: bold;

}

#picture-preview-container
{
	position:fixed;
	top: 200px;
	width: 100%;
}

#picture-preview
{
	width: 500px;
	height: auto;
	margin: 50px auto 0px auto;
	background-color:white;
	color:black;
	padding: 20px 30px 30px 30px;
	box-shadow: 3px 3px 8px rgba(132, 116, 116, 0.3);
	border-radius: 10px;

}

#picture-preview img.food
{
	width: 100%;
	height: auto;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 3px 3px 8px rgba(132, 116, 116, 0.3);
}

img.close-box
{
	float:right;
	width: 20px;
}
