@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

@font-face {
    font-family: Nixie One;
    src: url(../fonts/Nixie_One/NixieOne-Regular.ttf);
}

@font-face {
    font-family: Libre Baskerville;
    src: url(../fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf);
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.col-centered{
    display: block;
    margin: 0 auto;
}

.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.navbar-inner {
  text-align:center;
}

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Libre Baskerville', serif;
  font-weight: ;
}


.icon {

}

h1 {
  font-family: 'Nixie One', cursive;
  font-weight: 800;
  font-size: 5em;
}

.banner {
  padding: 2.2em;
  text-align: center;
  background-color: ;
  margin-top: 4em;
}

.wheel {
  padding: 2em 0 3em 0;
}

.banner h1 {
  color:#954232;
}

.vcenter {
    padding-top: 160px;
    padding-bottom: 80px;
}

.video {
  background-color: #954232;
  width: 100%;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.top {
  font-size: 2.5em;
  background-color: #954232;
  color: #BD8E48;
  top: 0;
  width: 100%;
  position: absolute;
  padding: .3em;
  left: 0;

}

.hz li {
  display: inline;
  font-family: 'Nixie One', cursive;
  font-weight: 800;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 60px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 3.5em;
  color: #954232;
}

.container {
  background-color: ;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

a:active {
  color:inherit;
}

.row {
  padding: 1.2em;
}

.featurette:hover {
    background-color: #D3D3D3 !important;
}

.text-muted {
  font-size: .7em;
  font-weight: 300;
  color: #BD8E48;
}

.navbar {
  background-color: #954232;
  color: #BD8E48;
}

ul .nav {
  font-size: 2.5em;
  padding: 2em;
}

/* Checkbox
-------------------------------------------------- */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .featurette-heading {
    
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    
  }
}