@font-face {
    font-family: 'Foco';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/FOCO_LT.woff2') format('woff2');
}

@font-face {
    font-family: 'Foco';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/FOCO_BLK.woff2') format('woff2');
}

body {
    font-family: 'Foco', serif !important;
    color: white!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("../img/background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
}

h1, .h1 {
    font-size: 48px;
    font-weight: bold;
}

.h1 {
    font-size: 36px;
}

#logo {
    padding: 80px 50px;
}

a {
    color: white;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #fdc300;
}

p {
    font-size: 18px;
}

#img1 {
    border-radius: 40px;
    border: 6px solid white;
    width: 640px;
    max-width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

#social-media {
    padding-top: 80px;
    padding-bottom: 80px;
}

#text .text-1,
#text h1 {
    margin-bottom: 35px;
}

#text h1 {
    max-width: 210px;
}

#text p {
    max-width: 256px;
}

#text p.mail {
    max-width: 300px;
}

@media only screen and (max-width: 991px) {
    h1  {
        font-size: 36px;
    }

    .h1 {
        font-size: 24px;
    }

    #logo {
        padding: 50px 50px 40px 50px;
    }

    #text {
        padding-top: 50px;
    }

    #text .text-1,
    #text h1 {
        margin-bottom: 20px;
    }

    #social-media {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #text h1 {
        max-width: 210px;
        margin: 0 auto;
    }

    #text p {
        max-width: 243px;
        margin: 0 auto;
    }

    #text p.mail {
        max-width: 100%;
        margin: 0 auto;
    }

    #social-media img {
        width: 50px;
    }
}

#social-media {
    overflow: hidden;
}

