@charset "utf-8";
header  {
    background-image: url(images/Clouds.jpg);
    width: 100%;
    background-size: cover;
    height: 44vw;
    background-attachment: fixed;
    margin-bottom: 101px;
}
h1 {
    font-family: Script, Papyrus, Parchment, "Freestyle Script", "Niagara Engraved", cursive;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 83px;
    margin-top: 0px;
    font-size: 8vw;
    font-weight: bold;
    color: #FFFFFF;
    word-spacing: 9px;
    text-shadow: 3px 2px 2px #262424;
    line-height: 2ovh;
}

.byline {
    font-style: italic;
    text-align: center;
    font-family: Script, Papyrus, Parchment, "Freestyle Script", "Niagara Engraved", cursive;
    font-weight: bold;
    font-size: 4vw;
    text-shadow: 1px -1px;
    margin-top: 0px;
    color: rgba(55,54,54,1.00);
}
.byline span {
    background-size: cover;
    display: inline-block;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 19px;
}
p {
}

.stanza p {
    text-align: center;
    margin-top: 100px;
    font-family: Script, Papyrus, Parchment, "Freestyle Script", "Niagara Engraved", cursive;
    font-weight: bold;
    font-size: 3vw;
    line-height: 6vw;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    color: #FEFDFD;
    text-shadow: 2px 0px 1px #010101;
    border-radius: 100px;
    background-attachment: fixed;
    word-spacing: 2px;
}
.article #s1 p {
    background-image: url(images/stars.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.article #s2 p {
    background-image: url(images/field.jpg);
    background-size: cover;
    background-position: 14% 34%;
    text-align: center;
    background-attachment: fixed;
}
.article #s3 p {
    background-image: url(images/tree.jpg);
    background-size: cover;
    background-position: 0% -97%;
    background-attachment: fixed;
}
.article #s4 p {
    background-image: url(images/lights.jpg);
    background-size: cover;
    background-attachment: fixed;
}




.stanza {
    margin-bottom: 200px;
    margin-top: 200px;
}
.article {
    border: medium double #FFFFFF;
    border-radius: 50px;
}
#move {
    text-align: center;
    color: rgba(109,114,115,1.00);


}


a {
    color: rgba(250,242,242,0.60);
    text-shadow: 0px 0px;
}
