*{
	list-style:none;
	color:#cccccc;
	font-size:16pt;
}
a{
	color:#c2a79f;
}
a:hover {
	color:#ffffff;
}
body{
	background-color: #000000;
	padding-top:80px;
	padding-bottom:80px;
}
footer{
	background-color: #000000;
	color:#eeeeff;
	padding: 25px;
}
h1{
	font-size:64pt;
}

input{
	min-width: 200px;
}
label{
	text-align:right;
	min-width: 125px;
}
nav ul li{
	display: block;
	float:left;
	margin:5px;
	padding: 5px;
}
p{
	font-size:20px;
}
table{
	border: 1px solid white;
	text-align:center;
	margin:auto;
}
textarea{
	height:75px;
	width: 400px;
}
tr{
	border: 1px solid white;
	min-width:150px;
}
th{
	border: 1px solid white;
	min-width:150px;
	text-align:center;
}
td{
	border: 1px solid white;
	min-width:150px;
}
/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
      margin-bottom: 0;
      border-radius: 0;
}
.box{
	min-width: 20px;
	min-height: 250px;
	width: 20%;
}   
.carousel-inner img {
	width: 100%;
	margin: auto;
	min-height:200px;
}
.category{
	width:120px;
	height: 120px;
}
.dropdown-link{
	min-width:150px;
}

.form_link:hover {

}
.left{
	float:left;
}
.green{
	color:green;
}
.menu_image{
	max-height: 150px;
	max-width: 150px;
}

.slideshow_image{
	max-width:400px;
	max-height:600px;
}

.well{
	background-color: #8a2828;
	color:black;
}
#contact-form{
	background-color: #8a2828;
	padding: 15px;
	padding-top: 25px;
}
#navbar_logo{
	height:55px;
	width:55px;
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
	color: #000000;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
	color: #000000;
	
}

.StripeElement--invalid {
	color: #000000;
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	color: #000000;
	background-color: #fefde5 !important;
}

