@charset "utf-8";
body article {
	font-family: 'Roboto', sans-serif;
    margin: auto;
    width: 700px;
    background-color: #454545;
}
body article h1 {
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 900;
    font-variant: small-caps;
    font-size: 4em;
    padding-top: 40px;
}
article nav ul {
    padding-top: 20px;
    padding-bottom: 20px;

}
article p a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border: 5px solid #FFFFFF;
    background-color: #8C0803;
    border-top-right-radius: 58px;
    border-bottom-left-radius: 58px;
    padding-left: 30px;
    padding-right: 30px;
}
a:link, a:visited {
	color: #FFFFFF;	
}
a:hover, a:active {
	color: #019FC6;
}
body article p {
}


#description h2 {
    color: #FFFFFF;
    text-align: center;
}
#description p {
    color: #C0C0C0;
    padding-left: 50px;
    padding-right: 50px;
}

#behavior h2 {
    color: #FFFFFF;
    text-align: center;
}
#behavior p {
    padding-left: 50px;
    padding-right: 50px;
    color: #C0C0C0;
}

#misconceptions h2 {
    color: #FFFFFF;
    text-align: center;
}
#misconceptions p {
    color: #C0C0C0;
    padding-left: 50px;
    padding-right: 50px;
}

#culture h2 {
    color: #FFFFFF;
    text-align: center;
}
#culture p {
    padding-left: 50px;
    padding-right: 50px;
    color: #C0C0C0;
}
#culture {
    padding-bottom: 30px;

}


nav ul li {
    display: inline;
    text-transform: none;
    border: 5px solid #FFFFFF;
    border-radius: 0px 58px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.75em;
    background-color: #8C0803;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-left: auto;
}

ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
}




.introduction {
    color: #A3A3A3;
    font-style: italic;
    font-variant: normal;
    font-weight: 700;
    font-size: 1.25em;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.h2 {
}
.nav {
}
.backToTop {
    text-align: center;
    margin-bottom: -40px;
    padding-bottom: 65px;
    font-style: oblique;
    font-weight: 700;
    font-size: 1em;
}
#validator {
    font-family: 'Roboto', sans-serif;
	text-align: center;
}
