@charset "utf-8";
/* CSS Document */
/* @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

@font-face {
    font-family: 'brandyscriptregular';
    src: url('../fonts/brandyscript-webfont.woff2') format('woff2'),
         url('../fonts/brandyscript-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'whitincondensed_black';
    src: url('../fonts/whitin-condensedblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'FORQUE';
	  src:  url('../fonts/FORQUE.ttf.woff') format('woff'),
	  url('../fonts/FORQUE.ttf.svg#FORQUE') format('svg'),
	  url('../fonts/FORQUE.ttf.eot'),
	  url('../fonts/FORQUE.eot?#iefix') format('embedded-opentype'); 
	  font-weight: normal;
	  font-style: normal;
  }


  @font-face {
    font-family: 'balthazarregular';
    src: url('../fonts/balthazar-regular-webfont.woff2') format('woff2'),
         url('../fonts/balthazar-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
	padding: 0px;
	margin: 0 5px;
    text-decoration: none;
    text-align: center;
    color: #0f7448;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{
    background: #fff;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #0f7448;
	background: #fff;
	text-decoration: none;
}

/* twitter button class*/
.twitterBtn{
    background: #fff;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #0f7448;
	  background: #fff;
	  text-decoration: none;
}

/* instagram button class*/
.instagramBtn{
    background: #fff;
}

.instagramBtn:before{
      font-family: "FontAwesome";
      content: "\f16d"; /* add instagram icon */
      
}

.instagramBtn:hover{
      color: #0f7448;
	  background: #fff;
	  text-decoration: none;
}

/* Global */
body {
	/*background: #5f3d25 url(../imgs/wood_bkg.jpg);*/
	background: #5f3d25 url(../imgs/scottos_wood.jpg);
    color: #000000;
    margin: 0px;
    padding: 0px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 12px; */
}

.form-group, .form-group p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
}

fieldset {
	border: 2px solid #86161c;
	padding: .35em 3em .75em;
}

fieldset.dotted {
	border: 2px dotted #c96c3c !important;
}

legend {
	width: auto;
	border: none;
	padding: 0 10px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #86161c;
}

.form-horizontal .control-label {
    padding-top: 0px;
}

h1.whiteHdrText {
	color: #fff !important;
	padding: 5px 0 !important;
}
.whiteText {
	color: #fff;
	font: bold 1.4rem  Arial, Helvetica, sans-serif;
}

.yellowText {
	color: #FFE600;
	font: bold 12px 'pt_sansregular', Arial, Helvetica, sans-serif;
	line-height: 12px;
}



.tinytext{
	font-size: 11px;
	font-weight: normal;
}

.pt10 {
	padding-top: 10px !important;
}

.ptb20 {
	padding-top: 20px !important;
}

.pad15 {
	padding: 15px !important;
}

.pad20 {
	padding: 20px !important;
}

.noPadLR {
	padding-left: 0px;
	padding-right: 0px;
}

.mtb10 {
	margin:10px 0 !important;
}

.mtb20 {
	margin:20px 0 !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt40 {
	margin-top:40px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.m20 {
	margin:20px !important;
}

.primaryButton {
	color:#fff;
	background:#333;
	padding:10px 20px;
	margin:20px 0;
	font-weight:bold;
	text-align:center;
}

header a, header a:active, header a:hover {
    color: #fff;
    text-decoration: none;
}

a.primaryButton {
	color:#fff;
	text-decoration:none;
}

a.primaryButton:hover {
	color:#ccc;
	text-decoration:none;
	background:#666666;
}

.redBtn {
	color:#fff;
	background:#86161c;
	width: 165px;
	padding:5px 0px;
	font-weight:bold;
	font-size: 1.5em;
	line-height: 1em;
	text-align:center;
	text-transform: uppercase;
	border-radius: 6px;
	border:1px solid #86161c;
}

a.redBtn:hover {
	color:#fff;
}

.blackBtn {
	color:#fff;
	background:#000;
	width: 165px;
	padding:5px 0px;
	font-weight:bold;
	font-size: 1.5em;
	line-height: 1em;
	text-align:center;
	text-transform: uppercase;
	border-radius: 6px;
	border:1px solid #000;
}

.blackBtn[type="submit"]:hover {
	color: #fff;
	background:#86161c;
}

.blackBtn[type="reset"] {
	color: #fff;
}

.blackBtn[type="reset"]:hover {
	color: #fff;
	background:#999;
}

.boxShadow {
	box-shadow: 0px 5px 15px #000;
	/* background: #000; */
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.img-border {
	border:1px solid #86161c;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*HEADER STYLES*/
header {
	/* width: 100%; */
	margin-top:12%;
	height: 65px;
	background-color: #0f7448;
}

header h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1.0em;
	/* letter-spacing: 1px; */
	padding: 10px 20px 0 0;
	color: #fff;
	margin: 0 !important;
}


.orderOnline {
	max-width: 20%;
	height:auto;
	}

.scottosLogo {
	position: absolute;
	top: -40px;
	left: 25px;
	z-index: 100;
}

.fbLogo {
	padding-top:5%;
	padding-right:5%;
	width:20%;
	height:auto;	
	}

/*NAVBAR STYLES*/
.navbar {
	
	border-top:1px solid #ceb469;
	margin-bottom: 0px;
	font: 1.8em 'brandyscriptregular', "Times New Roman", Times, serif;
	/* letter-spacing: .1em; */
	text-shadow: 1px 1px 5px #000;
}

.navbar-default {
    /*border-color: transparent;*/
	border: none;
	/*background: #cc3f30 url(../imgs/bricks.png);  For browsers that do not support gradients */
	background: #cc3f30;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffff99;
    background-color: transparent;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffff99;
    background-color: transparent;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: right;
}


/*MAIN CONTENT STYLES*/
section#mainContent, section#menuContent {
	/*background-color: #e0d1be;*/
	background: #fff top right;
	/* min-height: 600px; */
	overflow: hidden;
}

section#menuContent, section#cateringContent, section#contactContent, section#specialsContent {
	background: #fff;
	overflow: hidden;
}


h1.pageTitle {
	color: #000 !important;
	font: bold 3em "Times New Roman", Times, serif !important;
	padding: 30px 0 !important;
	margin: 30px 0 !important;
}

#mainContent h1 {
	font-weight: 700;
	color:#ffff99;
	font-size: 28px;
}

#mainContent h2 {
	font-weight: 700;
	color:#c96c3c;
	font-size: 24px;
}

#mainContent h3 {
	font-weight: 700;
	color:#c96c3c;
	font-size: 20px;
}

.sidebar {
	/*background-color: #e0d1be;
	background: #e0d1be url(../imgs/tan_bkg.png);
	min-height: 514px;*/
	overflow: hidden;
}

#mainContent .sidebar h1 {
	font: bold 16px "Times New Roman", Times, serif;
	color:#df0000 !important;
	text-align: center;
}

#mainContent .sidebar p {
	font: 12px "Times New Roman", Times, serif;
	color:#000 !important;
	margin:0;
	padding:3px 0;
}

#mainContent .sidebar h4 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:bold;
	color:#df0000 !important;
	text-align: center;
	padding-bottom:2px;
}

#mainContent .sidebar h4.dotted {
	border-bottom: 1px dotted #df0000;
}

.tanBkg {
	background: #e0d1be url(../imgs/tan_bkg.png);
	background-size: 100%;
}

.blackBkg {
	background-color:#000;
}

.woodBkg {
	background: #5f3d25 url(../imgs/wood_bkg.jpg);
}

.redBkg {
	background-color:#86161c;
}
/* /Menu Page */

.tanHeader {
	color: #f4e5bb !important;
}

#menuContent h1 {
	/* color:#ffff99;
	font-weight: normal;
	font-size: 2em;
	font-family: "FORQUE", Georgia, "Times New Roman", Times, serif;
	letter-spacing: .2rem; */
	margin: 0;
	padding: 0;
}


#menuContent h1.red, #menuContent h2.red {
	color:#86161c;
	margin-top: 20px;
}

table.dailySpecMenu {
	/* border: 2px solid #000 !important; */
	background-color: #fff;
}

table.dailySpecMenu td {
	border: 5px solid #000 !important;
	width: 50%;
}

table.dailySpecMenu td h2 {
	background-color: #c96c3c;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 18px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	letter-spacing: 0;
	padding: 5px !important;
}


.menubox {
	border:1px solid #990000;
	background: #990000;
	padding: 0px;
	color:#fff;
}

.menubox h3 {
	color: #fff !important;
    font-weight: normal;
    font-size: 2em;
    font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
}

.menuboxDetail {
	color: #fff !important;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5rem;
}

#menulinks {
	/* margin:10px auto 0px auto; 
	width:85%; */
	color:#df0000;
	font-weight:bold;
	font-size: 1em;
	/* text-transform: uppercase; */
	padding:10px;
}
#menulinks p {
	margin:0;
	padding:0;
}

#menulinks a {
	color:#df0000;
}
#menulinks a:hover {
	color:#861919;
}

#menuContent h1 {
	color:#df0000;
	font-size: 3em;
	font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
	/* margin: 0;
	padding: 0; */
}

#menuContent h1 span {
	color:#000;
	/* font-weight: bold; */
	font-size: 1.2rem;
	/* font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0; */
}


#menuContent h2 {
	color:#df0000;
	font-weight: normal;
	font-size: 2em;
	font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
	/* margin: 0;
	padding: 0; */
}

#menuContent h3 {
	color:#0f7448;
	font-weight: normal;
	font-size: 2em;
	font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

.menuHeader {
	font:bold 1.0em "Times New Roman", Times, serif;
	color:#000 !important;
	margin:0 !important;
}

.menuHeader2 {
	font:bold 1.0em "Times New Roman", Times, serif;
	color:#000;
	margin:0 !important;
}

.menuItem {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin:5px 10px 0 0;
    color: #86161c;
}

.menuItemSM {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    color: #86161c;
}

.menuItemXSM {
	font:bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    color: #86161c;
}

.menuItemDark {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin:5px 10px 0 0;
    color: #000;
}

.menuDetail {
	font: 1.15rem Arial, Helvetica, sans-serif;
	line-height: 1.5rem;
	margin:0;
    color: #000;
}

.menuDetailWhite {
	font: 1.15rem Arial, Helvetica, sans-serif;
	margin:0;
    color: #fff;
}

.menuDetailGreen {
	font:bold 1.3rem "Times New Roman", Times, serif;
	margin:0;
    color: #0f7448;
}

.menuDetail a, .menuDetailWhite a{
	color: #861919;
}

.menuDetail a:hover, .menuDetailWhite a:hover {
	color: #861919;
}

.table td.menuDetailGreen {
	font:bold 1.3rem "Times New Roman", Times, serif;
	margin:0;
    color: #0f7448;
}

.table td.menuDetail {
	font: 1.15rem Arial, Helvetica, sans-serif;
	line-height: 1.5rem;
	margin:0;
    color: #000;
}

.menuInlineDetail {
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
    color: #000;
}

.menuInlineDetailWhite {
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
    color: #fff;
}


/* /Menu Page */

/* Catering  Page */
#cateringContent h1 {
	color:#df0000;
	font-size: 3em;
	font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
	/* margin: 0;
	padding: 0; */
}

#cateringContent h1 span {
	color:#000;
	/* font-weight: bold; */
	font-size: 1.2rem;
	/* font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0; */
}


#cateringContent h2 {
	color:#ffff99;
	font-weight: normal;
	font-size: 1.5em;
	font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
	letter-spacing: .2rem;
	margin: 0;
	padding: 0;
}

#cateringContent h3 {
    color: #0f7448;
    font-weight: normal;
    font-size: 2em;
    font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
}


#cateringContent h1.red, #cateringContent h2.red {
	color:#86161c;
	margin-top: 20px;
}

#cateringContent h3 {
	font-size: 2em;
}

.menuboxDetail {
font-size: 1.5rem;
}

.menuDetailFundraisers {
	font-size: 1.5rem;
	color:#000;
}

.backToTopBorder {
	/* border-bottom: 1px solid #c96c3c; */
	background: transparent url(../imgs/backToTap_bkg.png);
}

a.backTop {
	color:#0f7448;
	font-weight: bold;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	background: #fff;
	padding: 0 10px;
}

a.backTop:hover {
	color:#0f7448;
	text-decoration: none;
}

.dottedTB {
	border-top: 2px dotted #c96c3c;
	border-bottom: 2px dotted #c96c3c;
	padding: 10px;
	/* margin-bottom: 10px; */
}

.dottedB {
	border-bottom: 3px dotted #c96c3c;
	/* margin:0 2px 20px 0; */
}



.halfFullText {
	color: #c96c3c;
	font: bolder 1.2rem 'pt_sansbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.halfFullTextTan {
	color: #ffff99;
	font: bolder 1.2rem 'pt_sansbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
/* /CateringContent Page */


/* Specials Page */
#specialsContent h1 {
	color:#df0000;
	font-size: 3em;
	font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
	/* margin: 0;
	padding: 0; */
}

#specialsContent h1 span {
	color:#000;
	/* font-weight: bold; */
	font-size: 1.2rem;
	/* font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0; */
}


#specialsContent h2 {
	color:#ffff99;
	font-weight: normal;
	font-size: 1.5em;
	font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
	letter-spacing: .2rem;
	margin: 0;
	padding: 0;
}

#specialsContent h3 {
    color: #0f7448;
    font-weight: normal;
    font-size: 2em;
    font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
    margin: 0;
}

.specialsDate {
	font-size: 18px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #000;
	text-transform: uppercase;
}

.specialsBoxSolid {
	border: 2px solid #000;
	padding: 5px;
	margin: 10px;
	min-height: 450px;
}

.specialsBoxDotted {
	border: 2px dotted #000;
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
	min-height: 300px;
	background: url(../imgs/scottos_specials_bottom_logo.png) bottom center no-repeat;
}

#specialsContent .specialsBoxSolid h2, #specialsContent .specialsBoxDotted h2 {
	padding: 10px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: 900;
	background: #df0000;
}

#specialsContent .specialsBoxSolid h3, #specialsContent .specialsBoxDotted h3 {
	padding-top: 10px;
	margin: 0;
	color: #000;
	font:bold 18px Arial, Helvetica, sans-serif;
}

#specialsContent .specialsBoxDotted h4.specialsPrice {
	color: #df0000;
	font:bold 1.8em Arial, Helvetica, sans-serif;
}

#specialsContent .specialsBoxDotted h4.specialsPriceSmall {
	font-weight: bold;
	color: #df0000;
	font:bold 1.5em Arial, Helvetica, sans-serif;
}

#specialsContent .specialsBoxDotted h4.specialsPrice span {
	font-size: 1rem;
}

.specialsBottom {
	margin-top:25px;
}

.specialsLogo {
	width:70px;
	padding: 5px;
}

.specialsPhone {
	font-size: 24px;
	font-family: 'whitincondensed_black', "Times New Roman", Times, serif !important;
	margin: 0;
	padding: 0;
}

.specialsFinePrint {
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

.specialsPrint {
	font-size: .9em;
	color: #000;
	margin: 0;
	padding: 0;
}

.specialsPrintGreen {
	font-size: .9em;
	font-weight: bold;
	color: #0f7448;
	margin: 0;
	padding: 0;
}
/* End Chefs Daily Selection Page */

/* Location Page */
#contactContent h1 {
	color:#df0000;
	font-size: 3em;
	font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
	/* margin: 0;
	padding: 0; */
}

#contactContent h1 span {
	color:#000;
	/* font-weight: bold; */
	font-size: 1.2rem;
	/* font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0; */
}

#contactContent h2 {
	color:#000;
	font-weight: normal;
	font-size: 1.3em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif
	margin: 0;
	padding: 0;
}

#contactContent h3 {
	color: #0f7448;
    font-weight: normal;
    font-size: 2em;
    font-family: 'brandyscriptregular',"Times New Roman", Times, serif;
    margin: 0;
}

#contactContent p {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

#contactContent p.redtext {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#900;
	margin:0;
	padding:0;
}

#contactContent p.redtextLg {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.6em;
	color:#900;
	margin:0;
	padding:0;
}
/* End Location Page */

.borderless td, .borderless th {
	border:none !important;
}

.detailred {
	color:#861919;	
}


.specialscontent {
    /*font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #861919;*/
    text-align: center;
    background-color: #D0B26D;
    border: 2px solid #333;
    padding-top: 5px;
    padding-bottom: 5px;
}

.coupon {
    margin-bottom: 10px;
    border: 4px dotted #000;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;*/
    text-align: center;
    padding: 2px;
}

.fineText {
    font-size: 1rem;
	text-align:center;
	margin:0;
}

p.btmBorder {
    border-bottom-width: 5px;
    border-bottom-style: double;
    border-bottom-color: #333333;
    padding-bottom: 5px;
    margin: 10px;
}

.backToTop {
	color:#000;
	font:bold 1.3em 'pt_sansbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding:20px;
}

.backToTop a{
	color:#000;
}

.backToTop a:hover{
	color:#861919;
}

#appsImg, #saladsImg, #pizzaImg, #calzoneImg, #subsImg, #entreesImg, #pastaImg {
 display:none;	
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	color: #fff;
}

.table > tbody > tr > td.yellowText {
	color: #FFE600 !important;
	font: bold 12px 'pt_sansregular', Arial, Helvetica, sans-serif;
	line-height: 12px;
}

/*FOOTER STYLES*/
.footerimg {
	width:100%;
	height:auto;
	}

footer {
	background-color: #0f7448;
	border-top: 3px solid #fff;
    color:#fff;
	font-family: arial;
	clear:both;
}

footer a {
    color:#fff;
    font-weight: bold;
}

footer h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-weight:900;
	text-align: center;
	letter-spacing: .2rem;
	line-height: 0;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
}

footer h3 {
	font-size: 1em;
	font-weight: 900;
	text-align: center;
	letter-spacing: .2rem;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.footerMenu {
    /*display: none;*/
    font-size: 1rem;
    
}

.legalText {
	color: #fff;
    font-size: 1rem;
    margin: 20px;
	text-align:center;
}

.legalText a {
	color:#fff;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	header {
		width: 750px;
	}
	
	header h2 {
		font-size: 3em;
	}

	.scottosLogo {
		width: 85%;
		position: absolute;
		top: -60px;
		left: 25px;
		z-index: 100;
	}

	.orderOnline {
	max-width: 20%;
	height:auto;
	}

	.navbar {
    	border-radius: 0px;
		margin-bottom: 0;
	}
	
	.navbar-nav > li {
		font-size: 2rem;
		padding-left:0px;
	}


	#appsImg, #saladsImg, #pizzaImg, #calzoneImg, #subsImg, #entreesImg, #pastaImg {
 	display:block;	
	}
	
    .footerMenu {
    /*display: none;*/
    font-size: 1em;
    
	}
	
	.specialsBoxDotted {
		background: url(../imgs/scottos_specials_bottom_logo_150px.png) bottom center no-repeat;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	
	header {
		width: 970px;
	}

	header h2 {
		font-size: 3em;
	}

	.orderOnline {
		max-width: 100%;
		height:auto;
	}

	.scottosLogo {
		width: 75%;
		position: absolute;
		top: -80px;
		left: 25px;
		z-index: 100;
	}

	.navbar-nav > li {
		font-size: 1em;
	}
	
	#menulinks {
	font-size: 1em;
	}

	footer h2 {
		font-size: 5em;
	}

	footer h3 {
		font-size: 1.7em;
	}
	
	footer h3 span {
		font-size: .8em;
	}

	#appsImg, #saladsImg, #pizzaImg, #calzoneImg, #subsImg, #entreesImg, #pastaImg {
 	display:block;	
	}
	
	#specialsContent .specialsBoxDotted h4.specialsPrice {
    	font-size:2.5em;
	}
	
	.specialsBoxDotted {
	background: url(../imgs/scottos_specials_bottom_logo_200px.png) bottom center no-repeat;
	}
	
	#cateringContent h3 {
    	font-size: 4em;
	}
	
	.menuboxDetail {
    font-size: 2.5rem;
	}
	
	.menuDetailFundraisers {
		font-size: 2.5rem;
		color:#000;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	section#menuContent, section#cateringContent {
		padding-left:50px;
		padding-right:50px;
	}

	header {
		width: 1170px;
		height: 65px;
		background-color: #0f7448;
	}
	
	legend {
		font-size: 24px;
	}
	
	.orderOnline {
		max-width: 100%;
		height:auto;
	}

	.scottosLogo {
		width:auto;
		position: absolute;
		top: -80px;
		left: 50px;
		z-index: 100;
	}
    
    .navbar-nav > li {
		font-size: 1em;
		padding-left: 50px;
	}

	#mainContent h1 {
		font-size: 32px;
	}

	#menulinks {
	font-size: 1em;
	}
	
	footer h2 {
		font-size: 5em;
	}

	footer h3 {
		font-size: 1.7em;
	}

	footer h3 span {
		font-size: .8em;
	}

    .footerMenu {
    display: block;
    }
	
	#specialsContent .specialsBoxDotted h4.specialsPrice {
    	font-size:3em;
	}
	
	.specialsBoxDotted {
	background: url(../imgs/scottos_specials_bottom_logo.png) bottom center no-repeat;
	}
	
	#cateringContent h3 {
    	font-size: 4em;
	}
	
	.menuboxDetail {
    font-size: 2.5rem;
	}
	
	.menuDetailFundraisers {
		font-size: 2.5rem;
		color:#000;
	}
}