@import url('https://fonts.googleapis.com/css?family=Bungee+Shade|Martel+Sans|Patrick+Hand+SC');

/* C S S  R E S E T S */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

:root {
  --accent-color: #63FFD7;
	--background-color: #212121;
}

body {
	line-height: 1;
	font-family: 'Martel Sans';
	font-size: 16px;
	background: var(--background-color);
	color: white;
}

.bg-dark {
	background-color: var(--background-color)!important;
}

h1 {
	font-family: 'Patrick Hand SC'
}

section {
	width: 100%;
	font-size: 18px;
	padding: 0 1rem;
}

.navbar {
	border-bottom: 2px solid black;
}

.navbar-nav {
	padding-right: 0.75rem;
}

.logo {
	color: var(--accent-color) !important;
}

@media screen and (min-width: 576px) {
	section {
		width: 75%;
		margin: 0 auto;
		padding: 0 3rem;
	}
}

.navbar {
	padding: 1rem 0.5rem;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none
}

.font-size-sm {
	font-size: 12px;
}

.code {
	color: var(--accent-color);
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin-right: 10px
}

.specials li {
	padding: 1rem 0;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a, a:hover, a:visited, a:focus {
  text-decoration: none;
	color: black;
}

.row {
	width: 100%;
}

h1.title {
  letter-spacing: 3px;
	font-weight: 900;
	text-align: center;
	border-top: 0.3rem solid black;
	border-bottom: 0.3rem solid black;
	margin: 2rem 0;
	line-height: 5px;
	color: var(--accent-color);
}


#seafood .info {
	text-align: center;
	padding: 30px 0 0 50px;
}
#seafood p {
	padding: 10px 0 0 0;
	font-style: italic;
	font-size: 0.8em;
	font-weight: 500;
}
#seafood .list {
	text-align: left;
}
#seafood .info li {
	padding: 5px 0 0 0;
	font-weight: 800;
}
.sidepic {
	padding: 0
}
.sidepic img {
	width: 100%;
	max-height: 550px;
	overflow: hidden;
}


/* LOCATION */

#location .row {
	margin-top: 50px;
	font-size: 1em;
	width: 100%;
	margin-left: 0!important
}
#map {
	width: 100%;
	height: 450px;
}
.map {
	padding: 0;
}

#location .info {
	padding: 0px 10px 20px 50px;
	text-align: left;
}
#location .info h3 {
	font-weight: 900;
	color: #63FFD7;
}
#location .info div {
	margin: 20px 0;
}
#location .address i {
	color: #63FFD7
}
.hours ul li {
	list-style: none;
}
.hours li strong {
	float: left;
	width: 100px;
}
.hours li {
	padding: 5px 0 0 0;
}

.socials a {
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
	display: inline-block;
}

.socials i {
	color: var(--accent-color);
}

footer {
	color: #fff;
	margin-top: 100px;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
	font-family: 'Martel Sans';
  letter-spacing: 2px;
  z-index: 2;
  display: block;
  width: 100%;
  position: relative;
  bottom: 0; left: 0;
}

footer h1 {
	font-family: 'Martel Sans';
}