@import url("/css/fonts/spartan/stylesheet.css");

body {
  margin: 0;
  padding-top: 50px;
  font-size: 22px;
  font-family: spartan_mbregular;
}

h2 {
  font-family: spartan_mbregular;
  text-transform: uppercase;
}

h3 {
  padding-top: 16px;
  font-family: spartan_mbregular;
  line-height: 32px;
  color: #555;
  /*
  text-shadow: 0px 0px 1px rgba(95,29,13,0.2), 
               0px 1px 2px rgba(95,29,13,0.2), 
               1px 1px 1px rgba(95,29,13,0.2), 
	       1px -1px 1px rgba(95,29,13,0.2), 
               -1px -1px 1px rgba(95,29,13,0.2), 
	       -1px 1px 1px rgba(95,29,13,0.2), 
               -1px 0 1px rgba(95,29,13,0.2), 
               1px 0 1px rgba(95,29,13,0.2), 
	       0 0 1px rgba(95,29,13,0.2),
	       0 0 8px rgba(255,90,0,0.8);
  */
  letter-spacing: 5px;
  clear: both;
}

h4 {
  font-family: spartan_mbregular;
}

#blocks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#blocks li {
  float: left;
  padding: 16px;
  margin: 8px;
  background-color: #5f1d0d;
  color: #fff;
}
#blocks li:hover {
  color: #5f1d0d;
  background-color: #ff5a00;
}

.body-bgcolor {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    /* width: 160px; */
    width: 20px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    /* margin-left: 180px; */
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .navbar-nav.dave-rules {
    float: right;
    font-size: 16px;
  }
}

.spacer10 {
  margin-top: 10px;
  padding-top:10px;
}

.spacer20 {
  margin-top: 20px;
}


.btn-huge {
  padding: 20px 16px;
  font-size: 30px;
  line-height: 1.6;
  border-radius: 10px;
}

#footer {
  color: #ffffff;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #666666;
}

.bottomaligned {
  position:absolute; 
  bottom:0; 
}

hr {

  color: #999999;
  border-style: solid none;
  border-width: 1px 0;
  margin-top: 0px;
  margin-bottom: 10px;
}

.navbar-brand {
  float: left;
  padding: 15px 0px 0px 15px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input, textarea {
    font-family: sans-serif;
}
