@charset "utf-8";
body {
    font-family: 'Open Sans', sans-serif;
    color: #546C58;
    font-size: 1em;
    background-attachment: fixed;
    background-size: 111em auto;
    background-image: url(duck%20background.jpg);
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
#container {
    width: 850px;
    background-color: #FFF;
    border-left: 20px solid #444444;
    border-right: 20px solid #444444;
    -webkit-box-shadow: 0px 0px 44px 8px rgba(68,68,68,0.64);
    box-shadow: 0px 0px 44px 8px rgba(68,68,68,0.64);
    margin-right: auto;
    margin-left: auto;
}
header {
    background-color: #FFFAE0;
    border-bottom: 10px solid #546C58;
    padding-top: 2px;
    margin-bottom: 30px;
    height: 23em;
}

header img {
    border: 14px solid rgba(84,108,88,1.00);
    border-radius: 185px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(84,108,88,0.71);
    box-shadow: 0px 0px 20px 4px rgba(84,108,88,0.71);
    display: block;
    margin-left: 44px;
    margin-bottom: -50px;
    position: absolute;
    margin-top: 27px;
}


.topRightInfo {
    text-align: left;
    display: inline-block;
    float: right;
    margin-top: 59px;
    margin-left: 414px;
}

header h1 {
    color: #DBBF00;
    font-size: 60px;
    margin-bottom: -47px;
}
header p {
    font-size: 24px;
    text-align: left;
}
a:link, a:visited {
    color: #DBBF00;
}
a:hover, a:active {
    color: #546C58;
}
h1, h3 {
    font-family: 'Arima', serif;
}
p    {
    font-size: 16px;
}
li a {
    font-size: 20px;
}

ul {
    padding-left: 0px;





}

main, aside, footer {
    padding-left: 30px;
    padding-right: 30px;
}

main h1 {
    color: #DBBF00;
    font-size: 35px;
    padding-top: 40px;
    margin-bottom: -16px;
}
main h2 {
    color: #74A57E;
    padding-top: 8px;
    margin-bottom: -10px;
}
main li  {
    list-style-type: none;
}

aside {
    background-color: #546C58;
    border-bottom-color: rgba(219,191,0,1.00);
    border-top-color: rgba(219,191,0,1.00);
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 10px;
    border-top-width: 10px;
    border-radius: 50px;
    margin-bottom: 60px;
    margin-top: 40px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

aside h1 {
    font-size: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
}
aside a:link, aside a:visited {
    color: #74A57E;
}
aside a:hover, aside a:active {
    color: #DBBF00;
}
aside li  {
    list-style-type: none;
}

footer {
    background-color: #FFFAE0;
    border-top: 10px solid rgba(84,108,88,1.00);
    height: 100px;
}

footer h1 {
    color: #444444;
    font-size: 40px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0px;
}
footer li  {
    list-style-type: none;
    margin-top: -20px;
    text-align: center;
}
