.transPurp {
  background-color: rgba(82,30,66,0.9);
  color: #fff;
}
.transWhite {
  background-color: rgba(240,240,240,0.85);
}
.no-break {
  white-space: nowrap;
}
.text-white {
  color: #fff;
}
.text-purp {
  color: #5a2049;
}
.text-darkPurp {
  color: #3f0d32;
}
.unpad-right {
  padding-right: 0;
}
.unpad-left {
  padding-left: 0;
}
.unpad {
  padding-left: 0;
padding-right:0;
}
.marg-right-0 {
  margin-right: 0;
}
.headline {
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
.headline h1 {
  margin-bottom: 25px;
}
.sub-headline {
  padding-top: 30px;
  padding-bottom: 25px;
}
.sub-headline h3 {
  margin: 0;
}
html {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  min-height: 100%;
}
body {
	color: #fff;
	background-repeat: repeat-y;
	background-position: center center fixed;
	background-image: url("../images/page_bg.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 320px;
}
h1 {
  font-style: italic;
  font-weight: 700;
  text-shadow: 2px 2px 1px #220e05;
  letter-spacing: 1px;
}
h2 {
  font-weight: 700;
}
h3 {
  font-style: italic;
  letter-spacing: 1px;
  text-shadow: 1px 1px #220e05;
}
.navbar-toggle .icon-bar {
  width: 29px;
  height: 3px;
  border-radius: 2px;
}
a {
  color: #000;
}
.header {
  padding-top: 20px;
  margin-bottom: 40px;
}
.header h2 {
  text-align: center;
  font-style: italic;
}
.header .clearfix {
  display: none;
}
.logo-wrapper {
  text-align: center;
}
.navbar-toggle .icon-bar {
  background-color: #5a2049;
}
nav a.active {
  font-weight: bold;
  color: #5a2049;
  font-style: italic;
}
.nav>li>a:hover {
  background-color: transparent;
  color: #000;
}
.nav>li>a.active:hover {
  color: #5a2049;
}
.primary-menu>li>a {
  font-size: 15px;
}
.secondary-menu {
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}
.secondary-menu .active {
  color: #000;
}
.seperator {
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  padding-top: 3px;
  color: #000;
  display: none !important;
}
.main-content h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.main-content p,
.main-content h4 {
  text-shadow: 1px 1px #220e05;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 15px;
}
.main-content a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.5rem;
}
.main-content h4 {
  font-size: 22px;
}
.main-content h4 a {
  font-size: 22px;
}
.main-content ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ten-years img {
  width: 226px;
}
.dishes ul {
  width: 100%;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.dishes ul li {
  text-align: center;
  flex: 1;
}
.testimonial {
  margin: 30px 0;
  padding-top: 10px;
  padding-bottom: 30px;
}
.testimonial h2 {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px #220e05;
}
.testimonial span {
  font-weight: 500;
}
.testimonial a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 1.25px;
  text-shadow: 1px 1px #220e05;
  font-style: italic;
}
.testimonial a:active,
.testimonial a:focus {
  color: #fff;
}
.testimonial .signature {
  font-style: italic;
  font-weight: 600;
}
.testimonial p {
  margin-top: 20px;
  text-shadow: 1px 1px #220e05;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 15px;
}
.contact-info {
  padding-top: 20px;
  margin-top: 30px;
}
.contact-info [class^="col"] {
  padding-bottom: 10px;
}
.contact-info h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}
.contact-info ul {
  padding-left: 0;
}
.contact-info ul li {
  list-style: none;
  margin-bottom: 5px;
}
.contact-info ul a {
  color: #000;
  font-weight: bold;
}
.social-media i.fa-inverse {
  color: #ebe4e0;
}
.signup {
  margin-top: 10px;
  margin-bottom: 30px;
}
.signup input[type="text"] {
  width: 80%;
  margin-bottom: 10px;
  display: block;
  background-color: #808080;
  border: none;
  padding: 4px;
}
.signup input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}
.signup input[type="text"]::-moz-placeholder {
  color: #ddd;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}
.signup input[type="text"]:-ms-input-placeholder {
  color: #ddd;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}
.signup input[type="text"]:-moz-placeholder {
  color: #ddd;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}
.signup input[type="text"]:focus {
  outline: none;
  color: #fff;
}
.signup button {
  padding: 5px 30px;
  background-color: #5a2049;
  border: none;
  font-style: italic;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px #220e05;
}
.copyright {
  color: #666;
  font-size: 1.2rem;
}
.carousel-indicators {
  position: static;
  width: auto;
  padding-left: 0;
  margin-right: 20px;
  text-align: right;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.carousel-indicators li.active {
  width: 14px;
  height: 14px;
  margin: 1px;
  margin-left: 5px;
  border: 1px solid #fff;
  background-color: #fff;
}
.footerMain {
  height: 370px;
  position: absolute;
  bottom: 0;
  margin-top: 40px;
  width: 100%;
}
body#home .modal-header {
  background-color: rgba(82,30,66,0.9);
}
body#home .modal-header h3 {
  font-weight: bold;
}
body#home .modal-header .close {
  color: #fff;
  opacity: 0.8;
}
body#home .modal-body {
  color: #000;
  background-color: rgba(240,240,240,0.85);
  border-bottom: none;
}
body#home .modal-body img {
  border: 1px solid #fff;
  box-shadow: 1px 1px 2px #808080;
  width: 40%;
  float: left;
  margin-right: 20px;
}
body#home .modal-body .info {
  color: #5a2049;
  font-style: italic;
  font-weight: 600;
}
body#home .modal-body a {
  color: #5a2049;
  text-decoration: underline;
  font-weight: bold;
}
body#home .modal-footer {
  border-top: none;
  background-color: rgba(240,240,240,0.85);
}


a.emailPurp:link {
	color: #ffffff;
}
a.emailPurp:visited {
	color: #ffffff;
}
a.emailPurp:hover {
	color: #929292 !important;
	text-decoration: underline;
}
a.emailPurp:active {
	color: #ffffff;
	text-decoration: none;
}

#leDuc {
  }

#topMenu {
	float: right;
}



* {
margin: 0;
}
html, body {
height: 90%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4px;
}
.footer, .push {
height: 4em;
}












@media only screen and (min-width:768px) {
  .logo-wrapper {
	display: inline;
	float: left;
	width: 124px;
  }
  .logo-wrapper img {
    width: 100%;
  }
  .header h2 {
    margin-top: 0;
    text-align: right;
    margin-right: 5px;
  }
  .header .clearfix {
    display: block;
    height: 48px;
  }
  .nav>li>a {
    padding: 10px 10px;
  }
  .primary-menu {
    float: right !important;
  }
  .primary-menu li a {
    padding-top: 0;
  }
  .seperator {
    display: block !important;
  }
  body#home .main-content h1 {
    width: 90%;
  }
  .social-media h5 {
    margin-left: 7px;
  }
  .signup input[type="text"] {
    width: 100%;
  }
  .copyright {
	text-align: left;
	padding-top: 0px;
	float: left;
	clear: left;
	margin-bottom: 30px;
	padding-left:15px;
  }
  .testimonial h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .regForm {
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  #leDuc {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .soc-cent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 120px
}
.form1 {
	text-align: left;
	float: right;
	display: block;
	clear: right;
}
}
@media only screen and (min-width:1000px) {
  .main-content p {
    font-size: 18px;
  }
  .ten-years p {
    margin-top: 35px;
  }
  .testimonial p {
    font-size: 18px;
  }
}
@media only screen and (min-width:1200px) {
  .quote {
    margin: 0 auto;
    width: 85%;
  }
  .text-center-xl {
    text-align: center;
    width: 80%;
    margin: 20px auto 40px;
  }
  .ten-years img {
    width: 280px;
  }
}
@media only screen and (max-width:767px) {
  body {
    margin-bottom: 650px;
  }
  .footerMain {
    height: 650px;
  }

 #leDuc {
  margin-top: 20px;
  margin-bottom: 20px;
	padding-top: 0px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .soc-cent {
	display: block;
  margin-top: 30px;
  margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.form1 {
	text-align: left;
}
.copyright {
	text-align: center;
	padding-top: 0px;
  }
.menuPad {
	padding-left: 15%;
}
.menuPad2 {
	padding-left: 10%;
}
.frme {
	padding-left: 0px;
	padding-right: 0px;
}
#topMenu {
	float: none;
}

}
@media only screen and (max-width:320px) {
  body {
    margin-bottom: 680px;
  }
  .footer {
    height: 680px;
  }
}
