@import url('https://fonts.googleapis.com/css?family=Philosopher&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

body {
    background: #181c1f;
    color: #808080;
    font-family: "Philosopher", serif;
    font-size: 16px;
    }

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  margin: 30px 0;
}

a {
color: #FF9640;
text-decoration: none;
}

a:hover {
color: #A64B00;
}

.fa-brands.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.fa-tiktok {
  color: #111111;
  filter: drop-shadow(1px 0px 0px #FD3E3E) drop-shadow(-1px -1px 0px #4DE8F4);
}

@media (max-width: 768px) {
  #menufix { padding-top: 70px; }
}

@media (min-width: 769px) and (max-width: 992px) {
  #menufix { padding-top: 70px; }
}

@media (min-width: 993px) and (max-width: 1199px) {
  #menufix { padding-top: 70px; }
}

@media (min-width: 1200px) {
  #menufix { padding-top: 70px; }
}
