

.hdrfont {
	font-family: 'Merriweather', serif;
}

.regfont {
	font-family: 'Frank Ruhl Libre', sans-serif;
	font-size: 12pt;
	font-weight: 400;
}


.font1 {
	font-family: 'Courgette', cursive;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing:-0.05em;
}

.font2 {
	font-family: 'Courgette', cursive;
	color:#49733d;
	font-size:12pt; 
	line-height: 100%;
}


textarea:focus, input:focus, select:focus{
    outline:none !important;
}

button:focus {outline:0;}
body.body_site{
	margin: 0;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(http://www.cityoflecenter.com/content/site/link_icon_pdf.gif) no-repeat center right;
}




.bottom_alert_mobile { display:none; }
.bottom_alert {

	display: block;
	z-index: 100;
    position:fixed;
    bottom:0px;
    height:40px;
    left:0px;
    right:0px;
    border:solid 2px 2px 2px 0px red;
	opacity:0.8;
	background-color: #D80500;
	text-decoration:none
	font-family: 'Lato', sans-serif;
	color: #fcff00;
    font-size: 18pt;
	text-shadow: 2px 2px 0 0 #000000;

}


/* Smartphones Portrait ----------- */
@media only all and (min-device-width: 320px) and (max-device-width: 680px) and (orientation:portrait),
only all and (min-device-width: 320px) and (max-device-width: 680px) and (orientation:landscape) {

.bottom_alert { display:none; }
.bottom_alert_mobile {

	display: block;
	z-index: 100;
    position:fixed;
    bottom:0px;
    height:100px;
    left:0px;
    right:0px;
    border:solid 2px 2px 2px 0px red;
	opacity:0.8;
	background-color: #D80500;
	text-decoration:none
	font-family: 'Lato', sans-serif;
	color: #000000;
    font-size: 50pt;
	font-weight: 700;
	text-shadow: 2px 2px 0 0 #000000;

}



}