@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

body {
    margin: 0;
    height: 100%;
}

html {
    height: 100%;
    margin: 0;
}

.header-container {
	width: 960px;
	margin: 0 auto;
}

.header {
	background: #cf1c44;
	width: 100%;
	height: 90px;
	top: 0;
	position: fixed;
	z-index: 100;
}

.main-nav ul {
    list-style: none;
	position: absolute;
    padding: 0 auto;
    margin: 0 auto;
}

.main-nav li {
    display: inline-block;
    float: left;
    padding: 50px 10px 50px 0px;   
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: light;
}

a:hover {
    text-decoration: underline;
}

.main-nav {
    display: flex;
    text-transform: uppercase;
    width: auto;
    height: 20%;
    align-items: center;
    justify-content: center;
    font-family: serif;
    padding: 40px; 
  }


.main-nav .main-logo-holder {
    top: 30px;
    padding: 0;
}

.main-nav ul {
    text-align: center;
}

.main-nav ul>li {
    display: inline-block;
    margin-left: 55px;
}

.main-nav ul>li:first-child {
    margin-left: 0px;
}

.main-nav li {
    vertical-align: middle;
    margin-top: -15px;
}

.main-logo-holder {
    width: 200px;
    height: 40px;
    position: relative;
    padding-top: 10px;
}

.main-logo-holder img {
    width: 80%
}

.nav-res {
    position: absolute;
    -webkit-transition: all .2s;
    right: 75px;
    width: 150px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #cf1c44;
    margin-top: 0;
    cursor: pointer;
}

.nav-res:hover {
    background: #cf1c44;
    color: #fff;
    border: solid;
}

.body-container {
    height: 100%;
}

.background {
    background: url(images/pa-background-img.png);
    height: 100%;
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headline {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}


.headline h1 {
    color: #fff;
    padding: 0;
    margin: 0;
}


h1 {
    font-family: serif;
    font-size: 72px;
    line-height: 72px;
}

.home-btns {
    margin: auto;
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 250px;
    right: 0;
    height: 125px
}

.home-btns p {
    color: #fff;
}

.menu-btn {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #cf1c44;
    text-align: center;
    cursor: pointer;
}

.order-btn {
    width: 200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #cf1c44;
    text-align: center;
    cursor: pointer;
}

.statement-container {
    max-width: auto;
    position: relative;
    height: 75%;
}

.statement-bkg{
    background: url(images/block-bkg.png);
    height: 100%;
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.statement-box {
    position: relative;
    background-color: #fff;
    border: 15px solid #543136;
    padding: 50px 50px;
    width: 475px;
    text-align: center;
    margin: auto;
    top: 15%;
    left: 0;
    right: 0;
    box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
}

.statement-box p {
    color: #543136;
    
}

.menu-content {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.menu-content h3 {
    text-transform: uppercase;
    font-size: 32px;
    color: #5e1211;
}

.menu-content p {
    font-size: 24px;
    font-weight: lighter;
    color: #cf1c44;
    margin-top: 0;
}

.colum-1 {
    text-transform: uppercase;
    font-size: 32px;
    color: #5e1211;

}

.statement-box h2 {
    margin: 0;
    padding: 0;
    color: #5e1211;
    font-family: serif;
}

footer {
    width: auto;
    height: 250px;
    background-color: #543136;
}

footer h4{
    margin: 0;
}

.footer-container {
    width: auto;
    margin-left: 20%;
    padding-top: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
}

.info {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 50px 30px 50px;
}

.info p {
    margin: 0;
}

.hours {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 50px 30px 50px;
}

.hours p {
    margin: 0;
}

.site-map {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 50px 30px 50px;
}

.site-map ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-icons {
    color: #fff;
    font-size: 18px;
    display:inline-block;
    margin: 0 auto;
    vertical-align: top;
    margin: 30px 50px 30px 50px;
}

ul.social-icons {
    padding: 0;
    font-size: 26px;
    margin: 0;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

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

.fa-facebook {
    padding: 0 10px 0 0;
}

.fa-twitter {
    padding: 10px 12px;
}

.fa-instagram {
    padding: 10px 14px;
}
