@media (max-width: 600px) {

	a{
		color:#ec008c;
		font-size:24px;
		min-width:90%;
		width:90%;
		display:inline-block;

	}

a:hover {
	color:#ffffff;
	transition: color 0.2s ease;
}
body{
	color:#ec008c;
	width:100%;
	margin:0px;
	overflow-x: hidden;
}
footer{
	color:#eeeeff;
	padding: 25px;
}

h1, h2, h3{
	color:#ec008c;
}
input{
	min-width:100%;
	width:100%;
	box-sizing: border-box;
}

input:focus {
	outline: 2px solid #ec008c;
	outline-offset: 2px;
}

iframe{
	height:450px;
	width:100%;
}

label{
	text-align:center;
	width:100%;
}
li{
	width:100%;
	display: block !important;
	float: none !important;
}
nav ul li {
	display: block !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
nav ul li a{
	width:100%;
	display: block !important;
}
p{
	color:#000000;
}
textarea{
	width:100%;
	box-sizing: border-box;
}

textarea:focus {
	outline: 2px solid #ec008c;
	outline-offset: 2px;
}
.banner{
	width:100%;
}
.container{
	padding:0px;
}

.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
      margin-bottom: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-bottom: 0 !important;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      border-radius: 0;
      position: relative;
      z-index: 1030;
      min-height: auto !important;
      max-height: none !important;
      height: auto !important;
      width: 100%;
      box-sizing: border-box;
}
   
.carousel-inner img {
	width: 100%;
	margin: auto;
	min-height:200px;
	object-fit: cover;
}
.category{
	width:150px;
	height: 150px;
}
.form_link:hover {
	color:black;

}
.green{
	color:green;
}
.image{
	width:100%;
}
.menu_image{
	max-height:250px;
	max-width:100%;
	width:100%;
	object-fit: cover;
}
.navbar_header{
margin-right:0px;
}
.dropdown-menu>li>a{
	color:#ec008c;

}
/* Enhanced Mobile Hamburger Menu */
.navbar-toggle {
  border: none !important;
  border-radius: 5px !important;
  padding: 8px 10px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: rgba(236, 0, 140, 0.15) !important;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: none !important;
  flex-shrink: 0;
  position: relative;
  float: none !important;
}

.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  background-color: rgba(236, 0, 140, 0.3) !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggle .icon-bar {
  background-color: #ec008c !important;
  width: 24px !important;
  height: 3px !important;
  border-radius: 2px !important;
  margin: 3px 0 !important;
  transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #ec008c !important;
  width: 26px !important;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  min-height: auto !important;
  height: auto !important;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  max-width: 100vw;
  overflow: visible;
}

/* Flexbox layout: hamburger (left) | logo (center) | cart (right) */
.navbar-toggle {
  flex-shrink: 0;
  order: 1;
  margin-left: 0 !important;
}

.navbar-brand {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
  order: 2;
  transform: none;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.mobile-cart-icon {
  flex-shrink: 0;
  order: 3;
  margin-left: auto;
  margin-right: 5px;
  padding: 8px 10px;
  min-width: 44px;
  min-height: 44px;
  max-width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ec008c;
  font-size: 20px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  background-color: rgba(236, 0, 140, 0.15);
  transition: all 0.3s ease;
  width: 44px;
  box-sizing: border-box;
}

.mobile-cart-icon:hover,
.mobile-cart-icon:focus {
  background-color: rgba(236, 0, 140, 0.3);
  border: none;
  box-shadow: none;
  color: #ec008c;
  text-decoration: none;
  outline: none;
}

.mobile-cart-icon .glyphicon {
  display: block;
}

/* Hide cart from collapsed menu on mobile */
#myNavbar .navbar-cart {
  display: none !important;
}

/* Hide cart text on mobile, show only icon */
.cart-text {
  display: none !important;
}

/* Mobile Menu Dropdown Improvements */
.navbar-collapse {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#myNavbar {
  border-top: none;
  margin-top: 0 !important;
  padding-top: 5px !important;
  background-color: rgba(239, 255, 239, 0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1030;
}

#myNavbar .navbar-nav {
  margin: 0;
  padding: 0;
  display: block !important;
  flex-direction: column !important;
}

#myNavbar .navbar-nav > li {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#myNavbar .navbar-nav > li > a {
  padding: 12px 20px !important;
  font-size: 16pt;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
  text-align: left;
}

#myNavbar .navbar-nav > li > a:hover,
#myNavbar .navbar-nav > li > a:focus {
  background-color: rgba(236, 0, 140, 0.15) !important;
  color: #ec008c !important;
}

#myNavbar .dropdown-menu {
  position: static !important;
  float: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: rgba(239, 255, 239, 0.95);
  border: none;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 0;
  z-index: 1031;
  display: block !important;
}

#myNavbar .dropdown {
  display: block !important;
  width: 100% !important;
  float: none !important;
}

#myNavbar .dropdown-toggle {
  width: 100% !important;
  display: block !important;
  text-align: left !important;
  box-sizing: border-box;
}

#myNavbar .dropdown-menu > li {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#myNavbar .dropdown-menu > li > a {
  padding: 10px 20px !important;
  font-size: 14pt;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
  text-align: left;
}

.navbar_toggle{
	margin-right:0px;
}
.row{
	padding:16px;
	margin-left:0;
	margin-right:0;
}
.slideshow_image{
	max-width:400px;
	max-height:600px;
}

.well{
	color:black;
}
#contact-form{
	padding: 15px;
	padding-top: 25px;
}
#nav_bar_logo{
	max-width: 120px;
	height: auto;
	width: auto;
	object-fit: contain;
}

/**
 * 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;
}

}

