.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: #0052E2;
    box-shadow: 0px 29px 40px 0px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    letter-spacing: 1.2px;
    background: #ffffff;
    border: 1px solid #0052E2;
    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 {
    text-decoration: none;
    background-color: white;
    border: 1px solid #0052E2;
}

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

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

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

.closed {
    display: none;
}

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

@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;
    }
}