@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.bg-hmg {
    background-color: #193A81 !important;
}

.btn-hmg {
    background-color: #193A81 !important;
    border-color: #193A81 !important;
}

.btn-hmg:hover {
    background-color: #213f81 !important;
    border-color: #213f81 !important;
}

.main-section {
    background: url(images/plasticssalov-evgeniysstock.png);
    background-size: cover;
    background-position: center top;
    min-height: 600px;
}

.main-section>.overlay {
    background-color: rgba(33, 37, 41, 0.8);
}

.main-section .head-text {
    color: #fff
}

.main-section .lead {
    color: #fff
}

.contact-section {
    background: url(images/footer_bg.png);
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.contact-section>.overlay {
    background-color: rgba(33, 37, 41, 0.3);
}

.contact-section .head-text {
    color: #fff
}

.contact-section .lead {
    color: #fff
}

#navbarHeader ul.list-unstyled li a {
    text-decoration: none;
}

#navbarHeader ul.list-unstyled li {
    padding-bottom: 5px;
    padding-top: 5px
}

.forms {
    width: 100%;
}

.gepbeszerzes_info_lista>li {
    padding-bottom: 8px;
}

#lightSwitch {
    margin-top: 6px;
}

.btn-link {
    text-decoration: none;
    color: #000;
}

.btn:focus {
    box-shadow: none !important;
}

.page-dark-mode section.forms.bg-light,
.page-dark-mode section.album,
.page-dark-mode .offcanvas {
    background-color: #1E293B !important;
    color: #fff !important;
}

.page-dark-mode .form-control,
.page-dark-mode .form-select {
    background-color: #3A3B3C !important;
    color: #fff !important;
}

.page-dark-mode .card {
    background-color: #242526 !important;
    color: #fff !important;
}

.page-dark-mode .btn-close {
    background-color: #fff !important;
}

.page-dark-mode .modal-content {
    background-color: #242526 !important;
    color: #fff !important;
}

.page-dark-mode .btn-link {
    color: #fff !important;
}

.page-dark-mode footer {
    background-color: #1E293B !important;
    color: #fff !important;
}

.page-dark-mode footer a {
    color: #fff !important;
}

.footer-home-link {
    color: #fff;
    text-decoration: none;
}

.footer-home-link:hover {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    #beszerzes-img {
        margin-bottom: 25px;
        max-width: 500px;
    }

    #gepeladas-img {
        margin-bottom: 25px;
        max-width: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        position: relative !important;
    }

    .navbar>.container>.navbar-brand {
        width: 100%;
        justify-content: center !important;
    }

    .navbar>.container>.top-nav {
        width: 100%;
        justify-content: center !important;
    }
}
