/* Base */
@font-face {
  font-family: 'coolvetica';
  src: url("../fonts/TitilliumWeb-Light.ttf");
}

@font-face {
  font-family: 'bebas';
  src: url("../fonts/TitilliumWeb-Bold.ttf");
}

/* line 13, ../scss/base/_base.scss */
h1, h2, h3, h4 {
  color: #55589B;
  font-family: "bebas";
  letter-spacing: 1px;
}

/* line 19, ../scss/base/_base.scss */
body {
  font-family: "coolvetica";
  font-size: 15px;
  line-height: 1.7em;
  color: #111111;
  background-color: #fff;
}

/* line 27, ../scss/base/_base.scss */
.btn-primary {
  color: #fff;
  background-color: #ff0000;
  border-color: transparent;
  border-radius: 0px;
  padding-top: 6px;
  padding-bottom: 10px;
  font-family: "bebas";
  font-size: 18px;
}

/* line 38, ../scss/base/_base.scss */
.btn-default {
  color: #111111;
  background-color: #fff;
  border-color: #111111;
  border-radius: 0px;
  padding-top: 8px;
  padding-bottom: 10px;
  font-family: "bebas";
  font-size: 18px;
}

/* line 49, ../scss/base/_base.scss */
.jumbotron {
  margin-bottom: 0;
  background: url("../images/jumbotron.jpg");
  color: #fff;
  font-weight: none;
}

/* line 56, ../scss/base/_base.scss */
.thumbnail {
  margin: 0;
  border: 0;
  background-color: transparent;
  text-align: center;
}

/* line 63, ../scss/base/_base.scss */
.footer {
  margin-top: 20px;
}

/* line 67, ../scss/base/_base.scss */
.carousel-inner {
  max-height: 500px !important;
}

/* line 71, ../scss/base/_base.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  width: 100%;
}

/* line 75, ../scss/base/_base.scss */
.icon-white {
  color: #fff;
}

/* Font Colors */
/* Background Colors */
/* line 1, ../scss/layout/_footer.scss */
.footer-main {
  padding: 30px;
  background-color: #55589B;
  color: #fff;
  text-align: center;
}
/* line 7, ../scss/layout/_footer.scss */
.footer-main li {
  list-style-type: none;
}
/* line 11, ../scss/layout/_footer.scss */
.footer-main a {
  color: #fff;
}
/* line 15, ../scss/layout/_footer.scss */
.footer-main h1, .footer-main h2, .footer-main h3, .footer-main h4 {
  color: #fff;
}
/* line 19, ../scss/layout/_footer.scss */
.footer-main h3 {
  margin-top: 0;
}

/* Header */
/* navbar */
/* line 3, ../scss/layout/_nav.scss */
.navbar-default {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 16px;
  font-family: "bebas";
  letter-spacing: 1px;
  background-color: #fff;
  color: #55589B;
  border: none;
  min-height: 70px;
  padding-top: 10px;
  padding-right: 45px;
  padding-left: 30px;
}

/* line 19, ../scss/layout/_nav.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: "bebas";
  letter-spacing: 1px;
  background-color: transparent;
  color: #55589B;
}

/* line 28, ../scss/layout/_nav.scss */
.navbar-default .navbar-nav > li > a {
  color: #55589B;
}

/* line 32, ../scss/layout/_nav.scss */
.navbar-brand {
  padding-top: 5px;
}

/* Blocks */
/* line 5, ../scss/modules/_blocks.scss */
.block ul, .block li {
  margin-left: -20px;
}

/* line 10, ../scss/modules/_blocks.scss */
.block-primary {
  background-color: #4099ff;
  border: solid 1px #4099ff;
  color: #fff;
  margin: 10px;
  position: relative;
}
/* line 17, ../scss/modules/_blocks.scss */
.block-primary p {
  padding: 10px;
}
/* line 21, ../scss/modules/_blocks.scss */
.block-primary h1, .block-primary h2, .block-primary h3, .block-primary h4 {
  color: #fff;
  padding: 10px;
}
/* line 26, ../scss/modules/_blocks.scss */
.block-primary ul, .block-primary li {
  line-height: 1.8em;
  list-style: none;
  margin: 5px;
  padding: 0;
}
/* line 33, ../scss/modules/_blocks.scss */
.block-primary .btn-default {
  background: #fff;
  color: #4099ff;
}
/* line 38, ../scss/modules/_blocks.scss */
.block-primary .btn-default:hover, .block-primary .btn-default:focus, .block-primary .btn-default.focus, .block-primary .btn-default:active, .block-primary .btn-default.active, .block-primary .open > .dropdown-toggle.btn-default {
  color: #333;
}

/* line 44, ../scss/modules/_blocks.scss */
.block-secondary {
  background-color: #fff;
  border: solid 1px #4099ff;
  color: #515151;
  margin: 10px;
}
/* line 51, ../scss/modules/_blocks.scss */
.block-secondary p {
  padding: 10px;
}
/* line 55, ../scss/modules/_blocks.scss */
.block-secondary h1, .block-secondary h2, .block-secondary h3, .block-secondary h4 {
  color: #4099ff;
  padding: 10px;
}
/* line 60, ../scss/modules/_blocks.scss */
.block-secondary ul, .block-secondary li {
  line-height: 1.8em;
  list-style: none;
  margin: 5px;
  padding: 0;
}

/* line 68, ../scss/modules/_blocks.scss */
.block-tertiary {
  background-color: #4099ff;
  border: solid 1px #4099ff;
  color: #fff;
  margin: 10px;
}
/* line 75, ../scss/modules/_blocks.scss */
.block-tertiary p {
  padding: 10px;
}
/* line 79, ../scss/modules/_blocks.scss */
.block-tertiary h1, .block-tertiary h2, .block-tertiary h3, .block-tertiary h4 {
  color: #fff;
  padding: 10px;
}
/* line 84, ../scss/modules/_blocks.scss */
.block-tertiary ul, .block-tertiary li {
  line-height: 1.8em;
  list-style: none;
  margin: 5px;
  padding: 0;
}
/* line 91, ../scss/modules/_blocks.scss */
.block-tertiary .btn-default {
  background: #fff;
  color: #4099ff;
}
/* line 96, ../scss/modules/_blocks.scss */
.block-tertiary .btn-default:hover, .block-tertiary .btn-default:focus, .block-tertiary .btn-default.focus, .block-tertiary .btn-default:active, .block-tertiary .btn-default.active, .block-tertiary .open > .dropdown-toggle.btn-default {
  color: #333;
}

/* Tabs */
/* line 3, ../scss/modules/_components.scss */
.tab-pane {
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  border-radius: 0;
  border: solid 1px;
}
/* line 10, ../scss/modules/_components.scss */
.tab-pane ul {
  margin: 0;
  padding: 0;
}
/* line 15, ../scss/modules/_components.scss */
.tab-pane li {
  line-height: 1.8em;
  list-style: none;
}
/* line 20, ../scss/modules/_components.scss */
.tab-pane a {
  color: #4099ff;
}

/* line 25, ../scss/modules/_components.scss */
.tab-primary .tab-pane, .tab-primary .nav-tabs > li.active > a, .tab-primary .nav-tabs > li.active > a:hover, .tab-primary .nav-tabs > li.active > a:focus {
  background-color: #4099ff;
  color: #fff;
}

/* Sections */
/* line 3, ../scss/modules/_sections.scss */
.section-showcase {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-family: "coolvetica", sans-serif;
  text-align: center;
}
/* line 11, ../scss/modules/_sections.scss */
.section-showcase h1 {
  font-size: 56px;
}

/* line 17, ../scss/modules/_sections.scss */
.section-showcase-3 {
  background-color: #ff0000;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-family: "coolvetica", sans-serif;
  text-align: center;
  color: #fff;
}
/* line 26, ../scss/modules/_sections.scss */
.section-showcase-3 h1 {
  font-size: 56px;
  color: #fff;
}

/* line 33, ../scss/modules/_sections.scss */
.section-services {
  background-color: #fff;
  font-size: 16px;
  font-family: "coolvetica", sans-serif;
  text-align: center;
}
/* line 39, ../scss/modules/_sections.scss */
.section-services h1 {
  font-size: 48px;
}

/* line 45, ../scss/modules/_sections.scss */
.section-menu {
  font-family: 'bebas', sans-serif;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 12px;
  align-text: center;
  background-color: #ff0000;
  text-align: center;
}
/* line 55, ../scss/modules/_sections.scss */
.section-menu h1, .section-menu h2, .section-menu h3, .section-menu h4 {
  color: #fff;
}
/* line 59, ../scss/modules/_sections.scss */
.section-menu a {
  color: #fff;
}

/* line 64, ../scss/modules/_sections.scss */
.section-feature {
  font-family: 'coolvetica', sans-serif;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  align-text: center;
  background-color: #55589B;
  text-align: center;
}
/* line 74, ../scss/modules/_sections.scss */
.section-feature h1 {
  color: #fff;
  padding-bottom: 30px;
  font-family: 'bebas', sans-serif;
}
/* line 80, ../scss/modules/_sections.scss */
.section-feature h2, .section-feature h3, .section-feature h4 {
  color: #fff;
}
