/* Google Fonts Import
----------------------------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400);


/* Basic 
----------------------------------------------------------------------------------------------------*/

body {
  font: 16px 'Open Sans', sans-serif;
  line-height: 28px;
  color: #222222;
}

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

a {color: #222222;}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Serif', serif;
  color: #222222;
  text-rendering: optimizeLegibility;
  font
} 


h1 {
  font-size: 25px;

}

h2 {
  font-size: 38px;
  line-height: 28px;
  font-weight: 400;
}

h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: normal;
  color: #ffffff;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 17px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
   
}

p,
dl,
hr,
h1,
h2,
h3,
h5,
h6,
ol,

pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}