@charset "utf-8";
/* CSS Document */
/* Selector {declaration property: declaration value;*/
body {background-color: #F5F5F5;
color:#40407A;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Dejavu Sans", Verdana, "sans-serif";}

#wrapper {width:80%;
margin-right:auto;
margin-left:auto;}

header{background-color: #80CBC4; text-align:center;}

h1, h2, h3 {background-color: #80CBC4; font-size: 36px; font-family: 'Bubblegum Sans', cursive;}

h1 {text-align: center;}

h2, h3 {text-align: right;}

nav {text-align: center; font-weight: bold;}

li {margin-bottom: auto;}

p {font-size: 25; font-family: 'Times New Roman', Times, serif; margin-left:auto; line-height: normal;}

/* Descendant Selector - specify an element within the context of it's cotainer (parent) element*/
nav a {text-decoration: none;}

.feature {font-style: italic;}

footer {background-color: #80CBC4; text-align:center; font-style:italic; text-align: center;}

