﻿@font-face {
    font-family: "VPPixelSimplified";
    src: url("../fonts/VPPixel-Simplified.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: "GOST_Common";
    src: url("../fonts/GOST_Common.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    font-weight: 400;
    color: #170400;
    font-family: 'GOST_Common', sans-serif;
    font-size: 20px;
}
strong {
    font-weight: 500;
    font-family: 'VPPixelSimplified', sans-serif;
}
h1 {
    font-family: 'VPPixelSimplified', sans-serif;
    font-size: 23px;
    letter-spacing: 2px;
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
}
h2 {
    font-family: 'VPPixelSimplified', sans-serif;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
h3 {
    font-family: 'VPPixelSimplified', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
h4 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
.logo {
    height:200px;
}
.bg-dark {
    background-color: #170400 !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #170400;
    box-shadow: none;
}
.accordion-item {   
    border: none;
}

a {
    text-decoration: none;
}
.icono {
    height:25px;
    padding-right:10px;
}

.navbar {
    --bs-navbar-color: rgba(255, 255, 255, 0.9);
    --bs-navbar-nav-link-padding-x: .8rem;
}
.navbar-nav {
    font-weight:600;
}
/* Large devices (desktops, 992px and up)*/
.nav-link {
    font-family: 'VPPixelSimplified', sans-serif;
    color: #170400;
    font-size: 22px;
    letter-spacing: 2px;
    text-decoration: underline;
    font-weight: 500;
}
.sample-container {
    height: 800px;
}
@media (min-width: 768px) {
}
@media (min-width: 1200px){

}
