@font-face {
    font-family: 'Montserrat';
    src        : url('../fonts/subset-Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Thin.woff') format('woff');
    font-weight : 100;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src        : url('../fonts/subset-Montserrat-ThinItalic.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-ThinItalic.woff') format('woff');
    font-weight : 100;
    font-style  : italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src        : url('../fonts/subset-Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Bold.woff') format('woff');
    font-weight : bold;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src        : url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Regular.woff') format('woff');
    font-weight : normal;
    font-style  : normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
}

body {
    font-family     : 'Montserrat', sans-serif;
    background-color: #e3d7c9;
    font-size       : 1.6rem;
}

.logo {
    width    : 240px;
    max-width: 65vw;
    left     : 50%;
    transform: translateX(-50%);
}

.logo-bg {
    width    : 350px;
    max-width: 80vw;
    left     : 50%;
    transform: translateY(-50%) translateX(-50%);
}

.service {
    margin-bottom: 10rem;
}

.service h3 {
    font-weight: bold;
    color      : #d95204;
    font-size  : 3rem;
}

.service p {
    font-weight: normal;
    font-size  : 1.6rem;
}

.h-125 {
    min-height: 125px;
}

.nav-link {
    font-size  : 1.8rem;
    font-weight: bold;
}

.mb-100 {
    margin-bottom: 80px;
}

h2 {
    font-size: 3.6rem;
}

.highlight {
    font-size  : 2.4rem;
    font-weight: bold;
    color      : #d95204;
}

.kapcsolat-egg {
    width: 140px;
}

.kapcsolat-text {
    font-size: 3.6rem;
    color      : #d95204;
    font-weight: bold;
    top: 2rem;
}

.contact-link {
    top: 8rem;
    font-size: 2.4rem;
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 576px) {

    .h-125 {
        min-height: 200px;
    }
}

@media screen and (max-width: 768px) {

    .service {
        margin-bottom: 5rem;

        justify-content: center;
        display        : flex;
        flex-direction : column;
    }

    .service h3 {
        font-size: 2.4rem;
    }

    .service img {
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto;
    }

    h2 {
        font-size: 2.8rem;
    }

    .highlight {
        font-size: 2rem;
    }
}