/*
Assignment Name: Module 3 :: Yoga Studio Style Sheet 
File Name: yoga.css
Date: 04/21/18 
Programmer: Liana Schweitzer
*/

body {
    background-color: #F5F5F5;
    color: #3F2860;
    font-family: Verdana, Arial, sans-serif;
}

header {
    background-color: #9BC1C2;
    text-align: center;
}

h1 {
    line-height: 200%;
}

nav {
    text-align: center;
    font-weight: bold;
}

nav a {
    text-decoration: none;
}

footer {
    background-color: #9BC1C2;
    font-size: .60em;
    font-style: italic;
    text-align: center;
}

.studio {
    font-style: italic;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}