/*
Author: Alex Snyder
Document: Town Website Style Sheet
*/

/* Declare Custom Font Faces*/
@font-face {
    font-family: 'majesti_bannerbold';
    src: url('Fonts/Majesti-Banner/majesti-banner-bold-webfont.woff2') format('woff2'),
         url('Fonts/Majesti-Banner/majesti-banner-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'majesti_bannermedium';
    src: url('Fonts/Majesti-Banner/majesti-banner-medium-webfont.woff2') format('woff2'),
         url('Fonts/Majesti-Banner/majesti-banner-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Generalized formatting*/
body {
    background-color: rgb(65,57,61);
    background-image: url("Images/Website_BG.bmp");
    background-size: cover;
}
h1 {
    font-size: 28pt;
    font-family: majesti_bannerbold;
    color: rgb(190,30,45);
    text-align: center;
}
h2 {
    font-size: 22pt;
    font-family: majesti_bannerbold;
    color: rgb(190,30,45);
    text-align: center;
    padding: 0;
    margin: 0;
}
p {
    font-size: 12pt;
    font-family: majesti_bannermedium;
    color: rgb(65,57,61);
}
ul {
    list-style: none;
    list-style-position: inside;
}
li {
    font-size: 12pt;
    font-family: majesti_bannermedium;
    color: rgb(65,57,61);
    padding: 5px 0px;
}
a {
    font-size: 12pt;
    font-family: majesti_bannermedium;
}
img {
    width: 320px;
    height: 240px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: table-cell;
}
table {
    align-content: center;
    align-items: center;
    
}
td {
    font-size: 12pt;
    font-family: majesti_bannermedium;
    color: rgb(65,57,61);
    padding-right: 20pt;
    padding-left: 20pt;
    padding-bottom: 10pt;
    padding-top: 5pt;
    align-content: center;
}
th{
    font-size: 28pt;
    font-family: majesti_bannerbold;
    color: rgb(190,30,45);
    align-content: center;
}
#caption {
    font-size: 8pt;
    font-family: majesti_bannermedium;
    color: rgb(65,57,61);
    padding-right: 20pt;
    padding-left: 20pt;
    padding-bottom: 10pt;
    padding-top: 5pt;
    align-content: center;
}


/* Index Specific */
/*Layout formatting*/
#body {
    width: 90%;
    margin-left: 5%;
    padding: 2pt;
    background-color: rgb(215,228,194);
    overflow: hidden;
}
#navcontainer {
    width: 100%;
    margin: 0;
    padding: 0;
}
#navcontainer ul {
    padding-left: 0;
    margin-left: 0;
    background-color: rgb(213,162,141);
    color: rgb(65,57,61);
    float: left;
    width: 100%;
    font-family: majesti_bannermedium;
}
#navcontainer ul li { 
    display: inline;
    align-content: center;
    align-self: center;
}
#navcontainer ul li a {
    padding: 0.2em 1em;
    background-color: rgb(213,162,141);
    color: rgb(138,140,143);
    text-decoration: none;
    float: left;
    border-right: 1.5px solid rgb(65,57,61);
    align-self: center;
}
#navcontainer ul li a:hover {
    background-color: rgb(190,30,45);
    color: rgb(65,57,61);
}

/* Tab Bar formatting 
        Identified using JS classes*/
.TabbedArea {
    width: 60%;
    border: 1px solid rgb(65,57,61);
    float: left;
    background-color: rgb(215,228,194);
}
.tabBar {
    padding-left: 0;
    background-color: rgb(240,78,35);
    float:left;
    width: 100%;
}
.tab-bar-item {
    background-color: rgb(240,78,35);
    color: rgb(65,57,61);
    border: 0;
    padding: 32px,32px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-family: majesti_bannermedium;
}
.active {
    background-color: rgb(190,30,45);
    color: rgb(215, 228, 194);
}
.tabs {
    width: 100%;
    max-height: 469px;
    height:469px;
    overflow-y: auto;
}

/* Business Box Formatting */
#BusinessBox {
    width: 35%;
    max-width: 35%;
    border: 1pt solid rgb(65,57,61);
    float: right;
    padding: 0;
    margin: 10pt;
    background-color: rgb(215,228,194);
}
.socialLink {
	width: 50px;
	height: 50px;
	margin-left: 30px;
	margin-right: 10px;
	display: inline;
}

/* Image Scroller Formatting */
#ImageBar {
    margin-top: 20pt;
    height: 250px;
    width: 60%;
    max-height: 250px;
    max-width: 60%;
    border: 1pt solid rgb(65, 57, 61);
    float: left;
}
#ImageHolder{
    height:225px;
    max-height: 225px;
}
.imgButton {
    display:inline-block;
    vertical-align: middle;
    font-size: 20px;
    height: 32px;
    width: 32px;
    border: 0;
    background-color: rgb(240,78,35);
}
.buttonLeft{
    float:left;
}
.buttonRight{
    float:right;
}
.slide {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Location & Hours Box*/
#LocBox {
    width: 35%;
    max-width: 35%;
    border: 1pt solid rgb(65,57,61);
    float: right;
    padding: 0;
    margin: 10pt;
}

/* Bottom Nav Bar*/
#BottomNav {
    width: 100%;
    float: left;
    text-align: center;
}

/* Menu Specific */
/* Menu Images */
.menu {
	height: auto;
	width: auto;
	max-height: inherit;
	max-width: inherit;
}

/* Contact Specific */
/* Contact Social Links */
.contactSocial {
    float: right;
    width: 50px;
    height: 50px;
    /*display: inline;*/
}