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


#Container1 {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
}

a,
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;
}

.QSAnametext {
    font-weight: 700;
    font-size: 28px;
    font-style: italic;
    color: #ff9413;
}


#Container3 {
    width: 100vw;
}


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;
}


#Container1a {
    background-color: rgba(229, 228, 228, 0);
    padding: 50px;
    width: 55vw;
}

.Container4 {
    max-width: 340px;
    background-color: rgb(255, 255, 255);
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
}

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


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

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

.Header3 {
    font-size: 25px;
    display: inline-block;
    text-align: left;
    background-color: #ff9413;
    color: WHITE;
    font-style: italic;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 40px;
    padding-left: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.Header4{
    font-size: 20px;
    display: block;
    font-style: italic;
    text-align: center;
    font-weight: 500;
    background-color: rgb(66 111 155);
    color: WHITE;
    font-style: italic;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 40px;
    padding-left: 40px;
    font-weight: 600;

}

.Text1 {
    padding: 10px;
    padding-top: 10px;
    display: block;
    font-size: 16px;
}

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

#Container3 {
    padding-top: 50px;
}

ul {
    margin: 0;
}

button {
    color: black;
}

#BannerIMG {
    width: 100%;
    height: auto;
    margin: 0;
}
#BannerIMGcontainer{
    width: 100%;
    margin: 0;
    margin-bottom: -5px;
    display: block;
    position: relative;
    overflow: hidden;
}

#QSAtop {
    font-size: 70px;
    font-family: "Inter", "Archivo", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    color: white;
    position: relative;
    display: block;
    line-height: 1.1;

}

.bodytext1 {
    font-size: 18px;
}

.Text1 li{
    position: relative;
    left: 10px;
}

#QSAsubtext {
    font-size: 18px;
    font-family: "Inter", "Archivo", sans-serif;
    font-style: italic;
    font-optical-sizing: auto;
    color: #ff9413;
}

#Container6 {
    position: absolute;
    display: block;
    left: 60px;
    bottom: 60px;
    padding: 60px;
    background-color: rgba(173, 216, 230, 0.392);
    border-radius: 5px;
}

#bodyimg1 {
    min-width: 200px;
    max-width: 500px;
    width: 25vw;
}

#Container7 {
    background-image: url(Media/IMG_37352copy.jpg);
    background-position: 0;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 25px;
}

#Container9 {
    align-items: flex-start;
    padding-left: 20px;
}

#Container10 {
    padding-bottom: 40px;
    margin-top: 20px;
}

.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;
}

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

@media screen and (max-width: 600px) {
    #Container1a {
        padding: 30px;

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

@media screen and (max-width: 1150px) {
    #bodyimg1{
        width: 100vw;
    }
    #Container1a{
        width: 100vw;
    }
}
@media screen and (max-width: 1260px) {
    #BannerIMGcontainer{
        height: 444px;
        width: auto;
        background-image: url(Media/IMG_3385copy.jpeg);
        background-position: center center;
        background-size: cover;
    }
    #BannerIMG{
        display: none;
    }
}