body {
    margin: 0;
    position: relative;
    display: block;
}

#HeaderContainer {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0;
}

#TopLogo {
    width: 6vw;
    min-width: 70px;
    position: relative;
    display: block;
    margin: auto;
}


a,
p,
button,
ul {
    font-family: geneva, arial, verdana, "trebuchet ms", "gill sans", helvetica, tahoma, "lucida sans unicode", sans-serif;
    font-family: "Inter", "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    margin: 0;
}


button {
    font-size: 14px;
    padding: 9px;
    margin: 10px;
    background-color: white;
    border: none;
    cursor: pointer;
    transition: .5s;
    border-radius: 3px;
}

button:hover {
    margin-top: -1px;
    background-color: orange;
    color: white;
}

.Container8 {
    background-color: rgb(255, 255, 255);
    margin: 20px;
    padding: 5px;
    border-radius: 5px;
    width: 600px;
    flex-grow: 1;
}

#applytext,
#applyheader {
    display: inline-block;
    width: auto;
    padding-left: 10px;
}

#applytext a {
    color: rgb(66 111 155);
}

#applytext {
    padding-left: 20px;
    padding-right: 20px;
}

.FlexContainer2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    position: relative;
}

.Header4 {
    font-size: 25px;
    display: block;
    text-align: left;
    color: #ff9413;
    margin: 0;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}

#BodyText {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


#copyright {
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 20px;
    bottom: 10px;
}

ul {
    margin: 0;
}

button {
    color: black;
}

#bottombanner {
    padding-top: 50px;
    margin-top: 50px;
}


#BannerIMG,
#BannerIMG2 {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}
#BannerIMG{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    position: relative;
}

.BannerIMGcontainer {
    width: 100%;
    margin: 0;
    margin-bottom: -5px;
    display: block;
    position: relative;
    overflow: visible;
}

#Bannertop{
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
    bottom: 100%;
    left: 0;
}


#QSAtop {
    font-size: 55px;
    font-family: "Inter", "Archivo", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: white;
    background-color: rgb(66 111 155);
    position: relative;
    display: inline-block;
    line-height: 1.1;
    padding: 20px;
    margin-top: -2px;
    margin-bottom: 30px;
}

.bodytext1 {
    font-size: 18px;
    padding: 20px;
    padding-top: 5px;
    display: block;
}

.bodytext2 {
    font-size: 18px;
    padding-left: 50px;
    display: block;
}


.BottomImg2 {
    box-sizing: border-box;
    width: 24vw;
    min-width: 320px;
    margin: 0;
    flex-grow: 1;
}

.BottomIMGcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
}

.SubHeader{
        font-size: 20px;
    display: block;
    text-align: left;
    color: rgb(26 127 175);
    width: 100%;
    margin: 0;
    padding: 0px;
    font-weight: 500;
    font-style: italic;
}

@media screen and (max-width: 400px) {
    button {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 744px) {
    #QSAtop {
        font-size: calc(20px + 5vw);
    }
}


@media screen and (max-width: 1150px) {
    #bodyimg1 {
        width: 100vw;
    }
}

@media screen and (max-width: 860px) {
    .BannerIMGcontainer {
        height: 300px;
        width: auto;
        background-image: url(Media/IMG_3322copy2.jpeg);
        background-position: right center;
        background-size: cover;
    }

    #BannerIMG,
    #BannerIMG2 {
        display: none;
    }

    #bottombanner {
        background-image: url(Media/IMG_6584copy.jpg);
        background-position: center center;
        height: 200px;

    }
}