body {
   text-align: left;
   color:#404040;
   font-family: Roboto,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

img {
   border: 0;
}

/*
link styles
*/
/* set all links to have no underline and bluish color */
a,
a:link
a:active
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #4d83c4;
	font-weight:normal;
}

a:hover {
	color:black;
  text-decoration: none;
}

blockquote {
   border-left: 10px solid #ccc;
   margin: 15px 0 15px 30px;
   padding: 5px 10px;
   color:#6F6F6E;
   background-color:#fafafa;
}

.article-content a:hover {
  text-decoration: underline;
}

.link-reverse{
  color:#333;
}

.link-reverse:hover{
	color: #4d83c4;
  text-decoration: underline;
}



.hidden{ display:none;}


/* text utilities */
.text-dark{
  color:#404040;
}

.text-intro{
  font-size:18px;
}

.text-sans{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.text-serif{
  font-family: "Roboto Slab",Georgia,serif;
}


.text-mid{
  font-size:14px;
}

.text-smaller{
  font-size:12px;
}
.text-spaced{
  letter-spacing: 0.2px;
}

.text-400{
 font-weight:400;
}

.text-strong{
 font-weight:700;
}

.text-light{
 font-weight:200;
}

.text-upper{
  text-transform: uppercase;
}

h1{
	font-weight:normal;
	padding:3px 0 0 54px;
  margin:0;
  font-size: 18px;
  line-height: 22px;
}



h2 {
	font-family: "Roboto Slab",Georgia, serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 48px;
	color: #1A1A1A;
	margin: 30px 0 30px 0;
}

h3 {
	font-family: "Roboto Slab",Georgia, serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	color: #1A1A1A;
	margin: 0 0 20px 0;
}

h4{
  	font-family:"Roboto Slab",Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    color:#1A1A1A;
    margin:15px 0 5px 0;
}

header a{
	color:#6F6F6E;
}


@media only screen and (min-width : 576px) {

  h1{
  	font-weight:normal;
  	padding:2px 0 0 82px;
    margin:0 0 0 0;
    font-size: 30px;
    line-height: 32px;
  }

  h3{
    margin-top:28px;
  }

}
