@charset "utf-8";
/* CSS Document */

.boats {
	background: #000 url("images/boats_in_harbor.jpg");
	background-size: cover;
	color: #fff;
	min-height: 169px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}