/* Copyright (C) h2theme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.upb-heading-1 {
	font-size: 65px;
	line-height: 65px;
	font-family: 'Raleway';
	color: #d21414;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color: rgb(196, 170, 119);
	background-color: rgba(196, 170, 119, 0);
	border-width: 0px;
	border-color: #ffffff;
	border-style: none;
	font-weight: 450;
}

.upb-heading-2 {
	font-size: 30px;
	line-height: 30px;
	font-family: 'Raleway';
	color: #d21414;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color: rgb(196, 170, 119);
	background-color: rgba(196, 170, 119, 0);
	border-width: 0px;
	border-color: #ffffff;
	border-style: none;
	font-weight: 450;
	text-shadow:
         -2px -2px 0 #fff,
          2px -2px 0 #fff,
         -2px 2px 0 #fff,
          2px 2px 0 #fff;
    
}



}