/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
  font-family: 'ABC Modern Regular';
  src: url('../fonts/ABCModernWeb-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ABCModernWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ABCModernWeb-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ABCModernWeb-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ABCModernWeb-Regular.svg#6219813aa26e683d2996613b8cba6bc4') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  100;
}
body {
  font-family: "ABC Modern Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}


.navbar-fixed-top .nav {
    padding: 1px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

footer {
    padding: 110px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 40px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 0px 0;
    }
}
.page-header {
  padding-bottom: 20px;
  margin: 20px 0 20px;
}
.btn-primary {
    color: #fff;
    background-color: #2f84c3;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fefbf5;

}

a {
    color: #e3ac00;
    text-decoration: none
}

a:focus, a:hover {
    color: #000000;
    text-decoration: underline
}

a.list-group-item, button.list-group-item {
    color: #e3ac00;
}