
.error-message {color:red;}

/*.header {position:relative !important;}
*/

.theme1 {background-color:#d2fdff;}
.theme2 {background-color:#fff0e2;}

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3rem; 
	text-transform: uppercase;
	}
  h2, .h2 {
    font-size: 2.5rem;
	text-transform: uppercase;	}
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }
	
@media print, screen and (min-width: 40em) {
  h1, .h1 {   
	text-transform: uppercase;
	}
  h2, .h2 {   
text-transform: uppercase;	}

}

  h1, .h1 {   
	text-transform: uppercase;
	}
  h2, .h2 {   
text-transform: uppercase;	}

.mtitle {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: brown !important;
    text-transform: uppercase;
    /*font-size: 2rem;*/
    letter-spacing: .05rem;
    /*margin: .25em .75em .15em;*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.h5.mtitle:hover {color:white !important; background-color:brown;}

.h4.mtitle:hover {color:white !important;}