@charset "utf-8";
body {
    width: 700px;
    text-align: center;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
h1 {
    font-size: 4em;
    color: #EE5300;
    margin-bottom: 40px;
    margin-top: 40px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-family: amaranth;
    text-shadow: -4px 4px 6px #000000;
    letter-spacing: 6px;
}

img {
    border: thin solid #000000;
}

p {
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: bitter;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

h2 {
    font-size: 2.5em;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: amaranth;
    font-style: normal;
    font-weight: 400;
    color: #EE5300;
    border-bottom: thin solid #000000;
}
.introduction {
    font-size: 15px;
    font-style: italic;
	}

nav {
    padding-top: 36px;
    font-size: 1.5em;
}

li{
    padding-bottom: 30px;
}

a:link, a:visited{
    text-decoration: none;
    color: black;
    border: thick groove #EE5300;
    border-radius: 10px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}


a:hover, a:active {
    text-decoration: none;
    color: #EE5300;
    border-radius: 10px;
    border: thick groove #000000;
    padding-right: 2px;
}
