.header {
    background-image: url(images/banner.webp);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    text-align: left;
    line-height: 40px;
}

.headerLink {
    color: white;
    text-decoration: none;
    font-family: "Century Gothic";
    padding-left: 20px;
    font-weight: normal;
}

.menu {
    background-color: black;
    opacity: 1;
    position: relative;
    z-index: 10;
    top: 80px;
    left: 0;
    text-align: left;
    width: 100%;
    height: 25px;
    border-bottom: 1px solid rgba(211,211,211,0.5);
    line-height: 25px;
}

.tab {
    color: white;
    text-decoration: none;
    font-family: "Century Gothic";
    padding-left: 15px;
    padding-right: 15px;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    background-image: url("images/wallpaper1.webp");
    background-size: cover;       /* fills the screen */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; /* optional: parallax effect */
}

.sectionHeader {
    color: white;
    font-family: Verdana, Arial;
    font-weight: normal;
    padding-left: 0%;
}

.content { 
    position: absolute;
    top: 125px;
    left: 0;
    text-align: left;
    width: 100%;
    overflow: auto;
}

.paragraph {
    color: white;
    font-size: medium;
    padding-left: 5%;
    padding-right: 10%;
    line-height: 150%;
}

.poetry {
    display: table;
    background-color: white;
    white-space: pre-line;
    color: black;
    font-size: small;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 125%;
    text-align: center;

}


.photos {
    text-align: center;
    margin: auto;
    width: 25%;
    height: 70px;
    outline: 2px solid lightgray;
    line-height: 20px;
}

.photosLink {
    color: white;
    text-decoration: none;
    font-family: Verdana, Arial;
    font-weight: normal;
    display: block;
    padding-top: 25px;
}

.photo {
    padding-top: 20px;
    text-align: center;
    background-color: white;
    line-height: 40px;
    vertical-align: 30px;

}

.audio-link {
    color: #9700b5;
}















































