﻿.location img {
    transition: all ease .2s;
}

.location:hover img {
    transform: scale(1.05);
}

.linkbox h3 {
    font-family: FSIndustrieCD-Medium;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-nav {
    text-align: center;
    font-size: 4em;
    color: #A1CEAD;
    font-family: "FSIndustrie-Book" !important;
}

.owl-nav span:hover {
    color: #000000;
}

.owl-nav button {
    margin: 0 12px;
}
