.btnscrolling {
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    width: 55%;
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #2B4257;
    font-weight: 600;
    display: inline-block;
    /* border-radius: 50px; */
    background-color: rgba(255, 255, 255, 0.85);
}

.btnscrolling:hover {
    background-color: rgba(92, 92, 92, 0.5);
}

.card-photo img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    border-radius: 30px !important;
}

.btn-brand {
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    background-color: #2B4257;
    color: white;
}

.btn-brand:hover {
    background-color: #537ea6;
    color: white;
}

/* Text Coloring */
.location-text {
    color: #aaa;
}

.text-midnight-blue {
    color: #2B4257;
}

.text-white {
    color: white !important;
}

.carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100% !important;
}

.bx {
    color: #2B4257;
}

.responsive-iframe {
    width: 90vw;
    height: 50.625vw;
}

#contacts a{
    text-decoration: none;
    color: #2B4257;
}
  

@media screen and (min-width:990px) {
    .logohero-resp-desktop {
        width: 20% !important;
    }

    .btnscrolling {
        width: 30% !important;
    }

    .responsive-iframe {
        width: 50vw;
        height: 28.125vw;
    }
}