body {
  padding-bottom: 10px;
  color: #5a5a5a;
}

hr {
  margin-left: 40px;
  margin-right: 40px;
}

h6 {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: -10px;
}

.alert {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 0px;
}

.head-text {
color: #29a95c;
}

.navbar-wrapper {
  margin-top: 30px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0px;
}
.navbar-wrapper a {
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 20px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.navbar-wrapper a:hover {
  color: #f80;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.email-link a {
  color: #f80;
  text-decoration: none;
}
.email-link a:hover {
  color: #f80;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.label a {
  color: white;
  text-decoration: none;
}

.label a:hover {
  color: #f80;
  text-decoration: none;
}

.tooltip .tooltip-inner {
    background-color: #5cb85c;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #5cb85c;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5cb85c;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 5px;
  float:right;
}

.btn-model {
  font-size: 11px;
  margin: 0px 0px 0px 10px;
  padding: 0px 6px 0px 6px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  display: inline-block;
}

.glyphicon {
  margin-right: 4px;
}

.footer-text {
  margin-bottom: 10px;
}

.modal .modal-header {
  border-bottom: 0px;
}

.modal .modal-header h1 {
  margin-bottom: 60px;
}

.modal .modal-header h4 {
  margin-bottom: 10px;
}

.modal .modal-header p {
  margin-left: 20px;
  margin-right: 20px;
}

.modal .modal-header .input-group {
  margin-left: 15px;
  margin-top: 10px;
}
.modal .modal-header .btn-group {
  margin-left: 15px;
  margin-top: 10px;
}
.modal .modal-header .under-btn-group {
  float:left;
  margin-top: 0px;
  margin-left: 15px;
}
.modal .modal-header .radio {
  margin-left: 15px;
}

.modal .modal-header .form-control {
  text-align: center;
}

.modal .glyphicon-arrow-right {
  margin-left: 5px;
}

.modal .alert {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 223px;
}

.fixed-width-input {
  width: 223px;
}

.fixed-width-button {
  min-width: 180px;
}

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 100px;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel h1 {
  margin-top: 0px;
}
.carousel h3 {
  margin-top: 0px;
}
.carousel a {
  color: white;
}
.carousel a:hover {
  color: #f80;
  text-decoration:none;
}
.carousel-right {
  margin-left: 60px;
}
.carousel .item {
  height: 500px;
  background: linear-gradient(to bottom, #55b38b 0%, #76b93d 100%);
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* Center align the text within the three columns below the carousel */
.store .col-sm-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.store .col-sm-4 p {
  margin-right: 40px;
  margin-left: 40px;
}
.store .btn-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: bottom;
}
.store .btn-checkout .glyphicon {
  top: 3px;
  margin-right: 12px;
}
.store .dropdown-menu {
  padding: 0px;
  min-width: 166px;
}
.store .dropdown-menu td {
  border: none;
  min-width: 32px;
  padding: 4px;
  text-align: center;
}
.store .dropdown-menu tr a {
  display: block;
  color:#262626;
}
.store .dropdown-menu tr a:hover {
  text-decoration: none;
  background-color:#f5f5f5;
}
.store .col-sm-4 a {
  color: #111;
}
.store .col-sm-4 a:hover {
  color: #f80;
  text-decoration:none;
}

.vertical-center{
  position: absolute;
  top: 50%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}

.loader {
  width: 80px;
  aspect-ratio: 1;
  display: flex;
  color: #000;
  border: 5px solid;
  box-sizing: border-box;
  border-radius: 50%;
  background: 
    radial-gradient(circle 5px, currentColor 95%,#0000),
    linear-gradient(currentColor 50%,#0000 0) 50%/4px 60% no-repeat;
  animation: l1 2s infinite linear;
}
.loader:before {
  content: "";
  flex: 1;
  background:linear-gradient(currentColor 50%,#0000 0) 50%/4px 80% no-repeat;
  animation: inherit;
}
@keyframes l1 {
  100% {transform: rotate(1turn)}
}
