* {
  color: #ec008c;
  list-style: none;
  font-size: 18pt;
}
a {
  color: #ec008c;
  font-size: 14pt;
}
a:hover {
  color: #ec008c;
}
a:visited {
  color: #ec008c;
}
body {
  /*
	background: #d6ffed;
*/
  background: #efffef;
  color: #ec008c;
  text-align: center;
}
footer {
  padding: 25px;
}
form {
  border-radius: 8px;
}
h1 {
  margin-top: 4px;
}
img {
  max-width: 640px;
}
input {
  min-width: 350px;
}

label {
  text-align: center;
  min-width: 200px;
}
legend {
  color: #e90081;
}
nav ul li {
  display: inline;
  float: left;
  margin: 5px;
  padding: 5px;
}
p {
  color: #00000;
}
table {
  border: 1px solid white;
  text-align: center;
  margin: auto;
}
textarea {
  height: 75px;
  width: 100%;
}
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 {

  border-radius: 0;
  margin-bottom: 0;
  padding-top:4px;
}
.navbar-toggle .icon-bar {
  background: green;
}
.background-green {
  /*
	background-color: #cef4bd;
*/
}

.box {
  margin: 4px;
  min-width: 25px;
  min-height: 312px;
  width: 18%;
}
.card {
  min-height: 378px;
}
.carousel-inner img {
  margin: auto;
  min-height: 200px;
}
.category {
  width: 120px;
  height: 120px;
}
.form_link:hover {
  color: black;
}
.font_pink {
  color: #ec008c;
}
.left {
  float: left;
}
.green {
  color: green;
}
.grid-container-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.glyphicon {
  font-size: 14pt;
  margin: 6px;
}
.image {
  max-width: 680px;
  margin-bottom: 6px;
}
.margin-top {
  margin-top: 16px;
}
.dropdown-menu > li > a {
  color: #ec008c;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #ec008c;
}
.footer_menu_links {
  margin: 14px;
}
.padding {
  padding: 16px;
}
.padding-top {
  padding-top: 16px;
}
.menu_image {
  width: 100%;
  max-height: 220px;
}
.radio {
  display: inline-block;
  margin: 4px;
  min-width: 12px;
  width: 12px;
}
.slideshow_image {
  max-height: 600px;
}

.well {
  border: none;
  color: black;
}
#contact-form {
  padding: 15px;
  padding-top: 25px;
}
#nav_bar_logo {
  max-width: 182px;
}

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

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
  .carousel-caption {
    display: none;
  }

  .col-md-2 {
    float: left;
    width: 75px;
    height: 75px;
  }

  .box {
    width: 100%;
  }
  .category {
    width: 75px;
    height: 75px;
  }
  .left {
    float: none;
  }
  .menu_image {
    max-height: 150px;
    max-width: 150px;
  }
  .row {
    min-height: 100px;
  }
  .well {
  }
}
