@charset "UTF-8";
/* 1 Typography
----------------------------------------------------------------------------- */
/*Fonts
---------------------------------- */
/* line 9, ../DELETEsass/typography-default.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav {
  font-family: "Raleway", sans-serif; }

/* line 19, ../DELETEsass/typography-default.scss */
body {
  font-family: "Roboto", sans-serif; }

/* line 22, ../DELETEsass/typography-default.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif; }

/* line 29, ../DELETEsass/typography-default.scss */
.logo-font {
  font-family: "Pacifico", cursive, sans-serif; }

/*Typography
---------------------------------- */
/* line 35, ../DELETEsass/typography-default.scss */
html {
  height: 100%; }

/* line 38, ../DELETEsass/typography-default.scss */
body {
  font-size: 15px;
  line-height: 1.4666666667;
  color: #777777;
  background-color: #ffffff;
  font-weight: 300; }

/* line 45, ../DELETEsass/typography-default.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  line-height: 1.2; }

/* line 54, ../DELETEsass/typography-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333; }

/* line 63, ../DELETEsass/typography-default.scss */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff; }
/* line 71, ../DELETEsass/typography-default.scss */
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: #ffffff;
  text-decoration: underline; }

/* line 81, ../DELETEsass/typography-default.scss */
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #ffffff; }

/* line 90, ../DELETEsass/typography-default.scss */
.dark h1 a,
.dark h2 a,
.dark h3 a,
.dark h4 a,
.dark h5 a,
.dark h6 a {
  color: #ffffff; }
/* line 99, ../DELETEsass/typography-default.scss */
.dark .footer h1,
.dark .footer h2,
.dark .footer h3,
.dark .footer h4,
.dark .footer h5,
.dark .footer h6 {
  color: #999999; }
/* line 107, ../DELETEsass/typography-default.scss */
.dark .footer h1 a,
.dark .footer h2 a,
.dark .footer h3 a,
.dark .footer h4 a,
.dark .footer h5 a,
.dark .footer h6 a {
  color: #999999; }

/* line 117, ../DELETEsass/typography-default.scss */
h1 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 122, ../DELETEsass/typography-default.scss */
h1.logo-font {
  text-transform: none;
  font-weight: 300;
  font-size: 50px; }

/* line 127, ../DELETEsass/typography-default.scss */
h1.large {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.1em; }

/* line 132, ../DELETEsass/typography-default.scss */
h2 {
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase; }

/* line 137, ../DELETEsass/typography-default.scss */
h2.logo-font {
  text-transform: none; }

/* line 140, ../DELETEsass/typography-default.scss */
h3 {
  font-size: 24px; }

/* line 143, ../DELETEsass/typography-default.scss */
h4 {
  font-size: 19px; }

/* line 146, ../DELETEsass/typography-default.scss */
h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700; }

/* line 151, ../DELETEsass/typography-default.scss */
h6 {
  font-size: 13px;
  font-weight: 700; }

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  /* line 158, ../DELETEsass/typography-default.scss */
  h1.extra-large {
    font-size: 130px;
    font-weight: 700; } }
/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
  /* line 166, ../DELETEsass/typography-default.scss */
  h1.extra-large {
    font-size: 60px;
    font-weight: 700; } }
/* line 171, ../DELETEsass/typography-default.scss */
.page-title {
  margin-top: 0; }

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  /* line 177, ../DELETEsass/typography-default.scss */
  .title {
    margin-top: 0; } }
/* line 181, ../DELETEsass/typography-default.scss */
.sidebar .title {
  margin-top: 3px; }

/* line 184, ../DELETEsass/typography-default.scss */
p {
  margin-bottom: 15px; }

/* line 187, ../DELETEsass/typography-default.scss */
p.large {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px; }

/* line 192, ../DELETEsass/typography-default.scss */
a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  /* line 194, ../DELETEsass/typography-default.scss */
  a:focus, a:active {
    outline: none; }

/* line 199, ../DELETEsass/typography-default.scss */
.link-dark {
  color: #333333;
  text-decoration: none !important; }
  /* line 202, ../DELETEsass/typography-default.scss */
  .link-dark:hover {
    color: #333333;
    text-decoration: underline !important; }

/* line 207, ../DELETEsass/typography-default.scss */
.dark .footer .link-dark {
  color: #777777;
  text-decoration: none !important; }
  /* line 210, ../DELETEsass/typography-default.scss */
  .dark .footer .link-dark:hover {
    color: #777777;
    text-decoration: underline !important; }

/* line 215, ../DELETEsass/typography-default.scss */
.link-light {
  color: #ffffff;
  text-decoration: none !important; }
  /* line 218, ../DELETEsass/typography-default.scss */
  .link-light:hover {
    color: #ffffff;
    text-decoration: underline !important; }

/* line 223, ../DELETEsass/typography-default.scss */
blockquote {
  border-left: none;
  display: inline-block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 25px; }
  /* line 230, ../DELETEsass/typography-default.scss */
  blockquote:after {
    content: "“";
    width: 25px;
    height: 25px;
    line-height: 36px;
    font-size: 36px;
    font-family: "PT Serif", serif;
    position: absolute;
    top: 12px;
    left: 0px;
    color: #cdcdcd; }

/* line 243, ../DELETEsass/typography-default.scss */
.blockquote:before {
  font-family: "PT Serif", serif;
  content: "“";
  font-size: 40px; }

/* line 248, ../DELETEsass/typography-default.scss */
blockquote.inline {
  padding: 0; }
  /* line 250, ../DELETEsass/typography-default.scss */
  blockquote.inline p {
    width: 60%;
    display: inline-block;
    margin: 0; }
  /* line 255, ../DELETEsass/typography-default.scss */
  blockquote.inline footer {
    width: 37%;
    display: inline-block;
    padding-left: 5px; }
  /* line 260, ../DELETEsass/typography-default.scss */
  blockquote.inline:after {
    top: 0; }

/* line 264, ../DELETEsass/typography-default.scss */
pre {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1; }

/* line 272, ../DELETEsass/typography-default.scss */
.text-muted {
  color: #999999 !important; }

/* line 275, ../DELETEsass/typography-default.scss */
.text-white {
  color: #ffffff !important; }

/* line 278, ../DELETEsass/typography-default.scss */
.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3; }

/* line 287, ../DELETEsass/typography-default.scss */
hr {
  border-color: #eee; }

/* line 290, ../DELETEsass/typography-default.scss */
.dark hr {
  border-color: #333333; }

/*# sourceMappingURL=typography-default.css.map */
