﻿

/* General Typography ---------------------------*/
body,
button,
input,
select,
textarea				{ font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif; color: #FFF; }


/* Headers --------------------------------------*/
h1, h2, h3, h4, h5, h6	{ font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif; font-weight:300; margin:0px;}

h2						{color:#FFF;font-size:20px; line-height:20px; padding:5px; margin:0px 0px 5px 0px; background:rgba(0,0,0,0.4);font-weight:400}
h1						{color:#FFF;font-size:80px; line-height:1em; padding:5px; margin:0px 0px 5px 0px; background:rgba(0,0,0,0.4); font-weight:400}

h3						{ font-size: 27px; font-weight: normal; text-transform: uppercase; border-bottom: solid 1px #d6d6d6; }
h4						{ font-size: 25px; font-weight: normal; text-transform: uppercase; margin:5px 0px}
h5						{ font-size: 12px; font-weight: normal; }
h6						{ font-size: 12px; font-weight: normal; }




