/*
TRI Resources Web Style Guide

Fonts
Headlines - Dosis
  font-family: 'Dosis', sans-serif;
Body - Quattrocento Sans
  font-family: 'Quattrocento Sans', sans-serif;
<link href='https://fonts.googleapis.com/css?family=Quattrocento+Sans|Dosis:700' rel='stylesheet' type='text/css'>
*/

body {
  font-family: 'Quattrocento Sans';
  font-size: 16px;
  font-size: 1.142rem;
  line-height: 1.71428571;
}

/*Font Sizes*/
.header .title,


h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', sans-serif;
}

h1  {
  font-size: 34px;
  font-size: 2.428rem;
  line-height: 1.1;
}
h2 {
  font-size: 30px;
  font-size: 2.142rem;
  line-height: 1.09090909;
}

h3 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.33333333;
}

h4 {
  font-size: 24px;
  font-size: 1.714rem;
  line-height: 1.5;
}

h5 {
  font-size: 22px;
  font-size: 1.571rem;
  line-height: 1.6;
}

h6 {
  font-size: 20px;
  font-size: 1.428rem;
  line-height: 1.71428571;
}

/*Colors:
Blue - #00328A
Red - #b4390b

Distance between:
Headline and subhead, and subhead and text - 50px
Body copy and CTA (buttons) - 30 px
CTAs and next section - 40 px
Demo OEM Combo Search CTA and blue headline - 50px
Last CTA and footer - 60 px

Line length - 620 px

Grab the header image here
http://www.triresources.com/wp-content/uploads/2015/06/TRI-Resources-International-printer-supply-data.jpg
*/

