body.homePage {
    background-image: url(../images/backHero.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.interiorPage {
    background-color: #121740;
}

h1,
h2,
h3 {
    font-family: 'Libre Baskerville', serif;
}

h1 {
    font-size: 2rem;
}

@media (min-width:768px) {
    h1 {
        font-size: 2.75rem;
    }
}

h2 {
    font-size: 1.35rem;
}

@media (min-width:768px) {
    h2 {
        font-size: 2rem;
    }
}
h4.red {
	color:#c40202;
}

#headerWrapper {
    background-color: #ffffff;
}
@media (max-width:768px) {
	#headerWrapper {
	overflow: hidden;
	}
}

@media (min-width:768px) { /* fixed-top for large only */
    #headerWrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    }
}


#headerWrapper .col-md-3 {
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

@media (min-width:768px) {
    #headerWrapper .col-md-3 {
        padding-left: 25px;
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: left;
    }

}

#mainNav ul {
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
}

#mainNav {
    padding-top: 0px;
    padding-bottom: 0px;
}

#mainNav a:link,
#mainNav a:visited,
#mainNav a:hover {
    color: #121740;
    padding-top: 10px;
	padding-bottom:2px;
}

#mainNav a:hover {
    color: #7b7f9c;
}
@media (min-width:768px) {
	#mainNav a:link,
	#mainNav a:visited,
	#mainNav a:hover {
    padding-top: 25px;
	padding-bottom: 8px;
	}
}

.dropdown-menu {
    background-color: #ffffff;
}

@media (min-width:768px) {
	#mainNav .dropdown-menu a:link,
	#mainNav .dropdown-menu a:visited,
	#mainNav .dropdown-menu a:hover {
    padding-top: 15px;
	}
}

#mainNav .dropdown-menu a:hover {
    color: #7b7f9c;
}

#mainNav .dropdown-menu a:link.goldLink,
#mainNav .dropdown-menu a:visited.goldLink {
    color: #e4bb19;
}

#mainNav .dropdown-menu a:hover.goldLink {
    color: #7b7f9c;
}

.goldText {
    color: #e4bb19;
}

.navbar-light .navbar-toggler {
    margin-bottom: 7px;
}

#contactBar {
    background-color: #b1b1b1;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #121740;
}

@media (min-width:768px) {
    #contactBar {
        text-align: right;
    }
}

#contactBar a:link,
#contactBar a:visited {
    color: #121740;
    text-decoration: none;
}

#contactBar a:hover {
    color: #ffffff;
}

#hero {

    height: 100vh;
    padding-left: 0px;
    padding-right: 0px;
}

#hero .overlay {
    padding-top: 150px;
    background-color: rgba(25, 25, 25, .25);
    height: 100%;
    text-align: center;
}
@media (min-width:768px) {
	#hero .overlay {
		padding-top: 315px;
	}
}

#hero p:nth-child(1) {
    color: #ffffff;
    font-size: 2.25rem;
    font-family: 'Libre Baskerville', serif;
}

@media (min-width:768px) {
    #hero p:nth-child(1) {
        font-size: 5rem;
    }
}

#hero .btn {
    background: #ffffff;
    color: #121740;
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

#hero .btn:hover {
    background-color: #121740;
    color: #ffffff;
}

#intro {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    background-color: rgba(177, 177, 177, .95);
    color: #121740;
}



#content h2,
#content h3 {
    color: #121740;

}

#content.index {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #ffffff;
}

@media (min-width:768px) {
    #content.index {
    background-image: url(../images/backContentIndex.jpg);
    background-repeat: no-repeat;
    background-position: right 50px;
        padding-top: 90px;
        padding-bottom: 90px;
    }
}


#content.index .row:nth-child(2) {
    padding-top: 120px;
}

.fakeBack {
    background-color: rgba(255, 255, 255, .65);

}

@media (min-width:768px) {
    .fakeBack {
        background-color: transparent;

    }
}

#content p {
    font-size: 1rem;
    line-height: 120%;
}

@media (min-width:768px) {
    #content p {
        font-size: 1.25rem;
        line-height: 175%;
    }
}

#content ul {
    font-size: 1rem;
}
@media (min-width:768px) {
    #content ul {
        font-size: 1.25rem;
    }
}

#content .stack-ul-margin {
	margin-bottom:0;
}
@media (min-width:768px) {
	#content .stack-ul-margin {
		margin-bottom:16px;
	}
}

#content.interior {
    margin-top: 0px; /* header is not fixed on mobile */
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

@media (min-width:768px) {
    #content.interior {
        margin-top: 100px;
    }
}

#content.index .btn, #content.interior .btn {
    color: #ffffff;
    background-color: #888888;
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

#content.index .btn:hover, #content.interior .btn:hover {
    color: #ffffff;
    background-color: #121740;
}

#leadIns {
    background-image: url(../images/squiggle.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 85px
}

@media (min-width:768px) {
    #leadIns {
        padding-left: 0px;
    }
}

#leadIns a:link,
#leadIns a:visited {
    display: block;
    height: 100%;
    width: 210px;
    background-color: rgba(25, 25, 25, .0);
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 108px;
    -webkit-transition: background .35s ease-in-out;
    -moz-transition: background .35s ease-in-out;
    -ms-transition: background .35s ease-in-out;
    -o-transition: background .35s ease-in-out;
    transition: background .35s ease-in-out;
    max-width: 200px;
}

#leadIns a:hover {
    background-color: rgba(25, 25, 25, .45);

}

#leadIns span {
    background-color: rgba(25, 25, 25, .75);
}

#leadIns .col-md-4 {
    border-style: solid;
    border-width: 5px;
    border-color: #888888;
    max-width: 210px;
    margin-right: 75px;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(25, 25, 25, .35);
    box-shadow: 1px 1px 3px 3px rgba(25, 25, 25, .35);
    margin-bottom: 20px;
}

@media (min-width:768px) {
    #leadIns .col-md-4 {
        margin-bottom: 0px;
    }
}

#leadIns .col-md-4:nth-child(1) {
    width: 210px;
    height: 232px;
    background-image: url(../images/leadInCarryOut.jpg);
    background-repeat: no-repeat;
    padding: 0px;
}

#leadIns .col-md-4:nth-child(2) {
    width: 210px;
    height: 232px;
    background-image: url(../images/leadInCatering.jpg);
    background-repeat: no-repeat;
    padding: 0px;
}

#leadIns .col-md-4:nth-child(3) {
    width: 210px;
    height: 232px;
    background-image: url(../images/leadInFullService.jpg);
    background-repeat: no-repeat;
    padding: 0px;
}

#offPremise {
    background-color: rgba(177, 177, 177, .95);
    padding-left: 0px;
}

#offPremise h3 {
    color: #ffffff;
}

#offPremise p {
    color: #ffffff;
    font-size: 1.125rem
}

#offPremise .col-md-7 {
    padding-right: 0px
}

#offPremise .col-md-5 {
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
}

#offPremise a:link,
#offPremise a:visited {
    color: #121740;
    text-decoration: none;
}

#offPremise a:hover {
    color: #ffffff;
}

#offPremise a:link.btn,
#offPremise a:visited.btn,
#foodTruck a:link.btn,
#foodTruck a:visited.btn {
    background-color: #121740;
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
}

#offPremise a:hover.btn:hover,
#foodTruck a:hover.btn:hover {
    background-color: #ffffff;
    color: #121740;
}

#foodTruck {
    background-color: rgba(177, 177, 177, .95);
    color: #ffffff;
    padding-left: 0px;
}

#foodTruck .col-md-5 {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    text-align: center;
}

@media (min-width:768px) {
    #foodTruck .col-md-5 {
        padding-left: 50px;
        padding-top: 70px;
        padding-right: 50px;
        text-align: right;
    }
}

#foodTruck .col-md-7 {
    padding-right: 0px;
    text-align: right;
}

#testimonial {
    background-image: url(../images/backTestimonial.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
    color: #000000;
}

@media (min-width:768px) {
    #testimonial {
        background-attachment: fixed;
    }
}

#testimonial .overlay {
    background-color: rgba(255, 255, 255, .8);
    height: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width:768px) {
    #testimonial .overlay {
        background-color: rgba(255, 255, 255, .65);
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 125px;
        padding-right: 125px;
    }
}

#testimonial p:nth-child(1) {
    font-size: .75rem;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    line-height: 120%;
}

@media (min-width:768px) {
    #testimonial p:nth-child(1) {
        font-size: 1.25rem;
        line-height: 150%;
    }
}

#testimonial p:nth-child(2) {
    text-align: right;
    font-style: italic;
    font-size: .75rem;
}

@media (min-width:768px) {
    #testimonial p:nth-child(2) {
        font-size: 1.25rem;
    }
}

#footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #ffffff;
    color: #121740;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #888888;
}

#footer a:link,
#footer a:visited {
    color: #121740;
    text-decoration: none;
}

#footer a:hover {
    color: #7b7f9c;
}

#footer .fa-facebook,
#footer .fa-twitter,
#footer .fa-instagram {
    font-size: 1.75rem;
    padding-right: 15px;
}

#footer .col-md-3:nth-child(4) {
    font-size: 75%;
}

.bordered {
    border-style: solid;
    border-width: 5px;
    border-color: #888888;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(25, 25, 25, .35);
    box-shadow: 1px 1px 3px 3px rgba(25, 25, 25, .35);
    margin-bottom: 25px;
}

#gallery img {
	padding-bottom:12px;
}
@media (min-width:768px) {
	#gallery img {
    padding-bottom: 25px;
	}
}

#content.black {
    background-color: #000000;
}

#gallery h2,
#gallery p {
    color: #ffffff;
}

#venues {
    text-align: center;
}

#venues .col-md-5 {
    margin-bottom: 20px;
}

#venues hr {
	border-top: 1px solid rgba(0, 0, 0, .3);
}