
BODY {
    background-image: url('Pattern-Cloth-Threads-1.jpg');
    font-family: Lato, sans-serif;
    font-size: 14pt;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
}

#wbu-layout-area {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#header-links {
    margin: 2em auto;
    width: 85%;
    text-align: right;
}

/*#WIP:after {
    content: "Work-In-Progress";
}
#WIP {
    transform: rotate(-15deg);
    color: orange;
    font-size: 120pt;
    font-weight: bold;
    position: absolute;
    top: 10%;
    left: 15%;
    z-index: 9999;
    text-decoration: underline;
    -webkit-text-stroke: thin white;
    max-width: 80vw;
    margin: 40px auto;
    opacity: 0.75;
}
*/

#wbu-hero {
    background-image: url('WBU-Hero-CityScapeWithFlag.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100vw;
    height: -webkit-fill-available;
    max-height: 425px;
}

#wbu-title {
    background-image: url('WBU-WannaBuyUSA-Title.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 84vw;
    height: 50%;
    z-index: 5;
}

#wbu-main {
    font-family: Lato, sans-serif;
    font-size: 14pt;
}

#wbu-main P {
    margin: 2em auto;
    width: 85%;
    text-align: center;
}

#wbu-form {
    font-family: Lato, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#load-more P {
    text-align: center;
}
