body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

body, h3 {
  font-family: 'Merriweather Sans', sans-serif !important;
}

.navbar-default {
  background-color: rgba(0, 0, 0, 0.5) !important;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent !important;
}

.nav-pills li {
/*  padding-top: 7px;*/
  height: 100%;
}

.nav-pills li a {
  color: #fff;
}

.nav-pills .back-arrow a {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-left: 10px;
}

.nav-pills li a:hover {
  color: #000;
}

.nav-pills li#logo_on_nav {
  margin-top: 0;
  margin-left: 0;
}

.nav-pills li#logo_on_nav a {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
}

.nav_spacer {
  height: 50px;
}

#stripe_body {
  min-height: 475px;
  padding-bottom: 40px;
}

.flash_container {
  margin-top: 15px;
}

p {
  clear: left;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 1.8em !important;
  color: #555555;
}

a {
  background: transparent;
}

#stripe_body .btn {
  background-image: none !important;
}

.contact_with_problems {
  font-size: 16px;
  margin-top: 40px;
}

div.main-image.banner-image-non-course {
  background-position: center 0;
}

div.main-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  width: 100%;
  text-align: center;
  position: relative;
  background-position: center center !important;
  height: 320px;
}

div.main-image .hero-content {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 80%;
  max-height: 40%;
  width: 100%;
  height: 52%;
}

div.main-image .hero-content .btn {
  padding: 12px 20px;
  font-weight: bold;
}

.blue_em {
  color: #2a9fd9;
  font-weight: bold !important;
}

div.main-image h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 3em;
  text-shadow: #222 3px 3px 4px !important;
  margin-top: 50px;
}

div.main-image h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}

#stripe_body h2 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
}

div.main-image .btn {
  font-size: 1.2em;
  margin-top: 1em;
}