
.top-left {
	position: absolute;
	top: 10%;
	left: 3%;
}

.top-left img{
	width: 50%;
	height: auto;
}

.responsive {
  width: 100%;
  height: auto;

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.col4-float {
	float; right;
	width: 100%;
}
label {
	display: inline;
	width: 50%;
}

input {
	font: 100;
	font-weight: 100;
}


#about {
	text-align: center;
	color: black;
	background:white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
#menu {
	text-align: center;
	color: black;
	background:white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
#reservation {
	text-align: center;
	color: black;
	background: white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
#contact {
	text-align: center;
	color: black;
	background: white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}