/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1em;
	font-size:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* unreset rules */

html { overflow-y: scroll; }  /* inactive scrollbar appears even on pages with little content */

body {
	text-align:center;  /* IE hack for centering content */
	background:ffffff; /* we decrease contrast somewhat */
}

b, dfn, strong {
	font-weight:bold;   /* restore bolds */
}

em, i, dfn {
	font-style: italic; /* restore italics */
}

img {
   max-width: 100%;                 /* maximum width relative to the parent */
   width: auto\9;                   /* IE hack */
   height: auto;                    /* prevent stretching */
   -ms-interpolation-mode: bicubic; /* another IE hack */
   border: 0;                       /* for older IE browsers that draw borders around images */
}

a:active, a:focus { outline:none; }  /* remove active link borders */

/*************************************************
   We scale down font size for smaller devices.
*************************************************/

@media all and (max-width: 560px){
 body {
        font-size: 90%;
    }
}

@media all and (max-width: 480px){
 body {
        font-size: 80%;
    }
}

/* default font color: we decrease the contrast somewhat */

p {
color:darkslategray;
}

h1, h2, h3, h4, h5 {
color:black;
}


/* ensure good proportions between lines of the text */

h1 {
    font-size: 3em;
    line-height: 1em; 
    margin-bottom: .5em; 
}
h2 {
    font-size: 2.25em; 
    line-height: 1.333333333333333em;
    margin-bottom: .6666666666666667em;
}
h3 {
    font-size: 1.5em; 
    line-height: 1em; 
    margin-bottom: 1em; 
}
h4 {
    font-size: 1.3125em; 
    line-height: 1.142857142857143em; 
    margin-bottom: 1.142857142857143em; 
}
h5 {
    font-size: 1.125em; 
    line-height: 1.333333333333333em;
    margin-bottom: 1.333333333333333em;
}

p {
    text-align:left;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.small {
    text-align:left;
    font-size: 0.90em;
    line-height: 1.125em;
    margin-bottom: 1.125em;
}

.screen {
    text-align:left;
    font-size: 1em;
    line-height: 0.5em;
    margin-bottom: 0em;
}

/* pick the font */

h1, h2, h3, h4, h5 {
text-align:left;
font-family: 'Gruppo', sans-serif;
color:#1b1b1b;
}

.lead {
    font-size: 2.25em; 
    line-height: 0.75em;
    margin-bottom: 0em;
	font-family: 'Gruppo', sans-serif;
}

.quote {
    color:#000000;
    padding-left:3em;
}

.motto {
    color:#000000;
    text-align:right;
}

.mono {
   font-family: 'Ubuntu Mono', 'Courier', 'Courier New', monospace;
}

.center {
   text-align:center;
}


p, li {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}