li{
    display: inline;
    padding: 60px;
}
li a{
    color: white;
    text-decoration: none;
}

img{
        max-width: 100%;
        height: auto;
        }

body {
    background-color: rgb(116, 92, 5);
    margin: 0;
    font-family: serif;
    font-size: 20px;
    font-optical-sizing: auto;
}

nav{
        display: block;
        text-align: center;
        padding: 10px 0;
        color: white;
        font-size: 24px;
}

a:hover {
    text-decoration: underline;
}

/* Constrains the height while maintaing full width while centering the page's content. */

#wrapper {
    margin: 0 auto;
    width: 100%;
}

header {
    height: 450px;
    width: 100%;
    overflow: hidden;
    background: white url("./resources/swift.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* The two lines below make the photo opaque. No Apacity = 1  Full Opacity = 0  :-) */
    opacity: 1;
    line-height: 3.8em;
}
footer{
    margin: 50px;
    font-size: 14px;

}

h1 {
    margin-top: 1.8em;
    font-size: 30px;
    font-weight: lighter;
    Text-align: center;
    color: rgb(255, 255, 255);
    width: 100%;
}


/*  filter: alpha(opacity=60); */

h2{ 
    font-size: 24px;
    font-weight: lighter;
    margin: 5%;
}
p{
    padding: 10px 20px;
    margin-left: 40px;
}

.about{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.aboutme{
    display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
}
.bio::first-letter{
    font-size: 150%;
}
.bird{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.landing{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        text-align: center;
}
.pubs{ 
padding-left: 100px;
padding-right: 100px;
margin-bottom: 100px;
font-size: 20px;
}
.contact{
    text-align: center;
}

#subhead{
    font-style: italic;
    text-align: center;
}
