/* template elements */
body {font-family: 'MyriadPro-Regular'; font-size:1.5em;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .title {font-family: 'MyriadPro-Semibold'; letter-spacing:2px;}
.bold {font-family: 'MyriadPro-Bold';}
.small {font-size:0.8em !important;}
.logo {width:95px; height:65px;}
.logo img {width:100%; max-width:100%;}

/*colors and backgrounds */
.bg-red {background:#DF0000;}
.bg-dark-red {background:#C40000;}
.bg-light-yellow {background:#FFF9D7}
.red, .red a {color:#E60000 !important;}

.bg-red-grid {background:url(/assets/theme/bg.jpg);}
.bg-white-transparent {background: rgba(255, 255, 255, .7);}

.fixed-bottom {position:absolute; left:0; bottom:0;}