header img{
    width: 100%;
    resize: both;
    height: auto;
}

.brand img{
    width: 205px;
    height: 65px;
}

.row{
    --bs-gutter-x: 0;
}

.content p{
    color: #666;
    line-height: 18px;
    font-size: 11px;
    margin: 0 0 18px 0;
    padding: 0;
}

.content h1{
    font-family: 'Michroma', sans-serif;
    color: #ff6600;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.content h3{
    font-family: 'Michroma', sans-serif;
    color: #ff6600;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0 0 18px 0;
    font-size: 15px;
}

.doculinks a{
    padding: 2px;
    color: #666;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Lucida, Arial, sans-serif;
}

.doculinks a:hover{
    text-decoration: underline;
}

.doculinks li{
    list-style: disc;
    color: #666;
}

.row hr{
    border: solid black 0.5px;
    margin-top: 100px;
}

.border1 hr{
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.contentimg{
    margin-top: 150px;
    margin-left: 5px;
    width: 100%;
    resize: both;
    height: auto;
}

.border1{
    border-left: 1px #ff6600 solid;
    margin-top: 70px;
    margin-left: 10px;
    padding-left: 15px ;
}

.margin{
    margin-bottom: 15px;
}

.contact{
    margin-left: 10px;
}

.content .contact p{
    margin: 0;
}

.content .col-4 p{
    margin: 0;
}

.content a, .footer a{
    color: #666;
    font-size: 11px;
}

.content a:hover, .footer a:hover{
    text-decoration: underline;
    color: #666;
}

.header ul {
   display: flex;
   margin-left: 0;
}

.headerlist{
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
    .col-3, .col-5{
        width: 100%;
    }

    .banner img{
        width: 100%;
        resize: both;
        height: auto;
    }

    .contentimg{
        margin-top: 30px;
    }

    .row hr{
        margin-top: 10px;
    }

    .flex{
        display: flex;
        justify-content: center;
    }

    .header ul{
        justify-content: center;
    }

    .header .col-4{
        width: 100%;
    }
        
    form{
        display: flex;
        align-items: center;
        flex-direction: column;  
    }

    .col-12{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .header .col-4{
        margin-left: 30px;
    }
}