@font-face {
    font-family: "Obrazec";
    src: url("../fonts/Obrazec-2.ttf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Firasansultra";
    src: url("../fonts/Firasansultra.ttf");
}

@font-face {
    font-family: "Franklin";
    src: url("../fonts/franklingothic_demi.ttf");
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: rgba(155, 155, 155, 0.788);
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(51, 51, 51, 0.664);
    border-radius: 20px;
}

* {
    margin: 0;
}

html {
    height: 100%;
}

header {
    color: rgb(199, 199, 199);
    font-family: "Obrazec";
    font-size: calc(25px + 16 * (100vw / 1280));
}

body {
    display: flex; flex-direction: column; 
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background-color: rgb(33, 33, 33);
}

#header {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background-color: #000000;
}
#header li { 
    display: inline; 
}

#header a {
    color: #e7e7e7;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    width: 100px;
  }
#header a:hover {
    background-color: #9c9c9c;
    transition: 500ms;
}

#farshain {
    color: #ffffff;
    font-family: "Obrazec";
    font-size: calc(33px + 16 * (100vw / 1280));
}

#home_page a {
    background-color: #2d2d2d;
}

#news_page a {
    background-color: #2d2d2d;
}

#sites_page a {
    background-color: #2d2d2d;
}

#beat_page a {
    background-color: #2d2d2d;
}

#photo {
    position: relative;
}

#image-container {
    position: relative;
}

#photo {
    position: relative;
    text-align: center;
    display: inline-block;
}
#photo img {
    max-width: 100%;
    height: auto;
}
 
#title_up {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    color: #ffffff;
    font-family: "Obrazec";
    font-size: 4vw;
}

#title_up_co {
    text-align: center;
}

#text_title {
    font-family: "Firasansultra";
    font-size: calc(28px + 32 * (100vw / 1280));
    text-align: center;
    color: #f1f1f1;
}

#text_title a {
    color: #f1f1f1;
}

#about {
    background-color: #4a4a4a;
    border-radius: 8px;
    font-family: "Firasansultra";
    color: #f1f1f1;
    margin-left: 25px;
    margin-right: 25px;
    font-size: calc(18px + 10 * (100vw / 1280));
    text-align: center;
    margin-bottom: 5px;
}



main {
    padding-bottom: 100px;
}

footer {
    background-color: #111111;
    margin-top: -50px;
    height: 80px;
    font-family: "Franklin";
    color: #e7e7e7;
    font-size: calc(12px + 5 * (100vw / 1280));
}

footer a {
    text-decoration: none;
}

#copyright {
    margin-top: 24px;
    text-align: center;
    font-size: calc(8px + 5 * (100vw / 1280));
}

#contact a {
    color: #e7e7e7;
}

#contacts_co a {
    color: #e7e7e7;
}

#footer_co {
    margin-top: 15px;
}

footer p {
    margin-left: 10px;
}

#contact {
    text-align: center;
    margin-top: 20px;
}

#list_sites {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
}

#list_sites li { display: inline; }

#list_sites_co {
    margin-top: 5px;
}

#news li {
    display: inline;
}

audio {
    display: none;
}

