img.w-full {
    max-width: 100%;
    height: auto;
}
img.w-60 {
    max-width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

img.w-80 {
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body div#mainBG {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-size: contain;
    background-repeat: repeat;
    color: #ffffff;
}

a.text-3xl {
    font-size: 3vw;
    line-height: 2.25rem;
}

.centerAll div.text-6xl {
    font-size: 7vw;
    line-height: 1;
}

body section#about p>img {
    width: 30vw;
}