* { box-sizing: border-box;}
body{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #40407A;
    max-width: 1600px;
    min-width: 900px;
    margin: 0;
    
}

#wrapper {
    background-color: #F5F5F5;
    padding: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

header {
    background-color: #40407A;
    color: #FFFFFF;
    background-image: url(sunrise.jpg);
    background-size: 100% 100%;
    margin-top: 50px;
}

.home{
    height: 50vh;
    padding-top: 6em;
    padding-left: 8em;
    font-size: 120%;
    min-height: 300px;
}

.content {
    height: 250px;
    padding-top: 2em;
    padding-left: 8em;
    padding-bottom: 2em;
}

nav{
    font-weight: bold;
    text-align: right;
    background-color: #FFFFFF;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
}

nav a{
    text-decoration: none;
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding-right:2em;
    font-size: 1.2em;
}

nav li{
    display: inline;
    padding-left: 2em;
}

nav a:link{ color: #3F2860;}
nav a:visited{ color: #497777;  }
nav a:hover{ color: #A26100; }

header a:link, header a:visited{
    color: #FFFFFF;
    text-decoration: none;
}
header a:hover{color: #EDF5F5;}



#mathero{
    height: 300px;
    background-image: url(yogamat.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    clear: both;
}

#loungehero{
    height: 300px;
    background-image: url(yogalounge.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    clear: both;
}

footer{
    font-size: small;
    text-align: center;
    font-style: italic;
    clear: right;
}

.onethrid {
    float:left;
    width: 33%;
    padding-left: 2em;
    padding-right: 2em;
}

.onehalf {
    float:left;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
}