/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	 	   font: 13px/21px  Arial, sans-serif;

}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #CCC solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 38px;
  font-family: 'Lato', sans-serif;
  line-height: 44px;
  font-weight: 900;

}

h2 {
	  font-family: 'Lato', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;

}

h3 {
	  font-family: 'Lato', sans-serif;
  font-size: 21px;
  font-weight: 900;


}

h4 {
  font-family: 'Lato', sans-serif;

  font-size: 19px;
  font-weight:Normal;
font-weight: 900;
}

h5 {
	  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 900;

}

h6 {
	  font-family: 'Lato', sans-serif;

  font-size: 15px;
}

h7 {
	  font-family: 'Lato', sans-serif;

  font-weight: 300;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 0px;
}