h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
}
.navbar-custom {
    background-color: rgba(255,255,255) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
header {
    height: 700px;
}
div.background-image {
    background-image: url(/s/illustration.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 10000ms;
    -moz-transition: all 10000ms;
    -o-transition: all 10000ms;
    transition: all 10000ms;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
div.masthead-content {
    display: block;
}
header:hover div.masthead-content,
header:focus div.masthead-content {
    display: block;
}
.slick-prev:before {
    content: url('https://www.brf-global.com/wp-content/themes/brf-global/assets/images/icon/icon-arrow-left-darkgray.svg') !important;
}
.slick-next:before {
    content: url('https://www.brf-global.com/wp-content/themes/brf-global/assets/images/icon/ico-arrow-right-darkgray.svg') !important;
}
