@charset "UTF-8";
body {
    margin-top: 120px;
    margin-right: 120px;
    margin-bottom: 120px;
    margin-left: 120px;
    color: rgba(0,0,0,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    background-color: #4C747A;
    text-align: center;
    list-style-type: none;
}

a:link, a:visited {
    color: #F8F8F8;
    text-decoration: none;
}

a:hover,  a:active {
	color: #000000;
	text-decoration: none;
}header h1 {
    font-weight: normal;
    font-size: 3rem;
    margin-top: 40px;
    margin-bottom: 40px;
    font-style: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-top-width: 2px;
    color: #000000;
    border-radius: 0px;
    border-top-style: solid;
    background-color: #8A9EA7;
}
li h3  {
    font-size: 1.6rem;
}

#container {
    background-color: #DAB692;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.25px;
    padding-bottom: 0.25px;
    border-bottom-width: 2.5px;
    border-bottom-style: solid;
}
img {
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    border: 8px solid #8A9EA7;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
header p {
    font-size: 2rem;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-radius: 0px;
    background-color: #8A9EA7;
}
main h1 {
    color: #4C747A;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
}
main p {
    color: #000000;
    font-size: 1.3rem;
    margin-right: 125px;
    margin-left: 125px;
    list-style-type: none;
}
main h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4C747A;
}
aside {
    background-color: #8A9EA7;
    padding-top: 0.25px;
    padding-bottom: 0.25px;
    padding-right: 0px;
    border-radius: 0px;
    padding-left: 0px;
    list-style-type: none;
}
aside p {
    color: #000000;
    font-size: 1.3rem;
    list-style-type: none;
}
aside h1 {
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    border-bottom-width: 2px;
    border-radius: 0px;
    border-bottom-style: solid;
    border-top-width: 2px;
    border-top-style: solid;
    background-color: #DAB692;
}
aside a:link, aside a:visited {
    color: #F8F8F8;
    text-decoration: none;
}
aside a:hover, aside a:active {
    color: #000000;
    text-decoration: none;
}
footer {
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    background-color: #DAB692;
}
footer ul li {
    font-size: 1.5rem;
    text-align: center;
    list-style-position: inside;
    list-style-type: none;
}
