.headtext{
    font-family: Roboto;
    font-size: 26px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 3px solid #a90000;
    width: fit-content;
}
.descofheadtext{
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    max-width: 700px;
}
.labelforconcern{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
}
.concernform{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}
.concerncont{
    width: 700px;
    height: 100px;
    padding: 10px;
    border-radius: 9px;
    border: none;
    outline: none;
    background-color: #e8e8e8;
    font-weight: 300;
    font-family: Roboto;
    font-family: 16px;
}
.chooseproofs{
    margin-top: 20px;
}
.attachbutton{
    border: none;
    border: 3px solid #00183b;
    font-family: Roboto;
    font-weight: 300;
    color: #000;
    padding: 8px;
    width: fit-content;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: 250ms;
}
.attachbutton:hover{
    background-color: #00183b;
    color: #fff;
}
.fileList{
    margin-top: 20px;
    margin-bottom: 15px;
}
.filesinlist{
    font-family: Roboto;
    font-weight: 350;
    margin-bottom: 2px;
}
.submitform{
    max-width: 720px;
    border: none;
    border: 3px solid #003b0f;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    margin-top: 20px;
    transition: all 250ms;
    background-color: #fff;
}
.submitform:hover{
    background-color: #003b0f;
    color: #fff;
}


.navbarpt3:hover{
    background-color: transparent;
}