/*
 light-green: #C6D1AA
 Purple: #9C6FB0
 purple-light: #807EB6
 Blue: #355C9D
 Green: #456145
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
  font-family: 'Fjord One', Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
}



h1,h2,h3,h4,h5,h6,h6,.display-heading {
  font-family: 'Fjord One', Georgia, 'Times New Roman', Times, serif;
}

.navbar{
    background-color:#eeeeee !important;
}

.navbar-brand{
    font-family: 'Fjord One', serif;
    font-size: 24px;
}

#MainDiv {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.0)), url('../uploads/Background001.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 70vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    padding-left: 12%;
}

#MainDiv h6 {
    color: white;
    font-size: 20px;
    margin: 0;
    font-weight: 200;
    text-align: center;
}


#BrandsDiv {
    background-color: #ffffff;
    padding-top: 30px;
    text-align: center;
    height: 200px;
}

.brand_items{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.brand_item{
    border-color: #9C6FB0;
    background-color: #dedeff;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    padding: 20px;
}

/* Other Devices */

/* A small wrapper to control text layout inside the hero */
.hero-text {
    max-width: 65ch;
}

/* Responsive tweak for small screens */
@media (max-width: 576px) {
    #MainDiv {
        padding-left: 2rem;
        height: 70vh !important;
    }

    .hero-text h1 {
        font-size: 5rem !important;
    }
}

@media (max-height: 511px) {
    #MainDiv {
        padding-left: 2rem;
        padding-top: 2rem;
        height: 70vh !important;
    }

    .hero-text h1 {
        font-size: 5rem !important;
    }
}