body {
    font-family: Calibri, sans-serif;
    background-color: rgb(245,245,245);
}

#main-image {
    width: 100%;
    /*min-height: 600px;
    min-width: 1500px;
    overflow: hidden;*/
    object-fit: cover;
    min-height: 600px;
    max-height: 600px;
    overflow: hidden;
}
#brand-tab {
    position: absolute;
    top: 0px;
}
.navbar {
    padding: 14px 0px 14px 0px;
    border-bottom: 2px solid white;
}