﻿/* Typography
================================================== */
body { 
	font-size: 16px; color:#858a90; font-family: "Avenir Light", 'Nunito', sans-serif;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 { font-weight:600; font-family: 'Libre Baskerville', serif;}
h1{font-size:2.2em; margin:2px 0; color:#5bacdf;}
h2{font-size:2em; margin:2px 0; color:#7eb9e5;}	
h3{font-size:1.8em; margin:2px 0; color:#2f2f2f;}
h4{font-size:1.2em; font-weight: 100; color:#2f2f2f;}
h5{}
h6{}
p{}
strong{font-weight:bold;}	
hr{border-color:#2f2f2f;}

/* Special Text
================================================== */
blockquote { }
pre, code { }
small { }
em{font-style:italic;}

/* Links
================================================== */
a{color:#7eb9e5;}
a:hover{}
a img{}
a:link{}	
a:visited{}	
a img{border:none;}

/* Lists
================================================== */
ol, ul, blockquote {padding-left:3em;}
ul{list-style:outside;}
ol{list-style:decimal;}
ul, ol, dl, p {margin-bottom: .75em; font-size: 1em;}
ul ul{margin-bottom:0px;}

/* Styles
================================================== */
.quote{ padding:5px 15px 6px 15px; color:#f18405; width:90%; margin:0 auto; text-align:left; display:block; }

/* #Tables
================================================== */
table{margin-bottom:.75em; width:100%; max-width:100%; }
table td{padding:3px 2px;}
