*{
    box-sizing: border-box;
}

body {
	background:#40407a ;
	color:#40407A  ;
	font-family:Verdana,Arial,Sans-sarif;
	max-width:1600px;
	min-width:900px;  
	margin:0;
	}
header{
	background:#40407a;
	color:#ffffff;
	background-image: url(sunrise.jpg);
	background-size: 100% 100%;
    margin-top: 50px;
	}
header a{
    text-decoration: none;
}
header a:link{    color: #ffffff;}
header a:hover{    color: #edf5f5;}
header a:visited{    color: #ffffff;}

nav{
	text-align:left;
	font-weight:bold;
	background-color:#ffffff;
	margin:0;
	padding: 0.5em 1em 1em 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
	}
nav a{
	text-decoration:none
	}
nav ul{list-style-image: 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
}
h2{
	margin:0
	}

footer {
	font-size:small;
	font-style:italic;
	text-align:center;
    clear: right;
	}
li,dd{
	font-size:90%
	}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	background-color:#f5f5f5;
	padding:2em;
	}
.home{
	height:50vh;
	padding:6em 0 0 8em;
	font-size:120%;
	min-height:300px;
	}
.content{
	height:250px;
	padding:2em 0 2em 8em;
	}
#mathero{
	height:300px;
	background-image: url(yogamat.jpg);
	background-size: 100% 100%;
    clear: both;
}
#loungehero{
	height:300px;
	background-image: url(yogalounge.jpg);
	background-size: 100% 100%;
    clear: both;
	}
.onethird{float: left;
width: 33%;
padding-left: 2em;
    padding-right: 2em;
}
.onehalf{
    float: left;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
}


	
	


