body{
    background-color: #40407a;
    color: #40507a;

    min-width: 900px;
    max-width: 1600px;
    margin: 0;
}
h2{
    margin: 0;
}
header{
    background: url(images/sunrise.jpg);
    background-size: 100% 100%;
    background-color: #80cbc4;
    color: #fff;

    height: 150px;

    line-height: 150px;
    text-indent: 20px;
}
main{
    height: fit-content;
    margin: auto auto 40px auto;
}
nav{
    text-align: right;
    background-color: white;

    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 1em;
    padding-right: 1em;

    font-weight: bold;
} nav a{
    text-decoration: none;
}

img{
    width: 50%;
    margin: 0 25% 0 25%;
}

.content{
    height: 200px;
    padding-top: 2em;
    padding-left: 8em;
    padding-bottom: 2em;
}
.home{
    height: 40vh;
    padding-top: 6em;
    padding-left: 8em;
    font-size: 120%;
    max-height: 300px;
}
#mathero{
    height: 300px;
    background-image: url(images/yogamat.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#loungehero{
    height: 300px;
    background-image: url(images/yogalounge.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#wrapper{
    width: 80%;
    margin: 0 auto 0 auto;
    background-color: #f5f5f5;
    padding: 2em;
}