/* ============================   GENERAL   ============================ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

html {
    scroll-behavior: smooth;
  }

html p {
    font-family: 'Roboto', sans-serif;
}

.bold {
    font-weight: 600;
}



/* ============================   HEADER   ============================ */

#header-bg img {
    width: 100%;
    min-height: 100px;
}

#header-logo img {
    position: relative;
    left: 50%;
    width: 20%;
    max-width: 200px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 10px solid #4b4947;
    margin-bottom: -30px;
}

/* ============================   CONTACTS   ============================ */

body {
    background-color: #4b4947;
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#section-contacts {
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    font-size: calc(10px + 1.5vw);
    padding-left: 20px;
    padding-right: 20px;
}

#section-contacts a {
    color: #FFFF45;
    text-decoration: none;
}

#section-contacts i {
    padding-right: 10px;
}

#contacts-about {
    margin-top: -30px;
    padding-bottom: 40px;
}

.contacts-about-limited {
    max-width: 1200px;
    margin: 0 auto;
    /* Optionally add padding for better appearance */
    padding: 1rem;
}

#contacts-email {
    margin-bottom: 30px;
    color: #FFFF45;
}

#contacts-tel {
    color: #FFFF45;
    margin-bottom: 50px;
}

/* ============================   FOOTER   ============================ */

#section-footer {
    margin-top: auto;
    width: 100%;
    text-align: center;
}

#section-footer p {
    font-size: calc(20px + 2vw);
}

#section-footer a {
    padding: 5px;
}

#section-footer .bi-linkedin {
    color: #0e76a8;
}

#section-footer .bi-facebook {
    color: #3b5998;
}

#section-footer .bi-instagram {
    color: #fbad50;
}

#section-footer .bi-youtube {
    color: #cd201f;
}

#section-footer .bi-tiktok {
    color: #010101;
}

#section-footer .bi-music-note-beamed {
    color: #ff7700;
}

#section-footer .bi-mastodon {
    color: #6364ff;
}