* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: sans-serif;
    font-size: 14px;
    background-image: url("../images/background.jpg");
    color: white;
}
/*----------Page Layout----------*/
#wrapper {
    background-color: tan;
    margin: 0 auto;
    width: 85%;
    border: 1px solid black;
    box-shadow: 0 0 10px black;
}
header {
    height: 100px;
    width: 100%;
    background-image: url("../images/wood1.jpg");
}
header h1 {
    margin: 0;
    top: 0;
    padding-left: 30px;
    letter-spacing: 3px;
    font-family: 'Permanent Marker', cursive;
    font-size: 70px;
    font-weight: 900;
    color: white;
}
header a {
    text-decoration: none;
}
header a:hover {
    text-decoration: none;
}
main {
    border-bottom: 1px solid #959592;
}
main a {
    text-decoration: none;
}
main p {
    padding: 5px 25px 10px 25px;
}
.clear {
    clear: both;
}
/*----------Content----------*/
#mainContent {
    height: 80%;
    width: 80%;
    float: left;
    padding: 10px 15px 10px 15px;
    border-right: 1px solid whitesmoke;
}
#sidebar {
    height: 80%;
    width: 20%;
    padding: 10px 5px 10px 25px;
    float: left;
}
.hero {
    width: 100%;
    display: block;
    float: none;
}
.hero img {
    height: 400px;
    width: 100%;
}
.multiPics {
    width: 50%;
    float: left;
    padding: 0 10px 15px 0;
    height: 50%;
}
div.multiPics img {
    width: 100%;
}
#mainContent h1 {
    text-transform: uppercase;
    color: darkorange;
    text-shadow: 1px 1px 1px black;
}
#mainContent li {
    list-style-type: circle;
}
.hours td, .hours tr {
    text-align: left;
    font-size: 1em;
}
.hours h2{
    padding-bottom: 0;
    margin-bottom: 0;
}
.hours table {
    margin-top: 0;
    padding-top: 0;
}
.hours {
    overflow-wrap: break-word;
}
/*----------About Us----------*/
#zoomBox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 900;
}
#imgZoom {
    width: 1000px;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    z-index: 999;
}
/*----------Gallery----------*/
#gallySlide{
    width: 100%;
    height: 550px;
    overflow: hidden;
}
#next{
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
    width: 20%;
    height: 50px;
    background-color: darkorange;
    float: right;
    cursor: pointer;
}
#previous{
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
    width: 20%;
    height: 50px;
    background-color: darkorange;
    float: left;
    cursor: pointer;
}
.gallySlide:hover #next{
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.gallySlide:hover #previous{
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
#gallyText {
    width: 60%;
    float: left;
    text-align: center;
}
/*----------Mug Club/Contact------------*/
table {
    width: 50%;
    margin: 50px auto;
}
#memberRates, #memberRates th, #memberRates td {
    border: 1px solid black;
}
th, td {
    text-align: center;
    font-size: 20px;
}
.center {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.cheers {
    width: 25%;
    z-index: -1;
    float: left;
}
.contactSuccess {
    height: 250px;
    font-size: 20px;
}
/*----------Navigation----------*/
nav {
    width: 100%;
    border-bottom: 1px solid whitesmoke;
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: white;
}
nav ul li a {
    display: block;
    font-size: 16px;
    padding: 5px 30px 5px 30px ;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 1px black;
    position:relative;
    z-index: 1;
}
nav ul li a, nav ul li:hover ul, nav ul li ul li {
    display: block;
}
nav ul li a, nav ul li a:after, nav ul li a:before {
  transition: all .8s;
}
nav ul li a:hover {
    color: black;
    text-shadow: 1px 1px 1px white;
}
nav ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    content: ' ';
    color: transparent;
    background: darkorange;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
nav ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
nav ul li ul {
    min-width: 100%;
    width: 150px;
    opacity: .9;
    display: none;
    position: absolute;
    background-color: rgb(203, 137, 15);
    box-shadow: 1px 1px 1px black;
}
nav ul li ul li a {
    text-align: center;
    font-size: 15px;
    padding: 8px;
} 
nav ul ul{
    position: absolute;
    padding:0;
    opacity:.9;
    z-index:999;
}
/*----------Menus----------*/
.menu {
    width: 100%;
}
.menu img {
    width: 30%;
    float: left;
}
.menuText {
    font-size: 18px;
}
.price {
    font-size: 18px;
    font-weight: bold;
    color: darkorange;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}
.menuTitle {
    font-size: 20px;
    color: darkorange;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}
#brewMenu, #brewMenu th, #brewMenu td {
    border: 1px solid black;
}
/*----------Footer---------*/
footer {
    width: 100%;
    height: 100px;
    padding: 10px 5px 10px 25px;
    background-image: url("../images/wood1.jpg");
    text-align: center;
    color: #FFF;
}
.footLeft {
    float: left;
    height: 100%;
    width: 50%;
}
.footRight{
    float: left;
    height: 100%;
    width: 50%;
}
.icons {
    float: left;
    padding: 0;
    margin: 0;
}
.icons i {
    padding: 0 0 0 5px;
}
.emailSub input {
    background-color: darkorange;
}
/*----------Events----------*/
.event {
    width: 70%;
    height: max-content;
    background-color: darkorange;
    margin: 15px auto;
}
.event img{
    width: 150px;
    height: 100%;
    vertical-align: middle;
}
.event span {
    font-weight: bold;
    font-size: 25px;

}
/* ----------------- Mobile Layout ------------------------*/
@media only screen and (max-width: 1080px) {
    #sidebar {
        display: none;
    }
    #mainContent {
        width: 100%;
    }
    .footRight {
        display: none;
    }
    .footLeft {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    body {
        margin: 0;
        background-image: none;
    }
    #wrapper {
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        overflow: scroll;
    }
    header h1 {
        font-size: 500%;
        text-align: center;
    }
    h1{
        font-size: 100%;
    }
    nav {
        width: 100%;
    }
    nav li {
        width: 100%;
        display: block;
    }
    nav ul {
        display: block;
        text-align: center;
    }
    nav a {
        width: 100%;
        border-style: none;
    }
    h1, h2 {
        font-size: 100%;
        text-align: center;
    }
    p {
        font-size: 1em;
    }
    main {
        border: none;
        height: auto;
    }
    #mainContent {
        width: 100vw;
        overflow: scroll;
    }
    footer {
        width: 100%;
        bottom: 0;
        position: static;
        border-top: none;
    }
    .footLeft {
        width: 100%;
    }
    .emailSub {
        margin: 0 auto;
    }
    .emailSub h3 {
        display: none;
    }
    img, #sidebar, .icons, .footRight {
        display: none;
    }
}