body {
    font-family: 'Roboto script=all rev=1', sans-serif;
}

.logo {
    padding-bottom: 6vw;
}

.stories {
    /* background-image: url("background.jpg"); */
    /* background-size: cover; */
    padding-bottom: 12vw;
    background-color: #eee;
}

.stories img {
    width: 60vw;
}

.stories h2 {
    font-weight: 600;
    font-size: 2vw;
    color: #000;
    padding-top: 4vw;
    text-align: center;
    /* text-transform: uppercase; */
    padding-left: 6vw;
    padding-right: 6vw;
}

.stories p {
    margin-top: 1vw;
    font-size: 1.66vw;
    font-weight: 100;
    font-style: oblique;
    margin-left: 2vw;    
    color: #ffffff;
    padding-bottom: 1vw;
    text-align: center;
    padding-left: 6vw;
    padding-right: 6vw;
    line-height: 130%;
}

.credits {
    margin-top: 120px;
    padding:10px;
}

.footer {
    padding-top: 30px;
    font-size: 1.66vw;
    background: #e23200;
    padding:10px;
}


.anchor {
    position:absolute;
    transform:translateY(-50vh);
}

@media screen and (max-width: 800px) {
    .stories h2 {
        font-size: 4vw;
        padding-top: 8vw;
        text-transform: none;

    }
    .stories p {
        font-size: 3.33vw;
        padding-bottom: 2vw;

    }
    .stories img {
        width: 110vw;
        margin-left: -10vw;
    }
}

.inform {
    padding-top: 4vw;
    text-align: center;
    padding-bottom: 8vw;
    background-color: #ffffff;
}

button {
    font-family: 'Roboto script=all rev=1', sans-serif;
    background-color: #e23200;
    color: #ffffff;
    font-size: 12pt;	
    border: 0;
    box-shadow: none;
    border-radius: 0px;
    padding: 7px;
    padding-left: 18px;
    padding-right: 18px;
}

button:active {
    background-color: #284644;
 }

input {
    font-family: 'Roboto script=all rev=1', sans-serif;
    color: #e23200;
    background-color: #ffffff;

    width: 40%;
    font-size: 12pt;	
    border-style: solid;
    padding: 7px;
}

.statement {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.statement img {
    margin:10px;
    max-width: 400px;
    width: 30vw;
}

.statement h2 {
    min-width:200px;/*optional*/
    padding:10px;
    box-sizing: border-box;
    vertical-align: middle;
}