/* Fonts */
.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

/* Basic Structure */
#header {
    width: 100%;
    height: 137px;
    background: url("./images/core/headerlines.jpg") repeat-x;
    text-align: center;
    padding-top: 18px;
}

html,body{
    width:100%;
    height: 100%;
    margin:0;
    padding:0;
}
body{
    position:relative;
    color: #8F353D;
    font-family: Arial, Helvetica, sans-serif;
    background: url(./images/core/bgplayerlgcropped.jpg) no-repeat center;
}

#navMenu {
    width: 20%;
    float: left;
    margin-top: 5px;
    padding-left: 20px;
    font-size: 20px;
}

.navSubgrouping {
    align-self: center;
}

.navItem {
    margin-left: 10px;
}

a {
    color: #8F353D;
}

.navLink {
    text-decoration: none;
}

.bullet {
    margin-right: 5px;
}

#footer {
    background: url("./images/core/headerlines.jpg") repeat-x;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
    color: #000000;
    position: fixed;
    bottom: 0;

}
/* End Basic Structure */


/* Content */
#newsBanner {
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
}

#pageContent {
    width: 75%;
    display:inline-block;
    position: relative;
    margin-bottom: 50px;
    height: calc(100vh-152px);
}

#title {
    font-size: 35px;
}

#details {
    padding-left: 15px;
    color:#000000;
    font-size: 15px;
}

#personList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.person {
    text-align: center;
    width: 49%;
    float: left;
}

.person * {
    width: 100%;
}

#personList > .person:nth-child(odd) {
    float: right;
}
/* End Content */

/* Home page */
#homePageContent {
    width:80%;
    align-items: center;
    padding-left: 10%;
    margin-bottom: 50px;
}

#navTable {
    width: 85%;
    margin-left: 15%;
    padding-top: 20px;
}

#navCol {
    vertical-align: top;
    align-items: center;
    text-align: left;
}
/* End Home Page */

/* Operating Hours */
.timeTable {
    display: flex;
    flex-direction: column;
    
}
ul {
    list-style-type: none;
    font-size: 20px;
}
.day {
    font-weight: bold;
}
/* End Operating Hours*/

/* Menus */
.menuSubheadings {
    font-size: larger;
}

.menuItem {
    display:flex;
}

.menuItem * {
    margin-bottom:0px;
}

span {
    border-bottom: 2px dotted black;
    flex-grow: 1;
}

.itemName {
    color:#8F353D;
}
/* End Menus */

/* Banquet Menu */
#subTitle {
    font-size: 20px;
}
/* End Banquet Menu */