/* Colors */
body {
  background: #fff; }

a, a:hover, a:focus, a:active {
  color: #e59400; }

.header {
  text-align: center; }
  .header img {
    margin: 0 auto; }

.navbar {
  border-radius: 0; }
  .navbar .nav {
    background: url("../../img/nav_bg.png");
    display: flex;
    text-align: center; }
    .navbar .nav li {
      flex: 1; }
      .navbar .nav li a {
        color: #fff;
        text-decoration: inherit; }
      .navbar .nav li a:hover, .navbar .nav li a:active, .navbar .nav li a:focus {
        background: #c1262a; }
      .navbar .nav li.active {
        background: #e59400; }

h1, #greetings {
  text-align: center; }

/* Start Testimornial CSS */
#testimornial-area{
  margin: 10px 10px;
}
h2 {
    color: #000;
}
.testimonial-content {
  background-color: #f3f1f1;
  height: 550px;
  max-width: 100%;
  margin: 10px auto 6px;
}
.testimonial-content  p {
    padding: 10px 20px;
    text-align: center;
}

img {
  max-width:100%;
}
.content-link {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #cdcdcd;
    border-radius: 10px;
    color: #e59400;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.content-link:hover,
.content-link:focus {
    background: #E6E6E6 none repeat scroll 0 0;
}

/* End Testimornial CSS */  

img.hover-swag {
  display: block;
  margin: 10px auto;
  transition: all 0.5s ease; }
  img.hover-swag:hover {
    transform: scale(1.25); }

@media screen and (min-width: 550px) {
  .choiceSelection {
    display: flex; } }
.choiceSelection .choiceOption {
  margin: 10px;
  text-align: center; }
  @media screen and (max-width: 550px) {
    .choiceSelection .choiceOption {
      display: block; } }
  @media screen and (min-width: 550px) {
    .choiceSelection .choiceOption {
      flex: 1; } }

.video-lesson {
  margin: 20px; }

.footer {
  padding: 10px;
  background: #000;
  color: #fff; }
  .footer ul {
    list-style: none;
    padding: 0; }

/*# sourceMappingURL=main.css.map */
