﻿  body,td,th {	
	font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;}
	h1, h2, h3, h4{	font-family: 'Francois One', sans-serif;		font-style: normal;	text-rendering: optimizeLegibility;	margin-top: 0.2rem;	margin-bottom: 0.5rem;	line-height: 1.4;	}		
	
	h1{	color: #FFFFFF;	font-size:5rem; font-weight: 300;}
	
	h2{	color: #FFFFFF;	font-size:1.2rem; font-weight: 50;}  
	h3{	color: #FFFFFF;	font-size:2rem;	font-weight: 250;}   
	h4{	color: #D96D00;	font-size:4rem;	font-weight: 150; margin-top: 20px}   
  
  			@media only screen and (max-width:40em) {	
			iframe {
			width: 300px;
			height: 400px;
			}
			
			h1{	color: #FFFFFF;	font-size:2rem; font-weight: 100;}
			h2{	color: #FFFFFF;	font-size:0.7rem; font-weight: 50;} 
			
			}
			
			@media only screen and (min-width:40em) {	
			iframe {
			width: 800px;
			height: 600px;
			}
			}
			
	
  
  .background {
    position:fixed;
    top    : 0;
    bottom : -100px;
    left   : -1000px;
    right  : -1000px;

    background: url(bg_mm.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-filter : blur(2px) brightness(0.5);
    -moz-filter    : blur(2px) brightness(0.5);
    -o-filter      : blur(2px) brightness(0.5);
    -ms-filter     : blur(2px) brightness(0.5);
    filter         : blur(2px) brightness(0.5);
}

/* Default Link Styles */
a {
  color: #FFFFFF;
}
  a:hover, a:focus {
    color: #D93600; }

	
	
	/* Default paragraph styles */
p {
 color: #FFFFFF; }

