/* imports */
 @import 'https://fonts.googleapis.com/css?family=Noto+Sans';
 @import 'https://fonts.googleapis.com/css?family=Lora';

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* global */

body {
  background-color: #fff;
  color: rgb(100,100,100);
  font-family: 'Lora';
  font-size: 18px;
  line-height: 1.4;
  padding: 0px;
  margin: 0px;
}
.wrapper {
  margin: 0 auto;
  padding: 0px;
  max-width: 95%;
  background-color: #fff;
}

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;
}

/* layout */
.container {

}
.primary {
  margin-bottom: 20px;
}


@media all and ( min-width: 600px ) {

  .container {
    padding-right: 200px;
  }
  .primary {
    float: left;
    padding-right: 60px;
    width: 100%;
    padding-left: 125px;
    max-width: 800px;
  }
  .secondary {
    float: right;
    margin-right: -200px;
    width: 200px;
	padding-top: 60px;
  }

}

.heading {
	background-color:#1E6292;
	 width: 100%;
	 padding: 10px;
	 padding-left: 30px;
}


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;
}

p.sources {
	font-size: 16px;
	padding-bottom: 20px;
}
table {
	font-size: 0.8em;
}

li {
padding-bottom: 20px;
}
