/*
File Name: yoga.css
Date: 4/29/2019
Programmer: Tyler Mullins
*/

body {
    background-color: #3F2860; 
    color: #3F2860; 
    font-family: Verdana, Arial, sans-serif; 
}

header {
    background-color: #9BC1C2; 
    background-image: url("../images/lilyheader.jpg");
    background-repeat: no-repeat;
    background-position: right;
    height: 150px;
}

h1 {
    padding-top: 50px;
    padding-left: 2em;
}

nav {
    text-align: center; 
    font-weight: bold; 
    padding: 1em;
}

nav a {
    text-decoration-line: none; 
}

main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}

img {
    padding-left: 1em;
    padding-right: 1em;
}

footer {
    background-color: #9BC1C2; 
    font-size: 0.6em; 
    font-style: italic; 
    text-align: center; 
    padding: 1em;
}

.studio {
    font-style: italic; 
}

#wrapper {
    background-color: #F5F5F5;
    width: 80%; 
    margin-right: auto; 
    margin-left: auto; 
    min-width: 1000px;
    max-width: 1280px;
}

#hero {
    text-align: center;
}