h1, h2, h3, h4 {
  font-family: 'Exo 2', sans-serif;
}


hr {
  color: #f3f3f3;
  background-color: #f3f3f3;
  height: 1px;
  width: 100%;
  border-top: none;
  margin-top: 0px;
  margin-bottom: 10px;
}

hr.nav {
  color: #b92a4c;
  background-color: #b92a4c;
  height: 2px;
}

hr.dark {
  color: #616161;
  background-color: #616161;
}

button.btn-float {
  background-color: #26a69a;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  right: 60px;
  bottom: 30px;
  z-index: 30;
}

p {
}

.lead {
  border-bottom: 7px #f3f3f3 solid;
}

.brand {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.logo {
    padding-bottom: 5px;
    padding-top: 1em;
}
.logo img {
  max-width:100px;
}

.brand .giftcard {
}

.red, .red:active, .red:hover, .red:visited {
  color: #b92a4c !important;
}

.video-container {
  padding-top: 30px;
}

ul#id_course, ul.errorlist {
  list-style: none;
  padding: 0;
}

.has-error {
  color: #b92a4c;
}

.has-error input {
  border: 1px solid #b92a4c;
}

.splash h1 {
  margin-top:2px;
	font-size:60px;
	font-weight:bold;}
.splash h2{
	font-size:60px;
	font-weight:100;}
.splash h3 {
  margin-top:2px;
	font-size:40px;
	font-weight:bold;}

.sidebox1 {
    background: #616161;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #fff;
    padding-bottom: 20px;
}

.sidebox1 .list-group-item { padding: 0px;}
.sidebox1 .list-group-item-text { font-size: 12px;}
.sidebox1 .list-group {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.box1 p {
   color:#383838;
}
.sidebox1 h4 {
    color:#fff;
}
.sidebox1 p {
    color:#fff;
}
.nav-pills a {
    color:#383838;

}

.nav-pills li.active a {
  color: inherit;
  background-color: inherit;
}

.nav-pills li.active a:hover {
  color: inherit;
  background-color: #eeeeee;
}

.navbar-link {
    color:#b92a4c;
    font-weight:bold;
	text-decoration:none;
	list-style:none;
}
.navbar-right li{
    text-decoration:none;
    list-style:none;
}

.jumbotron h4 {
  color:#383838;
}

.jumbotron a {
  color: inherit;
  text-decoration: none;
}

.space-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bottom-50 { padding-bottom: 50px;}

.space-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footbox1 {
   background:#616161;
   color:#fff;
}
.footbox1 h4, .footbox1 h3 {
  color:#fff !important;
}
.box2 h4 {
   color:#383838;
   font-weight:bold;
   font-size:1.7em;
}
.box2 p {
   color:#383838;
}
.nav-pills > .active > a > .badge {
  color: #c0c0c0;

}

.testimonial-list h4 {
  color:#383838;
  font-weight:bold;
}
.testimonial-list p {
  color:#383838;
  font-style: italic;
}

.testimonial-source {
  display: block;
  font-style: normal;
  font-weight: 500;
}

.post-content {
    top:158px;
    left:70px;
    position: absolute;
}
.post-content h3{
    color:#fff;
	font-weight:normal;
}

article h3 {
  text-transform: uppercase;
}


.thumbnail {
  border: 0px;
  display: inline;
}

.thumbnail > img, .thumbnail a > img {
  height: 300px;
}

.thumbnail hr {
  height: 3px;
}

.alignright { float: right;}
.alignleft {float: left;}

.above-fold div.nav {
  background-color: white;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: bold;
  position: relative;
  z-index: 2;
}


footer img {
  width: 100%;
}

footer.mountain {
-webkit-box-shadow: 0px 22px 9px 3px rgba(0,0,0,0.53);
-moz-box-shadow: 0px 22px 9px 3px rgba(0,0,0,0.53);
box-shadow: 0px 22px 9px 3px rgba(0,0,0,0.53);
}

footer.nav {
  background-color: #868686;
  color: #f1f1f1;
}

footer.nav a {
    text-decoration: underline;
}

footer .brochure img {
  height: 150px;
  width: auto;
  float: left;
  padding-right: 6px;
}

#az-menu {
  font-size: 1em;
  color: #383838;
  text-decoration: none;
}

#az-menu li {
  list-style: none;
  font-weight: normal;
  padding: 3px;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 #az-menu li {
    border-bottom: 1px solid black;
    padding: 8px;
  }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
}


#az-menu a {
  color: #383838;
  text-decoration: none;
}

#az-menu a:hover {
  color: #383838;
  text-decoration: underline;
}

footer.nav {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-flow: wrap;
}

footer.nav > div {
    padding: 1em;
}

footer .contact {
    flex: 1;
}

footer .brochure h3,
footer .contact h3 {
    margin-top: 0;
}

footer.nav a {
  color: #000000;
}

footer .map-container {
  flex: 1;
  margin-top: 1em;
}

footer .fb-container {
  flex: 1;
}

footer .brochure {
    flex: 1;
}

footer .webmaster {
    flex: 1;
    align-self: flex-end;
}

.above-fold .nav-footer a {
  color: #383838;
  font-weight: bold;}

.above-fold .nav-footer a:hover {
  color: #383838;
  font-weight: bold;
  text-decoration: underline;
}

.aweber {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aweber div {
    padding: 0.5em;
}

.nav-container {
  padding-top: 25px;
  font-size: 1.2em;
  font-weight: 400;
  color: black;
}

.nav-head {
  float:left;
  padding-left: 40px;
}


#bannerCarousel {
  margin: 15px;
}

.carousel img {
  max-width: none;
  min-width: 100%;
}

#primary-menu {
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding-top: 5px;
  padding-left: 0;
}

#primary-menu li {
    padding-right: 1em;
}

#primary-menu li.right {
    margin-left: auto;
    padding-right: 0;
}

#primary-menu li.active {
  text-decoration: underline;
}

.sidebox1 .courses .list-group-item {
  background-color: inherit;
  border: none;
  text-transform: uppercase;
}

.sidebox1 .courses a.list-group-item .list-group-item-heading {
  color: #fff;
}

.sidebox1 .courses .list-group-item:hover, .sidebox1 .courses a.list-group-item:focus {
  background-color: inherit;
  color: #eee;
}

#frontpage .courses .list-group-item {
  padding: 0;
  border: 0;
}

.news .list-group-item {
  background-color: inherit;
  border: none;
  padding-bottom: 30px;
}

.news a.list-group-item .list-group-item-heading {
  color: #fff;
}

.news .list-group-item:hover, .courses a.list-group-item:focus {
  background-color: inherit;
  color: #eee;
}

.news p.list-group-item-text {
  color: #eee;
}

#frontpage .caption {
    position: absolute;
    bottom: 45px;
    right: 35px;
    width: 80%;
    color:#fff !important;
}

#frontpage .caption h2 {
  text-align: right;
  font-size: 35px;
  text-transform: uppercase;
}

.above-fold {
  height: 800px;
}

.above-fold .tagline {
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 100%;
  padding: 10px;
  font-size: 2em;
  font-style: italic;
  text-align: center;
}

.above-fold .nav > li > a:hover, .above-fold .nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}

.above-fold #primary-menu li.active {
  text-decoration: none;
}

.above-fold hr.nav { height: 1px;}

.below-fold {
  background: white;
}


.blog-title {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.featured-image {
  width: 100%;
  padding-bottom: 30px;
}

.webmaster {
    padding-top: 1em;
    background-color: #868686;
    color: #464646;
    text-shadow: 0px 1px 1px #AFAAAA;
    text-align: right;
}

@media (max-width: 575px) {
  .media > .pull-left {
    float: none !important;
  }
}

@media (min-width: 576px) {
  .media > .pull-left {
    float: left !important;
  }
}

.gallery .caption {
    text-align: center;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.caption-overlay {
    position: absolute;
    top: 1%;           /* move higher if needed */
    left: 5%;
    color: white;
    background: none;  /* semi-transparent black */
    padding: 0px 8px 0px 8px;  /* top right bottom left: tighter top padding */
    border-radius: 3px;
    max-width: 100%;    /* tighter width */
    font-size: 90%;    /* optional: smaller text */
    line-height: 1.2;  /* tighter line spacing */
}

.image-container2 {
    position: relative;
    width: 100%;
}

.image-container2 img {
    display: block;
    width: 100%;
    height: auto;
}

.caption-overlay2 {
    position: absolute;
    bottom: 0; /* Position at the bottom of the image */
    right: 0;
    width: 100%;
    color: white;
    padding: 10px 12px;
    background: none; /* transparent, no dark box */
    text-align: right;
    z-index: 2;  /* Make sure it's ABOVE the image */
    font-size: 90%;    /* optional: smaller text */
    line-height: 1.2;  /* tighter line spacing */
}

.caption-overlay2 h2 {
    margin: 0;
}

.caption-overlay2 hr {
    margin: 4px 0;
    border-color: white;
}




