@font-face {
    font-family: UitC;
    src: url(/fonts/BowlbyOneSC-Regular.ttf);
}

@font-face {
    font-family: Nunito;
    src: url(/fonts/Nunito-Light.ttf);
}

body {
  background: url('/images/bg_texture3.png') repeat-x;
  height: 100%;
  margin: 0;
  font-family: Nunito, Georgia,"Times New Roman",Times,serif;
  font-size: 1.6em;
}

a, a:visited {
  color: #a30000;
  text-decoration: none;
}

a:hover {
  color: #0088cc;
}

h1, h2, h3, h4, h5, h6, nav {
  font-family: UitC, Helvetica, sans-serif;
}

.section{
  padding-top:2rem;
}

section.header-title{
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}

#header-banner {
    display: block;
    width: 100%;
    padding:48px 0;
}
#header-banner h1{
  font-size: 7rem;
}

#header-banner img{
  display:block;
  margin: 0 auto;
}

.container {
  max-width: 800px;
  padding-top:2rem;
}
.header {
  margin-top: 6rem;
  text-align: center; }
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.navbar {
  display: none; }

.front-options{
  text-align: center;
}

.front-options .fa-circle{
  color:#a30000;
}

img {
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}

figcaption h4 {
  font-size:85%;
  color:#aaa;
}

/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 5rem; }
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    font-weight: 200;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }
}

.pagination {
  height: 42px;
  margin: 21px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #efefef;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
