/* CSS Document */

.source-sans-3-hh {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-hh {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

p {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 1.3em;
}

.p-footer {
	font-size: 1.1em;
	line-height: 1.2em;
}

ul li {
	font-size: 1.1em;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "IBM Plex Serif", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	color: #191970;
}

h1 {
  font-weight: 800;
}


.container {
	background: #ffffff;
	padding:10px;
	margin-top: 30px;
	max-width:800px;
}
.container_transparent {
	background-color: transparent;
}
body {
	background-color: #eeeeee;
}