﻿/* Typography
================================================== */
body { 
	font-size: 16px; color:#000000; font-family: Nunito, sans-seif;
}

/* Basic Text
================================================== */
h1, h2, h3, h4, h5, h6 { font-weight:600; }
h1{font-size:2em; color:#046399; margin:0;}
h2{font-size:1.5em; color:#d6aa57; margin:0;}	
h3{font-size:1.5em; color:#b7b7b7; margin:0;}
h4{font-size:1em;}
h5{}
h6{}
p{}
strong{font-weight:bold;}	
hr{border-color:#353535;}

/* Special Text
================================================== */
blockquote { }
pre, code { }
small { }
em{font-style:italic;}

/* Links
================================================== */
a{color:#046399; font-style: italic;}
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
================================================== */
.blue{color:#046399;}
.align-left{float:left; margin-right:10px;}
.align-right{float:right; margin-left:10px;}
.quote{ padding:5px 5px 6px 5px; color: #046399; text-align:left; display:block; width:90%; margin:0px auto; border-left:5px solid #046399;}

.responsive{
	display: block;
	max-width: 100%;
	height: auto;}

/* #Tables
================================================== */
table{margin-bottom:.75em; width:100%; max-width:100%; }
table td{padding:3px 2px;}
