.select-section {
    background-color: white;
    color: black;
    border-radius: 6px;
    padding: 5px;
    font-size: small;
    vertical-align: middle;
    padding-left: 15px;
    width: 250px;
    height: 35px;
}

nav {
    background-color: #ffffff;
}

.img-logo {
    height: 42px;
}

.blue-btn {
    font-weight: 900;
    border-radius: 6px;
    color: #000000;
    box-shadow: 0px 29px 40px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    letter-spacing: 1.2px;
    border: 1px solid var(--blue);
    width: auto;
    display: inline-grid;
    height: 35px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    height: 35px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.blue-btn:hover {
    color: white;
}

.blue-btn:last-child {
    background: #0f1b6d;
    color: var(--white);
}

.blue-btn.photo-gallery {
    color: #0f1b6d;
    border: none;
    box-shadow: none;
    padding-right: 20px;
    padding-left: 0;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.closed {
    display: none;
}

.opened {
    display: grid;
    z-index: 9999;
}

.select-section {
    background-color: white;
    color: black;
    border-radius: 6px;
    padding: 5px;
    font-size: small;
    vertical-align: middle;
    padding-left: 5px;
    margin-right: 15px;
    width: 180px;
    height: 2rem;
}

nav {
    background-color: #000000;
    padding: 0.8rem 1rem !important;
}

.container {
    max-width: 100%;
}

.img-logo {
    height: 25px;
}

footer {
    background-color: #000000;
}

@media (max-width: 991px) {
    .navbar {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .select-section {
        width: auto;
    }

    .navbar-items {
        display: none;
    }

    .navbar-toggler-icon {
        height: auto;
    }

    .blue-btn.photo-gallery {
        justify-content: left;
        color: black !important;
    }
}