html {
  position: relative;
  min-height: 100%;
    font-size: 15px !important;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
    font-size: 15px !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
    font-size: 14px !important;
}

body,html {
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 25px !important;
    font-weight: bold;
}
h2 {
    font-size: 20px !important;
}
h3 {
    font-size: 15px !important;
}
h4 {
    font-size: 12px !important;
}
.color-gray {
    color:#666 !important;
}
.background-white {
    background-color:#fff !important;
}
.padding-top-20 {
    padding-top:20px !important;
}
.padding-bottom-20 {
    padding-bottom:20px !important;
}
.margin-top-10 {
    margin-top:10px !important;
}
.margin-top-20 {
    margin-top:20px !important;
}
.margin-bottom-20 {
    margin-bottom:20px !important;
}
.margin-top-40 {
    margin-top:40px !important;
}
.margin-bottom-40 {
    margin-bottom:40px !important;
}
.align-center {
    text-align: center !important;
}
.border-bottom-blue-5 {
    border-bottom: 5px solid #1086C3;
}
.img-main {
    width:100%;
}
.img-main-1 {
    width:100%;
}
.logo_img {
    max-width: 427px;
}
.navbar-custom {
    background-color: #3399CC !important;
    border:none !important;
}
a.li-custom-active {
    color:#fff !important;
    background-color: #ff6633!important;
    font-size: 15px !important;
}
a.li-custom-active:hover {
    color:#fff !important;
    background-color: #F89938!important;
}
a.li-custom-active:visited {
    color:#fff !important;
    background-color: #ff6633!important;
}
a.li-custom {
    color:#fff !important;
    font-size: 15px !important;
}
a.li-custom:hover {
    color:#fff !important;
    background-color: #F89938!important;
}
a.li-custom:visited {
    color:#fff !important;
}
.bn-custom {
    background-color: #1086C3 !important;
    border:none !important;
    font-size: 14px !important;
}
.bn-custom:hover {
    background-color: #da7e34 !important;
}

@media only screen and (max-width: 480px) {
    .logo_img {
        max-width: 213.5px;
    }
}
.jumbotron {
    padding-top:25px !important;
    padding-bottom:25px !important;
}