﻿body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #333f4f; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif; }
  h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #000; }
  h1 > a:link, h2 > a:link, h3 > a:link, h4 > a:link, h5 > a:link, h6 > a:link {
    text-decoration: none; }
  h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
    color: #00a9e6; }

h1 {
  font-size: 36px;
  font-weight: bold; }

h2 {
  font-size: 28px;
  font-weight: bold; }

h3 {
  font-size: 24px;
  font-weight: bold; }

h4 {
  font-size: 20px;
  font-weight: bold; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px;
  text-transform: uppercase; }

.brand {
  margin: 0;
  width: 150px;
  height: 150px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center; }

nav ul {
  list-style: none; }

nav {
  z-index: 999;
  background: #fff;
  text-align: right;
  left: 0px;
  right: 0px;
  display: block;
  position: relative;
  transition: height 300ms ease-in-out; }

nav > ul {
  padding: 20px;
  position: relative;
  display: inline-table;
  width: 100%; }

nav > ul li {
  position: relative;
  font-family: "Lato", sans-serif; }

nav > ul li a,
nav > ul li span {
  cursor: pointer;
  display: inline-block;
  padding: 25px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75); }

nav > ul li a:hover,
nav > ul li span:hover {
  color: #740a8b; }

nav > ul li span {
  cursor: default; }

nav > ul li:after {
  content: "";
  clear: both;
  display: block; }

nav > ul li.selected > a,
nav > ul li.selected span {
  color: #fff;
  font-weight: 700; }

nav li > ul {
  position: absolute; }

nav li > ul li {
  float: none;
  display: block;
  position: relative; }

nav li > ul li a {
  font-size: 17px;
  padding: 10px 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8); }

nav .nav .nav-item a {
  color: #000;
  font-size: 13px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #fff;
  color: #ff4400; }

nav li > ul li a:hover {
  color: #fff; }

nav li > ul > li > ul {
  left: 100%;
  top: 0;
  display: none; }

.navbar-brand {
  float: left;
  height: 83px;
  padding: 10px 10px; }

.navbar-toggle {
  background-color: #009a4a; }

.icon-bar {
  background-color: white; }

.carousel-caption {
  font-size: 3.0em;
  color: #fff;
  text-shadow: 2px 2px 2px #333f4f;
  background-color: rgba(0, 0, 0, 0.1); }

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 120px;
  background-color: #333f4f;
  color: #fff;
  margin-top: 24px;
  font-size: 13px; }

nav.footer {
  background-color: #333f4f;
  padding: 16px 0; }

.step {
  font-size: 26px;
  font-weight: 700; }

.step > .step-item {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  border: 3px solid #009a4a;
  border-radius: 50%; }

.step-title {
  font-size: 20px;
  font-weight: 700; }

i.social-link {
  font-size: 36px; }

@media (max-width: 767px) {
  body {
    font-size: 12px; }
  h1 {
    font-size: 24px;
    font-weight: bold; }
  h2 {
    font-size: 20px;
    font-weight: bold; }
  h3 {
    font-size: 18px;
    font-weight: bold; }
  h4 {
    font-size: 16px;
    font-weight: bold; }
  h5 {
    font-size: 14px; }
  h6 {
    font-size: 12px;
    text-transform: uppercase; }
  .carousel-caption {
    font-size: 1.0em; } }

@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    font-weight: bold; }
  h2 {
    font-size: 28px;
    font-weight: bold; }
  h3 {
    font-size: 24px;
    font-weight: bold; }
  h4 {
    font-size: 20px;
    font-weight: bold; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 12px;
    text-transform: uppercase; }
  .carousel-caption {
    font-size: 2.0em; } }

@media (min-width: 992px) {
  .carousel-caption {
    font-size: 2.5em; } }

@media (min-width: 1200px) {
  .carousel-caption {
    font-size: 3.0em; } }

