quote{
  font-size: 2.0rem;
  font-weight: 500;
  color: #FF9900;
  line-height: 1.1;
}


/*

.blockquote:before {
  position: absolute; 
  top: 0px;
  content:"\2E42";
  font-size: 100px;
  color: rgba(0,0,0,0.1);
  format ("truetype")
}*/

.blockquote p {
	margin-top: 10px;
    font-size: 24px;
    font-weight: 800px;
	color: #FF9900;
    text-align: left;
	line-height: 1.1;
}



@font face {
    font-family: Serifen;
    src: url(../fonts/LTCushion-Medium.ttf) ;
}

@font-face {
   font-family: Colendra;
   src: url(../fonts/Colendra.otf);
}
 
h1 {
   font-family: Serifen;
   font-size:48pt;
   color: #FFF;
   margin-top: -20px;
} 
 
h2 {
   font-family: Colendra;
   font-size:40pt;
   text-transform: uppercase;
   color: #FFCC00;
}

h3 {
   font-size:18pt;
   font-weight: 100;
   color: #FFFFFF;
   margin-top: -20px;
}

h4 {
   font-family: Colendra;
   font-size:30pt;
   text-transform: uppercase;
   color: #000000;
}
 
m1 {
   font-family: Colendra;
   font-size:22pt;
   text-transform: uppercase;
   color: #FFF;
}



