*{
    box-sizing: border-box;
}

body {
	color: #40407a; background-color: #40407a;
	max-width: 2800px;
	min-width: 900px;
	margin:0;	
	font-family: Verdana, arial, sans-serif;
}

header {
	background-color: #40407a;
	color: #ffffff;
	line-height: 400%;
	background-image: url("sunrise.jpg");
	background-size: 100% 100%;
    margin-top: 50px;
	
}

header a:link{
    text-decoration:none;
    color:#ffffff;
    
}

header a:visited{
    text-decoration:none;
    color:#ffffff;
}

header a:hover{
    text-decoration:none;
    color:#3df5f5;
}


#wrapper{
	margin-right: auto;
	margin-left: auto;
	width:80%;
	background-color: #f5f5f5;
	padding: 2em;
	

}

.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{

	text-align: right;
	background-color: #ffffff;
	margin:0;
	padding-top:0.5em;
	padding-bottom:1em;
	padding-right:1em;
	font-weight: bold;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    width: 100%;
    height: 50px;
	
}
nav ul{
    margin:0;
    padding-right:2em;
    font-size:1.2em;
    list-style-type: none;
}

nav li{
    display:inline;
    padding-left:2em;
}
nav a{
	text-decoration: none;
}

nav a:link{
    color:#3f2860;
}
nav a:visited{
    color:497777;
}

nav a:hover{
    color:#a26100;
}

#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;
	
}

.onethird{
    float:left;
    width:33%;
    padding-left:2em;
    padding-right:2em;
}

.onehalf{
    float:left;
    width:50%;
    padding-left:2em;
    padding-right:2em;
}

h2{
	margin: 0;

}
li{
	font-size: 90%;
}

dd{
	font-size: 90%;
}
footer{
	font-style: italic;
	font-size: small;
	text-align: center;
    clear:right;
}
