body{
    font-family: Source Sans Pro  !important;
}
.head{
    font-size: 25px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.head2{
    font-family: 'Roboto', sans-serif;
     font-weight: bold;
}
.head3{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.form{
    /* box-shadow: 4px 4px 8px 3px #888888da; */
    -moz-box-shadow:10px 1px 2px 4px 7px rgba(107, 105, 105, 0.08);
    -webkit-box-shadow:  1px 2px 4px 7px rgba(107, 105, 105, 0.08);
     box-shadow:  1px 2px 4px 5px rgba(107, 105, 105, 0.08);
}
.text{
    font-family:'Source Sans Pro', sans-serif !important;
}


input{
    height: 30px !important;
    font-family:'Source Sans Pro', sans-serif;
}
#my-input{
    font-size: 13px !important;
    font-family:'Source Sans Pro', sans-serif;
}
.bottom-links, .tad{
    font-size: 13px;
    font-family:'Source Sans Pro', sans-serif;
}
.nav-link{
    font-family:'Source Sans Pro', sans-serif;
    font-size: 12px !important;
}
.bg-dark{
    background-color: #343A40 !important;
}
.bg-success{
    background-color: #167232 !important;
}
.footer li{
   width: auto;
   color: white;
   float: left;
  
}
.footer li a{
    margin: 15px;
    color: white;
 
 }
.footer{
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer-link{
    float: left;
}
.agree{
    color: #167232;
    text-decoration: underline;
}