body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}
.border {
    border: 1px solid black;
}
.bg-blue {
    background-color: #264491;
}

.bg-gray {
    background-color: lightgray;
}

.text-center {
    text-align: center;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
}

.container-xl {
    background-color: transparent;
    max-width: 2200px;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
}

.align-center {
    align-items: center;
}

.bold {
    font-weight: bold;
}

.page-wrapper {
    position: relative;
    margin: 40px;
}

#company-bar {
    margin-bottom: 30px;
}

.hi {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}
.hi img {
    height: 100%;
}

.ht {
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
    color: white;
}


.ht h1 {
    color: white;
    padding: 0px;
    margin: 0px;
    font-size: clamp(2.6rem, 1vw, 1.5rem);
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.ht p {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    color: white;
    font-size: clamp(1.5rem, 1.75vw, 3rem);
    text-align: center;
}
.list-sub {
    font-style: italic;
    margin: 0px;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
}


#main {
    background-color: #EBE9EA;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#main .image {
    flex: .3;
    background-image: url('/images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    flex-wrap: wrap;
}
#main .text {
    flex: 1;
    flex-wrap: wrap;
}
#main .text h2 {
    font-size: clamp(1rem, 2.5vw, 3rem);
    padding-left: 15px;
}

#main .list .left{
    flex: 1;
    font-size: clamp();
}
#main .list .right{
 flex: 1;
}
#main .list li {
    padding: 3px;
    font-size: clamp(1rem, 1.5vw, 2rem);
}

#main .main-bottom {
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 2rem);
    padding-bottom: 15px;
}
#main .main-bottom .link {
    font-size: clamp(1rem, 1.5vw, 2rem);
    color: black;
}
#main .main-bottom .phone {
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(1.25rem, 1.75vw, 2rem);
}
#main .main-bottom .address {
    color: black;
    font-weight: 600;
    font-size: clamp(1.25rem, 1.75vw, 2rem);
}
.bottom-text {
    text-align:center;
    color: #264491;
font-weight: bold;
font-size: clamp(1rem, 1.5vw, 2rem);
}

@media (max-width: 800px) {
    .ht {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 400px) {
    #main .image {
        display: none;
    }
    #main .text {
        background-image: url('/images/background.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: overlay;
        background-color: #ebe9eab6;
    }

    .page-wrapper {
        margin: 0px;
    }
}
