a {
	text-decoration: none;
}

body.container {
	background: #3dd1f2; 
	background-image:url("../images/water.jpg");
}
div.container {
	background: white;
}
#seafood_carousel {
	font-size: 2.7em;
	color: #82d9c9;
}
.row {
	font-family: "Fira Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}
.row h1 {
	font-family: "Beth Ellen", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" 
}
.row h2 {
	color: #0aa3c2;
}
.mt-4 p {
	line-height: 1.5em;
}
.borderA {
	border: black solid 3px;
}

.footer {
	text-align: center;
	list-style-type: none;
	text-decoration: none;
}
.footer a {
	text-decoration: none;
}
.footer_links {
	list-style-type: none;
}

.foodList {
	margin-right: 12%;
}

#navbar {
	border: #00008B 3px solid;
}

#logo {
	width: 15%;
}

#form {
	margin-left: 10%;
}

#form input {
	margin-right: 2em;
	margin-bottom: 1.9em;
}

.title {
	color: #0aa3c2;
}

#form legend {
	font-weight: bold;
	color: #0476D9;
	padding-top: 50px; font-size: 25px;
}

#form p {
	padding-top: 10px;
	font-weight: bold;
}

.submit {
	margin-top: 2em;
	background-color: #3DD1F2;
	color: white;
	font-weight: bold;
}

.submit:hover {
	background-color: white;
	color: #3DD1F2;
}
#hours {
	font-size: 150%;
	text-align: center;
}

@media screen and (min-width: 320px) {
	#title {
		font-size: 308%;
	}
}
@media screen and (min-width: 768px) {
	#title {
		font-size: 300%;
	}
}

@media screen and (min-width: 1024px) {
	#title {
		font-size: 414%;
	}
}

