/* CSS Document */
body{
	height: 100%;
    width: 100%;
    background-color: #4E4E4E;
}
#bphoto{
    background-image: url("Pictures/section1-bg.jpg");
    height: 920px;
    width: 100%;
}
#b1photo{
    background-image: url("Pictures/section1-bg.jpg");
    height: 100%;
    width: 100%;
}
#container{
	width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #4E4E4E;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#header{
    margin-left: auto;
    margin-right: auto;
}
#nav{
    padding-left: 10px;
    padding-right: 10px;
}
h1{
    text-align: center;
}
p{
    text-align: center;
    font-size: 20px;
}
a{
    color:white;
    text-decoration: none;
    
}
a:hover{
    color:#828282
}
#restaurations{
    margin:auto;
    text-align: center;
    
}
.restauration{
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: #919191;
    padding-bottom: 10px;
}