.bgStyle {
    background-image: url("../images/styling/map2.png");
    min-height: 100%;
    width: 100%;
    background-position: center;
    position: absolute;
    background-size: 100%;
    background-attachment: fixed;

}

#aboutBob {
    overflow: auto;
    border-color: black;
    border-style: solid;
    background: transparent;
    resize: none;
    height: 25vh;
}

.bobText {
    width: 100%;
}

.bobTextForm {
    margin-top: -20px;
}

.field {
    background: rgba(233, 218, 197, 0.9);
    width: 65%;
    margin: auto;
    padding: 4%;
    margin-bottom: 20%;
    margin-top: 16%;
}

.infoSideField {
    margin-bottom: 10%;
    margin-top: 0%;
    width: 100%
}

.half {
    width: 30%;
}

.text {
    color: black;
}

.center-title {
    text-align: center;
    padding: 2%;
}

.center-field {
    text-align:center;
}

.home-buttons {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.inputField {
    margin-bottom: 1%;
}

.carouselReport {
    height: 300px;
}

.autoMargin {
    margin: auto;
}

.biggerP {
    font-size: 20px;
    padding-bottom: 5px;
}

.reviewsContainer {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgb(205, 190, 168);
}

.nav-tabs {
    border-bottom: 1px solid black !important;
}

.nav-link.active {
    background-color: rgb(205, 190, 168) !important;
    border: 1px solid black !important;
    font-weight: bold;
}

.nav-link:hover {
    border: 1px solid black !important;
    font-weight: bold;
}

.droplink {
    text-decoration: none;
}

.droplink li {
    font-size: 20px;
}

.droplink:hover, .accbutton:hover {
    background: rgb(205, 190, 168) !important;
}

.navbar {
    padding: 20px 10px !important;
    margin: auto !important;
    width: 100%;
}

.navlink {
    text-decoration: none;
    font-size: 20px !important;
}

.dropdown_box {
    background: rgba(233, 218, 197, 0.9);
    margin-top: -4px;
    margin-bottom: -4px
}

.login_box {
    background: rgba(233, 218, 197, 0.9);
    margin-bottom: 20px;
}

.logo_pic_bg {
    margin-top: 20px;
    background: rgba(233, 218, 197, 0.9);
    width: 155px;
}

.logo_pic {
    height: 190px;
    width: 135px;
    margin: 10px;
}

.homelink {
    margin-left: 20px;
}

.logo_pic_mini {
    height: 80px;
    width: 50px;
    position: absolute;
    z-index: 100;
    margin-left: -30px;
    margin-top: -35px;
}

.bob_image {
    min-width: 270px;
    max-height: 230px;
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

.whoisbob {
    margin: auto !important;
    min-height: 50vh !important;
}

.whoisbob_items {
    gap: 20px;
}

@media screen and (max-width: 1200px) {
    .whoisbob_items {
        flex-direction: column;
    }

    .bob_image {
        max-height: none;
    }
}

@media screen and (max-width: 500px) {
    .bob_image {
        min-width: 150px;
    }
}

