@charset "UTF-8";
@font-face {
	font-family: "DancingScript";
	src: url(../fonts/DancingScript-Regular.otf) format("opentype");
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link, a:visited {
	color: #CC0000;
}
a:hover, a:active, a:focus {
	color: #FDEBBB;
}
body {
	color: #FDEBBB;
	background-color: #000000;
	background-image: url(../images/stickaberry-bg-2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin: 0;
	padding: 0;
}
#container {
	max-width: 900px;
	width: 80%;
	margin: 0 auto; /* centers the layout */
	margin-bottom: 15px;
}
#header {
	padding: 0px;
	width: 100%;
	height: 120px;
	margin-top: 15px;
}
#logo {
	margin-top: -5px;
}
#header h1 {
	font-size: 2em;
	margin-top: -100px;
	margin-left: 50px;
}
#network {
	text-align: right;
	margin-top: -125px;
}
#header-contact {
	text-align: right;
	margin-top: -15px;
}
#header-contact ul {
	list-style-type: none;
}
/* top navigation */

#top-nav {
	height: 35px;
	font-size: 95%;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
#top-nav ul {
	list-style-type: none;
	padding-bottom: 10px;
}
#top-nav li {
	display: inline;
	text-align: left;
	margin-left: -15px;
	padding: 14px;
}
#top-nav a:link, a:visited {
	color: #FDEBBB;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#top-nav a:hover, a:active {
	color: #CC0000;
}
#main-content {
	width: 95%;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: justify;
}
#specialize {
	font-family: "DancingScript", "MS Serif", "New York", serif;
	font-size: 160%;
	text-align: center;
	font-style: normal;
}
h1 {
	color: #CC0000;
	background-color: #000000;
	background: rgba(0,0,0,0.4);
	border: 4px solid #000000;
	border-radius: 40px;
	-moz-border-radius: 40px;
	font-family: "DancingScript", "MS Serif", "New York", serif;
	font-size: 230%;
	font-weight: lighter;
	text-align: center;
	margin-top: 20px;
	padding: 15px;
}
h2 {
	color: #FDEBBB;
	font-size: 160%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: italic;
}
h3 {
	font-family: Helvetica, Arial;
	font-size: 130%;
}
#about-stick {
	background-color: #000000;
	background: rgba(0,0,0,0.4);
	border: 4px solid #000000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
/* table */

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FDEBBB;
	background-color: #202020;
	border: 0;
}
td {
	padding: 5px;
}
tr {
	padding-right: 5px;
	padding-bottom: 5px;
}
tr.altrow {
	background-color: #D61E33;
}
/* ~~ The footer ~~ */

#footer {
	width: 95%;
	font-size: .9em;
	line-height: 1.5em;
	text-align: justify;
	padding-bottom: 20px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* bottom navigation */

#bottom-nav {
	font-size: 90%;
	text-align: center;
}
#bottom-nav ul {
	list-style: none;
	margin: 0;
	padding: .5em 0 0 0;
}
#bottom-nav li {
	display: inline;
}
#bottom-nav li a {
	padding-right: 3px;
	padding-left: 3px;
}
#bottom-nav a:link, a:visited {
	color: #FDEBBB;
	text-decoration: underline;
}
#bottom-nav a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}
#copyright {
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#catering {
	color: #FDEBBB;
	background-color: #D61E33;
	font-family: "DancingScript", "MS Serif", "New York", serif;
	font-size: 350%;
	font-style: italic;
	border: solid 2px #FDEBBB;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	vertical-align: bottom;
	line-height: normal;
}
img, object, embed, video {
	max-width: 100%;
}
.align-center {
	text-align: center;
}
.img-bdr {
	margin-top: 15px;
	margin-left: 15px;
	border: 5px solid #BC0000;
	border-radius: 30px;
	-moz-border-radius: 30px;
}
.imgcntr {
	border: 5px solid #D61E33;
	margin: 2px;
}
.contact-img {
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #BC0000;
	border-radius: 30px;
	-moz-border-radius: 30px;
}
.platterprices {
	margin-top: 15px;
	margin-left: 5px;
	float: right;
	clear: both;
}
.home-img {
	min-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #BC0000;
	border-radius: 30px;
	-moz-border-radius: 30px;
}
.platter-img {
	margin-top: 15px;
	border: 5px solid #BC0000;
	border-radius: 30px;
	-moz-border-radius: 30px;
}
.platterexample {
	text-align: right;
}
.img-2-skewered-gallery {
	border: 3px solid #BC0000;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
.nowrap {
	white-space: nowrap;
}
.page-text {
	font-size: 120%;
}
.padding-rt {
	margin-right: 20px;
}
.list-style-none {
	margin-left: -25px;
	list-style: none;
}
.text16px {
	font-size: 16px;
}
#rhunger {
}
 @media screen and (max-width: 768px) {
#container {
	width: 99%;
}
h1 {
	color: #CC0000;
	font-family: "DancingScript", "MS Serif", "New York", serif;
	font-size: 120%;
	text-align: center;
	margin-top: 35px;
	letter-spacing: -0.02em;
	word-spacing: 0.06em;
	float: right;
}
h2 {
	color: #FDEBBB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
	mar-gin-top: 40px;
}
#network {
	text-align: right;
	margin-top: -95px;
	margin-right: 15px;
}
#header-contact {
	text-align: right;
	margin-top: -15px;
	margin-right: 15px;
}
#header-contact ul {
	list-style-type: none;
}
#header h1 {
	font-size: .8em;
	margin-top: -20px;
	margin-left: 50px;
}
#specialize {
	font-size: 120%;
	text-align: center;
}
.home-img {
	min-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 0;
}
}
 @media screen and (max-width: 685px) {
#container {
	width: 99%;
}
h1 {
	color: #CC0000;
	font-family: "DancingScript", "MS Serif", "New York", serif;
	font-size: 1em;
	text-align: center;
	margin-top: 35px;
	letter-spacing: -0.02em;
	word-spacing: 0.06em;
}
h2 {
	color: #FDEBBB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
	margin-top: 40px;
}
#network {
	text-align: right;
	margin-top: -95px;
	margin-right: 15px;
}
#header-contact {
	text-align: right;
	margin-top: -15px;
	margin-right: 15px;
}
#header-contact ul {
	list-style-type: none;
}
#header h1 {
	font-size: .8em;
	margin-top: -20px;
	margin-left: 50px;
}
#specialize {
	font-size: 120%;
	text-align: center;
}
.home-img {
	min-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 0;
}
}
 @media screen and (max-width: 480px) {
#logo  {
	margin-left: 50px;
}
#header h1 {
	font-size: 1em;
	margin-top: 2px;
}
#network {
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
#header-contact {
	text-align: center;
	margin-top: -15px;
}
#header-contact ul {
	list-style-type: none;
}
#top-nav {
	height: 65px;
	margin-top: 110px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
}
#top-nav ul {
	list-style-type: none;
	margin-top: 25px;
}
#top-nav li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: inline;
	padding-right: 18px;
}
h1 {
	font-size: 140%;
	margin-top: -10px;
	margin-bottom: -15px;
}
h2 {
	color: #FDEBBB;
	font-size: 110%;
	text-align: center;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #FDEBBB;
	background-color: #202020;
	border: 0;
}
.home-img {
	min-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 0;
}
#about-stick {
	background-color: #000000;
	background: rgba(0,0,0,0.4);
	font-size: 75%;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#catering {
	font-size: 400%;
}
#contact-page {
	text-align: center;
	text-align: center;
	margin-top: 210px;
	font-size: 22px;
}
.img-bdr {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #BC0000;
	border-radius: 30px;
	-moz-border-radius: 30px;
}
}
