html:not(.wf-active) body { font-family: sans-serif !important; }
a[href^="mailto:"]{text-decoration:none;}

body{
    margin:0;
	padding:0;
	text-align:center;
	background-color:#666;
	color:#fff;
	font-family:Trebuchet MS, Tahoma;
	background:url(bgimg.jpg);
	background-position:center;
	background-repeat:no-repeat;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	//line-height:3em;	
	line-height:3em;	
 }
 

 .bgFpcontainer{
  width:70%;
  height:auto;
  margin:0 auto;
  text-align:center;
  padding:20px;
  //background-color: #0f0f0f;
 }
 .bgFpcontainer img{
 
  margin:0 auto;
 
  height:140px
 }
 .fontColspace a{//text-decoration:none;color:#ed323f}
 h1{font-size:5.5em; color:#ed323f; text-shadow: #000 4px 2px 3px}
 h2{font-size:2.4em;color:#f3f3f3;text-shadow: #000 2px 1px 2px}
 
 
  @media only screen and (max-width:500px) {
  /* For mobile phones: */
body{
    width:100%;
	background:url(bgimg.jpg);
    background-color: #0f0f0f0;
    	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	//line-height:3em;
}

 a[href^="mailto:"]{text-decoration:none;}

.bgFpcontainer{
  width:100%;
  padding:10px;
  height:auto;
  margin:0 auto;
  text-align:center;
  padding:20px;
 
 }
.bgFpcontainer img{
 
  height:120px
 }

 .fontColspace a{display:block;color:#F3F3F3; background-color:#ed323f;border-radius:20px; text-decoration:none;
 }
 h1{font-size:4em; color:#ed323f; text-shadow: #000 4px 2px 3px}
 h2{font-size:2em;color:#f3f3f3;text-shadow: #000 2px 1px 2px}
 p{font-size:1.4em;color:#f3f3f3;text-shadow: #000 2px 1px 2px;}
 
  }  
  
 
