*{
    box-sizing: border-box;
}

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;
    margin-top: 50px;

    line-height: 150px;
    text-indent: 20px;
} header a:link{
    text-decoration: none;
    color: white;
} header a:visited{
    color: white;
} header a:hover{
    color: #edf5f5;
}
main{
    height: fit-content;
    margin: auto auto 40px auto;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;

    text-align: right;
    background-color: white;

    width: 100%;
    height: 50px;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 1em;
    padding-right: 1em;

    font-weight: bold;
} nav ul{
    list-style-type: none;
    margin: 0;
    padding-right: 2em;
    font-size: 1.2em;
} nav li{
    display: inline;
    padding-left: 2em;
} nav a{
    text-decoration: none;
} nav a:link{
    text-decoration: none;
    color: #3f2860;
} nav a:visited{
    color: #497777;
} nav a:hover{
    color: #a26100;
}

img{
    width: 50%;
    margin: 0 25% 0 25%;
}

footer{
    font-size: small;
    font-style: italic;
    text-align: center;
    clear: right;
}

.content{
    height: 250px;
    padding-top: 2em;
    padding-left: 8em;
    padding-bottom: 2em;
}
.home{
    height: 50vh;
    padding-top: 6em;
    padding-left: 8em;
    font-size: 120%;
    max-height: 300px;
}
.onehalf{
    float: left;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
}
.onethird{
    float: left;
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
}

#mathero{
    height: 300px;
    background-image: url(images/yogamat.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    clear: both;
}
#loungehero{
    height: 300px;
    background-image: url(images/yogalounge.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    clear: both;
}
#wrapper{
    width: 80%;
    margin: 0 auto 0 auto;
    background-color: #f5f5f5;
    padding: 2em;
}