@font-face {
    font-family: Brushylicious;
    src: url('fonts/brushylicious.ttf');
}
.slider-container .main-label {
    text-shadow: none !important;
}
.slider-container .slide1 .main-label h1 {
    line-height: 1.3;
    font-size: 1.6em;
    margin: 0;
    font-weight: 700;
}
.slider-container .slide1 .main-label h2 {
    font-size: 1em;
    line-height: 0.9;
    margin: 0;
    font-weight: 700;
}

.slider-container .tparrows {
    border-radius: 0 !important;
    background-color: transparent;
    background-size: 100% 100%;
    width: 55px;
    height: 55px;
}
.slider-container .tparrows:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.slider-container .tp-leftarrow, .slider-container .tp-leftarrow:hover {
    background-image: url("../img/arrow-left.png") !important;
}
.slider-container .tp-rightarrow {
    background-image: url("../img/arrow-right.png") !important;
}
