body {
    /*margin: 0;
    font-family: 'Armata', sans-serif;*/
    font-family: 'Raleway', sans-serif;
}

.container {
    margin: 0;
    width: 100%;
    height: 100%;
}

.header {
    padding: 0;
    height: 100%;
}


/*NAV BAR*/

#navbar {
    background-color: #7b4e4e !important;
    border-color: #7b4e4e !important;
    height: 100%;
    padding-right: 20px;
    text-align: center;
}

#navbar > ul {
    display: inline-table;
}

#navbar > ul > li {
    padding: 0 15px;
    display: inline;
}

#navbar > ul > li > a {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: white;
    margin-top: 5px;
    border-radius: 7px;
    /*border-radius: 40px*/
    /*height: 10px;
	padding: 5px 0;*/
}

#navbar > ul > li > a:hover {
    /*color: antiquewhite;*/
    /*background-color: antiquewhite !important;
    color: #777 !important;*/
    background-color: #996161 !important;
    color: antiquewhite !important;
}

nav {
    border: 0px !important;
}

#navbar > ul:nth-child(1) > li.active > a {
    background-color: #996161 !important;
    color: antiquewhite !important;
    cursor: none;
}

.navRow {
    height: 50px !important;
}

.navbar-nav {
    float: none;
}


/*///////////////////////////*/

#headerImg {
    height: 100%;
    width: 100%;
    /*border-bottom: 50px solid #7b4e4e;*/
    /*margin-top:51px;*/
    border-top: 7px solid #7b4e4e !important;
    opacity: 0.7;
    border-bottom: 7px solid #7b4e4e;
}

.headerImgCol {
    padding: 0 !important;
}

#title {
    font-family: 'Meddon', cursive;
    font-size: 125px;
    margin-bottom: 18px;
    margin-top: 69px;
   /* margin-left: 371px;*/
    z-index: 100;
}

#titleRest {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4px;
    font-size: 40px;
    margin-left: 608px;
    margin-top: -45px;
    z-index: 101;
}

.headerTitle{
    text-align: center;
}


/*////////////////////////////////////////*/


/*Content*/

.aboutEmpty {
    /*background-color: #7b4e4e !important;*/
    /*height: 700px;*/
    height: 100%;
}

.aboutCol {
    padding: 30px 30px;
    font-size: 17px;
}

#hours {
    border: 3px solid grey;
    margin-left: 93px;
    padding: 5px;
    padding-left: 20px;
    list-style: none;
    text-align: left;
    width: 300px;
}

#hoursTitle {
    text-align: center;
    font-size: 20px;
    margin-top: 41px;
}

.bottomEmpty {
    background-color: #7b4e4e !important;
    height: 100%;
}

.topEmpty {
    background-color: #7b4e4e !important;
    height: 60px;
    border-bottom: 7px solid #a48484;
}

#hours > li.address {
    font-size: 1.5em;
}


/*////////////////////////////*/


/*MENU*/

.menu ul {
    list-style: none;
}

.menu .menuItem {
    padding-bottom: 2px;
    font-weight: bold;
}

.menu h3 {
    color: #a77676 !important;
    font-weight: bold;
}

#headerImg2 {
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: 1;
    margin-top: -246px;
}

#pdf {
    list-style: none;
    text-align: center;
    padding-top: 40px;
    margin-left: -40px;
}

#pdf li {
    display: inline;
    text-align: center;
    padding-top: 20px;
}

#pdf li a {
    color: #777;
    outline: none;
}

#pdf li a:hover {
    color: #777;
    text-decoration: none;
    outline: none;
}

#pdf li a:visited {
    color: #777;
    text-decoration: none;
    outline: none;
}

#pdf li a:active {
    color: #777;
    text-decoration: none;
    outline: none;
}


/*//////////////////////////////////////////////*/


/*DIRECTIONS*/

#restFront {
    opacity: 0.8;
    padding: 20px;
    width: 80%;
    margin-left: -20px;
    margin-top: 94px;
    border: 1px solid #a77676;
    border-radius: 4px;
}

.directions {
    padding: 20px 0;
}

#googleMap {
    border: 2px solid #7b4e4e;
}


/*/////////////////////////*/


/*FOOTER*/

.contact {
    list-style: none;
}

.contact li {
    padding-top: 10px;
    font-size: 14px;
    color: antiquewhite;
    margin-left: -20px;
    padding-bottom: 10px;
}

.contactRow {
    background-color: #7b4e4e;
}

.contactEmpty {
    background-color: #7b4e4e;
    height: 30px;
}

#arb {
    color: ivory;
    text-decoration: none;
    float: right;
    margin-top: -110px;
}

#arb a {
    color: ivory;
    text-decoration: none;
    font-size: 10px;
}

#arb a:hover {
    color: ivory;
    text-decoration: none;
}
