/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h3 {
    font-family: Montserrat, helvetica, sans-serif, serif;
    font-style: normal;
    text-decoration: none;
    color: #31364C !important;
    text-transform: none;
}
H1,H2{
    font-family: Montserrat, helvetica, sans-serif, serif;
}
body{
    color: #31364C !important;
    
}
.hs-button {
    border: 1px solid #07C0CA;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    background-color: rgba(7, 192, 202, 1.0);
    border-radius: 0px;
    color: #ffffff;
    fill: #ffffff;
    font-size: 16px;
    text-transform: none;
    border-radius: 4px;
}
.button:hover{
    color: #008E95;
}
a:hover{
    color: #008E95;
}
.hs-button:hover{
    background-color: #008E95;
}
.row-fluid img{
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
  
  #hs_cos_wrapper_widget_1680647411871 h1{
  font-size: 40px !important;
}
}


}