/* Custom Styles */
h1, .h1 {
    font-family: barlow;
    font-weight: 400;
    line-height: .9;

}

h2, .h2 {

    font-family: barlow;
    font-weight: 400;

}

h3, .h3 {

    font-family: barlow;
    font-weight: 400;

}

h4, .h4 {

    font-family: barlow;
    font-weight: 400;
    line-height:1.3;
    margin-top:20px;
 
}

h5, .h5 {
    font-family: barlow;
    font-weight: 400;

 
}

h6, .h6 {
    font-family: barlow;
    font-weight: 400;

 
}

hr {
   margin-top:20px;
   border: 1px solid #ffffff !important;
   margin-bottom:20px;
}