@import url(https://fonts.googleapis.com/css2?family=Joan&display=swap);
*, ::after, ::before {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
li, ol, ul {
    list-style: none;
}
img {
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}
body, html {
    height: 100%;
    line-height: 1;
}
body {
    font-family: Joan, serif;
    font-size: 16px;
}
.wrapper {
    overflow: visible;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}
.main {
    flex: 1 1 auto;
}
[class*="__container"] {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 10px;
}
aside::after, section::after {
    content: '';
    display: block;
    clear: both;
}
.header {
    position: absolute;
    top: 0;
    left: 49%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
}
.header__logo {
    margin: 30px auto 0;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.header__logo:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.header__logo a {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #111;
}
.main__content {
    height: 100vh;
    background: url("/26778b355655881020222af3c97b3a1772d0fd5e/profile.jpg") top 14% center/cover no-repeat;
    position: relative;
}
.main__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .00);
}
.footer__content {
    background-color: #000000;
    padding: 50px 0;
}
.footer__social-media {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}
svg path {
    transition: fill .3s;
    -webkit-transition: fill .3s;
    -moz-transition: fill .3s;
    -ms-transition: fill .3s;
    -o-transition: fill .3s;
}
.footer__social-media a:hover svg path {
    fill: #eeeeee;
}
.footer__social-media:hover svg path {
    fill: #eeeeee40;
}
.links__list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.links__list-item:not(:first-child) {
    margin-top: 30px;
}
.links__list-item a {
    color: #eee;
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 2px;
    border-bottom: 1px solid #eeeeee40;
    transition: border-bottom .3s;
    -webkit-transition: border-bottom .3s;
    -moz-transition: border-bottom .3s;
    -ms-transition: border-bottom .3s;
    -o-transition: border-bottom .3s;
}
.links__list-item a:hover {
    border-bottom: 1px solid #eee;
}

.links__list-item {
    text-align: center;
}
@media only screen and (min-width: 1440px) {
    .header__logo a {
        font-size: 25px;
        letter-spacing: 2px;
    }
}
@media only screen and (min-width: 1650px) {
    .header__logo a {
        font-size: 25px;
    }
    .social-media__facebook svg {
        width: 32px;
        height: 32px;
    }
    .footer__social-media a svg {
        width: 35px;
        height: 35px;
    }
    #social-media__bandsintown svg {
        width: 30px;
        height: 30px;
    }
    #social-media__tiktok svg {
        width: 42px;
        height: 42px;
    }
    #social-media__mail svg {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (min-width: 2000px) {
    .header__logo a {
        font-size: 30px;
    }
    .social-media__facebook svg {
        width: 42px;
        height: 42px;
    }
    .footer__social-media a svg {
        width: 45px;
        height: 45px;
    }
    #social-media__bandsintown svg {
        width: 40px;
        height: 40px;
    }
    #social-media__tiktok svg {
        width: 52px;
        height: 52px;
    }
    #social-media__mail svg {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 1020px) {
    .main__content {
        height: 90vh;
    }
}
@media only screen and (max-width: 768px) {
    .main__content {
        height: 80vh;
    }
    .links__list-item a {
        font-size: 22px;
    }
}
@media only screen and (max-width: 480px) {
    .links__list-item a {
        font-size: 18px;
    }
    .social-media__facebook svg {
        width: 12px;
        height: 12px;
    }
    .footer__social-media a svg {
        width: 15px;
        height: 15px;
    }
    #social-media__bandsintown svg {
        width: 10px;
        height: 10px;
    }
    #social-media__tiktok svg {
        width: 22px;
        height: 22px;
    }
    #social-media__mail svg {
        width: 20px;
        height: 20px;
    }
}
