@media (max-width: 600px) {

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

	}

a:hover {
	color:#ffffff;
}
body{
	color:#ec008c;
	width:100%;
	margin:0px;
}
footer{
	color:#eeeeff;
	padding: 25px;
}

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

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

label{
	text-align:center;
	width:100%;
}
li{
	width:100%;
}
nav ul li a{
	width:100%;
}
p{
	color:#00000;

}
textarea{
	width:100%;
}
.banner{
	width:100%;
}
.box{

}
.container{
	padding:0px;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
      margin-bottom: 0;
      border-radius: 0;
}
   
.carousel-inner img {
	width: 100%;
	margin: auto;
	min-height:200px;
}
.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%;
}
.navbar_header{
margin-right:0px;
}
.dropdown-menu>li>a{
	color:#ec008c;

}
.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{
	width:100%;

}

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






