@charset "utf-8";
/* CSS Document */

/*Selector {declaration property: declaration value;*/
body {background-color: #3F2860; 
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;
background-color: #f5f5f5;
min-width: 1000px; max-width: 1280px;}

header {background-color: #80CBC4;
background-image: url("images/lilyheader.jpg");
height: 150px; background-repeat: no-repeat;
background-position: right;}


h1 {padding-top:50px; 
Padding-left:2em;} 
/*Descendant Selector - specify an element within the context of it's container (parent) element*/
 
nav {text-align: center; font-weight: bold; padding:1em;} 

nav a {text-decoration: none;}

.studio {font-style:italic;}
footer {background-color: #80CBC4; font-size: .60em; font-style: italic; text-align: center; padding: 1em;}

main {padding: 0 2em;}

img{padding: 0 1em;}

#hero{text-align:center;}

