/*custom bootstrap.css*/
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #727272;
    letter-spacing: 0.9px;
    background-color: #ffffff;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
.h1 {
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
h2,
.h2 {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 25px;
  text-transform: uppercase;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 15px;
  font-size: 15px;
}
a:hover, a:focus {
    color: #0fa1de;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #212121;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFFFFF;
    background-color: #ff5252;
}
.nav > li > a:hover, .nav > li > a:focus {
     background-color: #ff5252;
     color: #fff;
}
.panel{
  background: none;
  border: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.panel-group .panel + .panel {
    margin-top:0;
}
.panel-heading {
    padding-top: 2px;
}     
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #e42e3b;
    padding: 16px 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: #ff5252 2px solid;
}  
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #b71010;
  color: #ffffff;
  border: #9a0808 2px solid;
} 