body {
	font-family: Archivo;
	font-size: 16px;
	line-height: 1.2;
	
	background-color: #ffffff;
	color: #333333;
	margin: 40px auto 40px auto;
	width: 70%;

}

a {
	color: #333333;
}

h1 {
	display: inline;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .02rem;
}

h2 {
	display: inline;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .02rem;
}

h4 {
	font-size: 16px;
}

.container {
	padding-top: 50px;
}

.row {
	overflow: hidden;
}

.hero {
	padding-bottom: 10px;
}

.heading {
	font-size: 24px;
	margin-bottom: 40px;
}

.title {
	border-bottom: solid 1px;
	padding-bottom: 7px;

	overflow: hidden;
}

.description {
	padding-top: 10px;
	padding-bottom: 30px;
}

.larger {
	font-size: 20px;
}

.sub-headings {
	font-size: 14px;
	padding-bottom: 10px;

	overflow: hidden;
}

.sub-headings-2 {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;

	overflow: hidden;
}

.content {
	font-size: 16px;
	padding-bottom: 10px;

	overflow: hidden;
}

.sub-content-top {
	padding-bottom: 30px;
}

p {
	font-size: 16px;
}

.half-column {
	float: left;
	width: 50%;

	padding-top: 30px;
	padding-bottom: 20px;

	overflow: hidden;
}

.half-column-left {
	padding-right: 40px;

	overflow: hidden;

	
}

.half-column-right {
	padding-left: 40px;

	overflow: hidden;

	
}

.quarter-column {
	float: left;
	width: 50%;
	
	overflow: hidden;
}

.quarter-column-left {

	overflow: hidden;
	
}

.quarter-column-right {
	
	text-align: right;

	overflow: hidden;
}

.eighth-column {
	float: left;
	width: 50%;
	
	overflow: hidden;
}

.eighth-column-left {
	padding-right: 15px;
}

.eighth-column-right {
	padding-left: 15px;
	
}

.sixteenth-column {
	float: left;
	overflow: hidden;
}

.sixteenth-column-left {

	width: 60%;
	padding-right: 2.5%;

}

.sixteenth-column-right {

	width: 35%;
	padding-left: 2.5%;

}

.twofer {
	padding-bottom: 10px;
}

.footer {
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin-top: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;

	overflow: hidden;
}

.footer .half-column {
	padding-top: 0px;
	padding-bottom: 0px;
}

.arrow {
	height: 15px;
	display: none;

}

* {
	scroll-behavior: smooth;
}

.tall-image {
	display: none;
}

.thin-image {
	display: inline;
	width: 100%;
	height: auto;
}

.thin-image-2 {
	display: inline;
	width: 100%;
	height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1200px) and (min-width: 701px) {
body {
		width: 80%;
  }

h1 {
	font-size: 24px;
}

.heading {
	font-size: 24px;
}

	.half-column {
	float: none;
	width: 100%;

}

.container {
	padding-top: 0px;
}

p {
	font-size: 16px;
}

.larger {
	font-size: 24px;
}

.half-column-left {
	padding-right: 0px;
}

.half-column-right {
	padding-left: 0px;
}

}

.arrow {
	height: 15px;
	display: inline;
}

@media screen and (max-width: 700px) {
body {
		width: 80%;
		font-size: 14px;
}

.container {
	padding-top: 0px;
}

h1 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

h4, .larger, p {
	font-size: 14px;
}

.heading {
	font-size: 16px;
	margin-bottom: 40px;
}


.half-column {
	float: none;
	width: 100%;

	overflow: hidden;
}

.half-column-left {
	padding-right: 0px;
}

.half-column-right {
	padding-left: 0px;
}

.arrow {
	height: 15px;
	display: inline;
}

.thin-image {
	display: none;

}

.tall-image{
	display: inline;
	width: 100%;
	height: auto;
}

.footer {
	text-align: center;
}

.footer .half-column {
	padding-top: 0px;
	padding-bottom: 0px;

	overflow: hidden;
}

}