

body
          {
              background-color: #40407A; color: #40407A;
              font-family: Verdana, arial, sans-serif;
              min-width: 900px;
              max-width: 1600px;
              margin: 0;
          }

header
          {
             background-color: #40407A;
             background-image: url(sunrise.jpg);
             color: white;
             background-size: 100% 100%;
             font-size: 1em;
             padding: 30px 10px 30px 10px;
             text-align: center;
        
          }     
          
nav 
            {
               font-style: bold;
               text-align: center;
               text-decoration: none;
               text-align: right;
               background-color: white;
               margin: 0;
               padding: .5em 1em 1em;
            }  
            
h2
             {
               margin: 0;
             }            

#mathero
            {
               height: 300px;
               background-image: url(yogamat.jpg);
               background-repeat: no-repeat;
               background-size: 100% 100%;
            }            

#loungehero
            {
               height: 300px;
               background-image: url(yogalounge.jpg);
               background-repeat: no-repeat;
               background-size: 100% 100%;
            }       
footer
          {
             font-style: italic;
             font-size: small;
             text-align: center;
          
          }


li
           {
               font-size: 90%;
           } 
           
dd
           {
              font-size: 90%;
           }           
img
           {
            align-items: right;
           }

#wrapper
            {
               background-color: #F5F5F5;
               padding: 2em;
               width: 80%;
               margin-left: auto;
               margin-right: auto;
            }           

.home
            {
               background-color: #F5F5F5;
               padding: 2em;
               width: 80%;
               margin-left: auto;
               margin-right: auto;
               padding: 2em;
               font-size: 120%;
               min-height: 300px;
            }
    
.content
            {
               height: 200px;
               padding: 2em 8em 2em;
            }            
