/* BEGIN myfoo - standard CSS classes I use all the time */
html {
	overflow-y: scroll;
} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
p {
	text-align: justify;
	font-size:20px;
}
a {
	outline: 0 none;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}
.justified {
	text-align: justify;
}
.mymargin {
	margin: 5px;
}
.sidemargin {
	margin: 0 15px;
}
.virticalmargin {
	margin: 15px auto;
}
.nomargin {
	margin: 0;
}
.bottommargin {
	margin-bottom: 15px;
}
.nopad {
	padding: 0;
}
.mypad {
	padding: 15px;
}
.verticalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.smpad {
	padding: 4px;
}
.myline {
	height: 1px;
	width: 98%;
	background-color: #900;
	clear: both;
	margin: 20px auto 20px auto;
}
.shortline {
	height: 2px;
	width: 50%;
	background-color: #900;
	margin: 20px auto 20px auto;
}
.rounded5 {
	border-radius: 5px;
}
.rounded7 {
	border-radius: 7px;
}
.rounded10 {
	border-radius: 10px;
}
.rounded15 {
	border-radius: 15px;
}
.rightrounded10 {
	border-radius: 0 10px 10px 0;
}
.leftrounded10 {
	border-radius: 10px 0 0 10px;
}
.myshadow {
	box-shadow: 0 0 6px black;
	-webkit-box-shadow: 0 0 6px black;
}
img {
	width: 100%
}
.imgholder, .imgl, .imgr {
	border: #9CC2D7 1px solid;
	border-radius: 4px;
	padding: 4px;
}
.imgl {
	float: left;
}
.imgr {
	float: right
}
.glass {
	background-image: url(/img/trans-wht-60.png);
}
.smokeglass {
	background-image: url(/img/trans-ltblue-40.png);
}
.boxshadow {
	-moz-box-shadow: 0 0 8px #eee;
	-webkit-box-shadow: 0 0 8px #eee;
	box-shadow: 0 0 8px #eee;
}
/* ============ END myfoo ===================== */
/* ===== BEGIN Mobile Nav Hide switch CSS ====== */
.hideover768 {
}
.hideunder768 {
}
.navbar {
	border-radius: 15px;
}
@media (min-width: 768px) {
.hideover768 {
	display: none;
}
.navbar {
	border-radius: 10px;
}
}
@media (max-width: 767px) {
.hideunder768 {
	display: none;
}
}
/* ===== END Mobile Nav Hide switch CSS ====== */
/*====== Carousel Fade =========== */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	left: 0 !important;
	opacity: 0;
	top: -1px;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	z-index: 2;
}
/*====== End Carousel Fade =========== */

/*====== Begin CSS3 Overides & adds =========== */
body {
	background-color: #000;
	background-image: url(/img/brick.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #eee;
	font-size: 170%;
	color: #eee;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
.container-fluid {
	max-width: 1800px;
	margin: 5px auto 35px auto;
}
.row {
	margin: 4px;
}
a:link, a:visited {
	color: #FC0;
	text-decoration: none;
}
a:hover, a:focus {
	color: #6CF;
}
h1, h2, h3 {
	color: #FC0;
}
@media (max-width: 768px) {
.logo {
	margin-left: 0px;
	margin-top: 45px;
}
.header {
	margin-top: 0px;
}
}
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu .dropdown-header {
	text-align: center;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 5px;
}
.deepred {
	background-color: #440305;
}
.red {
	color: #eee;
	text-shadow: 1px 1px 1px black, 0 0 1px black, 0 0 1px black;
	-webkit-box-shadow: 0 0 12px black;
	box-shadow: 0 0 12px black;
	margin: 15px 20px;
	background: #a8101a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4MTAxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzY4MDUwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDAzMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a8101a 0%, #680506 44%, #3d0304 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8101a), color-stop(44%, #680506), color-stop(100%, #3d0304)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a8101a 0%, #680506 44%, #3d0304 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a8101a 0%, #680506 44%, #3d0304 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a8101a 0%, #680506 44%, #3d0304 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a8101a 0%, #680506 44%, #3d0304 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8101a', endColorstr='#3d0304', GradientType=0 ); /* IE6-8 */
}
.crabcakeborder {
	border: #000 2px solid;
	margin: 0;
}
@media (max-width: 768px) {
.crabcakeborder {
	margin: 10px 0;
}
}
.menu3dmega ul {
	margin: auto;
	max-width: 750px;
	border: #CCC 0px solid;
}
.fenwickcrabhouse {
	max-width: 80%;
}
.copyright {
	font-size: 11px;
	color: #CCC;
	letter-spacing: 1px;
}
a.copyrightlink:link, a.copyrightlink:visited {
	color: #eee;
}
a.copyrightlink:hover, a.copyrightlink:focus {
	color: #39F;
}
table.why {
	max-width: 98%;
	margin: 0 auto;
	border: #333 1px solid;
}
table.why td {
	padding: 20px;
	border: #600 2px solid;
	width: 50%;
	vertical-align: top;
}
.carouselborder {
	border: #000 5px solid;
}
.valentinebak {
	background-image: url(/img/valentines-day.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #eee;
	font-size: 170%;
	color: #eee;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
.valentine-price {
	font-size: 100px;
	margin: 75px auto 0px auto;
}
a.valentines-button:link, a.valentines-button:visited {
	background-color: hsl(53, 100%, 43%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffec60", endColorstr="#dbc100");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ffec60), to(#dbc100));
	background-image: -moz-linear-gradient(top, #ffec60, #dbc100);
	background-image: -ms-linear-gradient(top, #ffec60, #dbc100);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffec60), color-stop(100%, #dbc100));
	background-image: -webkit-linear-gradient(top, #ffec60, #dbc100);
	background-image: -o-linear-gradient(top, #ffec60, #dbc100);
	background-image: linear-gradient(#ffec60, #dbc100);
	border-color: #dbc100 #dbc100 hsl(53, 100%, 36.5%);
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.42);
	-webkit-font-smoothing: antialiased;
	display: block;
	margin: 50px auto 20px auto;
	width: 95%;
	max-width: 600px;
	padding: 10px 12px;
	text-align: center;
	font-size: 28px;
	border: #222 1px solid;
	border-radius: 7px;
}
a.valentines-button:hover, a.valentines-button:focus {
	background-color: hsl(199, 96%, 31%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ac8fb", endColorstr="#036a9a");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5ac8fb), to(#036a9a));
	background-image: -moz-linear-gradient(top, #5ac8fb, #036a9a);
	background-image: -ms-linear-gradient(top, #5ac8fb, #036a9a);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ac8fb), color-stop(100%, #036a9a));
	background-image: -webkit-linear-gradient(top, #5ac8fb, #036a9a);
	background-image: -o-linear-gradient(top, #5ac8fb, #036a9a);
	background-image: linear-gradient(#5ac8fb, #036a9a);
	border-color: #036a9a #036a9a hsl(199, 96%, 22%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.59);
	-webkit-font-smoothing: antialiased;
	
	-moz-box-shadow: 0 0 5px #222;
	-webkit-box-shadow: 0 0 5px #222;
	box-shadow: 0 0 5px #222;
}
}
