html, body {
		font-family: 'Helvetica' !important;
		font-size: 16px !important;
}
.desc_text_big{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
}
.desc_text_regular{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.desc_menu_header{
    background-color: #182033 !important;
}
.desc_footer_title{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
}
.desc_footer_link{
    color: white;
    text-decoration: none;
}
.desc_footer_link:hover{
    color: white;
    text-decoration: underline;
    text-underline-offset: 3px;
}