h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
a {
	color: #000000
}
a:hover {
	text-decoration: none;
}
body {
	font-size: 18px;
}
#header {
	border-top: solid 20px #396d0a;
}
#header .contact {
	font: 24px 'Libre Baskerville';
	color: #396d0a;
	margin-top: 4.5rem;
}
#header .logo {
	text-align: center;
	margin: 1rem 0;
}
#header .action {
	text-align: right;
	margin-top: 4.5rem;
	font-size: 24px;
}
#header .action a {
	margin-left: 1rem;
	color: #396d0a;
}
.navbar {
	border-top: solid 1px #396d0a;
	border-bottom: solid 1px #396d0a;
}
.navbar .navbar-nav {
	width: 100%;
}
.nav-link {
	font: 16px 'Libre Baskerville';
	text-transform: uppercase;
}
.nav-link:hover {
	color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #000;
	background-color: transparent;
}
.dropdown-menu {

	border: 1px solid rgba(0,0,0,.15);
	border-top: none;
}
#slider h1 {
	font-weight: 700;
	font-size: 46px;
	margin-bottom: 1rem;
}
#slider p {
	font: 24px 'Libre Baskerville';
	margin-bottom: 4rem;
}
#tagline {
	background: #c2c2c2;
	padding: 1rem 0;
	text-align: center;
	color: #fff;
	font: 18px 'Libre Baskerville';
}
#home-products {
	text-align: center;
	padding: 5rem 0;
}
#home-products h1 {
	font-size: 28px;
	margin: 1rem 0 0 0;
}
#home-products a {
	color: #396d0a;
}
#home-products a:hover {
	color: #000;
}
#turkeys {
	background: url(/2018/images/bg-turkeys.jpg) no-repeat center top /cover;
	color: #fff;
	padding: 5rem 0;
	font-size: 28px;
}
#turkeys h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 1rem;
}
#turkeys p {
	margin-bottom: 3rem;
}
.link-browse {
	background: #396d0a;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	padding: 1rem 3rem;
	text-transform: uppercase;
	border-radius: 10px;
}
.link-browse:hover {
	color: #fff;
}
#shop {
	padding: 4rem 0;
	text-align: center;
}
#shop .pic {
	margin-bottom: 1.5rem;
}
#shop h2 {
	font-size: 24px;
	color: #7f0000;
}
#shop .price {
	color: #7f0000;
	font: 30px 'Libre Baskerville';
	font-weight: 700;
}
.link-shop {
	background: #7f0000;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	padding: 1rem 3rem;
	text-transform: uppercase;
	border-radius: 10px;
	margin-top: 3rem;
}
.link-shop:hover {
	color: #fff;
}
#hams {
	background: url(../images/bg-hams.jpg) no-repeat center top /cover;
	color: #fff;
	padding: 5rem 0;
	font-size: 28px;
}
#hams h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 1rem;
}
#hams p {
	margin-bottom: 3rem;
}
#banner {
	position: relative;
	text-align: center;
	height: 425px;
}
#banner h1 {
	position: absolute;
	bottom: 5rem;
	font: 48px 'Libre Baskerville';
	color: #fff;
	width: 100%;
	margin: 0 auto;
}
#banner img {
	height: 425px;
	object-fit: cover;
}
#footer {
	border-top: solid 8px #396d0a;
}
#footer h3 {
	font-size: 24px;
	color: #396d0a;
}
#footer ul {
	list-style: none;
	padding: 0;
}
#footer .footer-links {
	margin: 3rem 0;
	font-size: 20px;
}
#footer .footer-links li {
	margin-bottom: .2rem;
}
#footer .footer-links a {
	color: #000;
}
#footer .contact {
	font: 21px 'Libre Baskerville';
	color: #396d0a;
	text-align: right;
}
#newsletter {
	padding-bottom:20px;
	border-bottom: solid 1px #396d0a;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}

#newsletter p {
	padding-top:40px;
}
#colophon {
	background: #396d0a;
	color: #e9e9e9;
	text-align: center;
	padding: 1rem 0;
}
#colophon a {
	color: #fff;
}

.dropdown-item {
	    font: 16px 'Libre Baskerville';
		color: #396d0a;

}
#mc_embed_signup .button {
	    background-color: 
#376e15 !important;
font-size:24px;
text-transform:uppercase;
}

.h2-grapes{
	
	font-size:18px;
}

.h3-grapes{
	
	font-size:16px;
}

/***********************Contact Form******************************/

.frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;

    padding: 20px 10px 20px 10px;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  

}
.frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.frm h1>span {
    display: block;
    font-size: 11px;
}
.frm label {
    display: block;
    margin: 0px 0px 5px;
}
.frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.frm input[type="text"], .frm input[type="email"], .frm textarea, .frm select {
    border: 1px solid #CCC;
    color: #888;
    height: 30px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.frm select {
    background: #FFF;
    background: #FFF;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}
.frm .button {
    background: #bd7ab0;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 4px;
}
.frm .button:hover {
    color: #FFF;
    background-color: #4e0049;
    border-color: #ADADAD;
	cursor:pointer;
}
/***********End Contact Form****************/

ol, ul {
	text-align:left;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}