/* imports */
 @import 'https://fonts.googleapis.com/css?family=Noto+Sans';
 @import 'https://fonts.googleapis.com/css?family=Lora';

/* global */

body {
  background-color: #fff;
  color: rgb(100,100,100);
  font-family: 'Lora';
  font-size: 18px;
  line-height: 1.4;
  padding: 0px;
  margin-left: 10%;
  margin-right: 10%;
}

@media(min-width: 992px) {
  body {
    margin-right: 40%;
  }
}

.header {
	
	font-size: 0.8em;
}

h1 {
  font-family: 'Noto Sans';
  font-size: 2em;
  margin-top: 40px;  
  margin-bottom: 40px;
  color: #000;
}

h2 {
  font-family: 'Noto Sans';
  font-size: 1.4em;  
  font-weight: 700;
  color: #000;
}

h3 {
  font-family: 'Noto Sans';
  font-size: 1.2em;  
  font-weight: 700;
  color: #000;
}



p {
	line-height: 170%;
	letter-spacing: 0.3px;
}

a:link {
    color: #007AB2;
    text-decoration: none;


}
a:visited {
        text-decoration: none;
		color: #007AB2;

}
a:hover {
		text-decoration: none;
		color: #009DE5;

}

img {
    max-width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p.copyright {
	font-size: 12px;
}

.copyright {
	font-size: 14px;
	padding-top: 10px;	
	padding-bottom: 30px;
}

.figure {
	font-size: 14px;
}

.caption {
	font-size: 12px;	
	}

p.sources {
	font-size: 16px;
	padding-bottom: 20px;
}
table {
	font-size: 0.8em;
}

li {
padding-bottom: 20px;
}
