body
{
	font-family: Inter;
	min-height: 100vh;
	margin: 0pt; 
	padding: 0pt; 
	color: rgb(0, 0, 0); 
	background-color: #3c3c3c; 
	left: 0pt;
}
div.container
{
	background-color: white;
	margin: auto; 
	width: 80%;
	border: 0px solid grey;
}
header
{
	padding: 0.5em;
	color: white;
	position: relative;
	clear: left;
	text-align: center;
}
footer
{
	padding: 0.5em;
	color: white;
	background-color: #3c3c3c;
	position: relative;
	clear: left; 
	text-align: center;
}
article
{
	background-color: white;
	margin-left: 0px;
	border-collapse: collapse;
	padding: 1em;
	overflow: auto;
	font-family: Inter;
	font-weight: normal;
	font-size: 0.95vw;
	min-height:75vh;
	text-align: justify;
	line-height: 1.5;
}
h1
{
	font-family: Inter;
	font-size: 1.4vw;
}
h2
{
	font-family: Inter;
	font-weight: normal;
	color: #0066cc;
	font-size: 1.2vw;
}	
h3
{
	font-family: Inter;
	font-weight: normal;
	 color: #cc0000;
	font-size: 1.0vw;
}
h4
{
	display: block;
	font-family: Inter;
	font-size: 0.8vw;
}
h5
{
	display: block;
	font-family: Inter;
	font-size: 0.7vw;
}
p
{
	font-family: Inter;
	font-weight: normal;
	font-size: 0.95vw;
}
table, th, td
{
	border: 1px, solid black;
	padding: 5px;
	border-collapse: collapse;
	margin-left: 1cm;
	table-layout: fixed;
	width: 100%;
}
div
{
	margin-left: 0em;
}
.boxed {
  border: 1px solid green ;
  padding: 10px;
} 
.column
{
	float: left;
}
.columleft
{
  float: left;
  width: 50%;
}
.map-container
{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.vid-container
{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.row:after
{
	content: "";
	display: table;
	clear: both;
}
.left
{
	float: left;
	width: 50%;
	display: block;
	padding-right: 10px;
}
.right
{
	float: left;
	margin-top: 0px;
	width: 50%;
	padding-top: 25px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
