
@font-face {
	font-family: Montserrat;
	src: url(fonts/static/Montserrat-Regular.ttf);
}
@font-face {
	font-family: Open_Sans;
	src: url(fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf);
}
body, figure {
  margin:0;
  font-family: "Open_Sans", Montserrat, Perpetua, Georgia, Arial, Garamond, Sans-serif;
  font-size: 20px;
}
h1, h2, h3 {
	color: rgb(55, 90, 253);
}
p {
	color: #404040;
}
p a {
	text-decoration: none;
}
img {
	border-radius: 5px;
}
header {
  text-align: center;
}
header h1 {
	font-size: 3em;
	font-weight: 300;
}
header h2 {
	font-size: 2em;
	font-weight: 300;
}
h3 {
	font-size: 1.75em;
	font-weight: 500;
}
.videoContent {
	text-align: center;
}
header img {
  max-width: 100%;
}
video {
	display: block;
	width: 80vw;
	max-width:80vw;
	margin: auto;
}
footer {
	margin-top: 12vh;
	margin-bottom: 1em;
	text-align: center;
}
footer p {
	font-size: .66em;
	color: #707070;
}
.content .narrative {
	margin: 0 5vw;
}
.imageBoxes, .imageTall {
  display: flex;
  flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	clear:both;
}
.imageBoxes img {
	max-width: 30vw;
}
.tall {
	max-width: 30vh;
}
.imageBoxes img, .tall, figcaption {
	margin: 5px 5px;
}
figcaption {
	text-align: center;
	font-size: .75em;
}
.rightImage {
	float: right;
}
.leftImage {
	float: left;
}
.leftImage img {
	max-width: 15vw;
	margin-right:10px;
}
.rightImage img {
	max-width: 15vw;
	margin-left: 10px;
}
.quote {
	margin-left: 25vw;
	color: #606060;
}
.video {
	text-align: center;
	margin-bottom: 3.5em;
}
.button {
	display:inline-block;
	text-decoration: none;
	width: 5em;
	margin: .5em;
	border: 1px solid rgb(55, 90, 253);
	border-radius: 8px;
	padding: .5em;
	background-color: rgb(55, 90, 253);
	color: white;
}
.button:hover {
	font-weight: bold;
	background-color: #FFFFFF ;
	color: rgb(55, 90, 253);
}
@media only screen and (max-width: 1200px) {
	.body {
		font-size: 24px;
	}
	.imageBoxes img  {
		max-width: 40vw;
	}
	.rightImage img, .leftImage img {
		max-width: 30vw;
	}
	.tall {
		max-width: 25vw;
	}
}
@media only screen and (max-width: 970px) {
	.imageBoxes img {
		min-width: 80vw;
	}
	.rightImage img, .leftImage img {
		max-width: 50vw;
		margin-left: auto;
		margin-right: auto;
	}
	.rightImage, .leftImage {
		float: none !important;
		text-align: center;
	}
	.quote {
		margin-left: 5vw;
	}
	p {
		clear: both;
	}
	video {
		width: 80vw;
		max-width:80vw;
	}
	/* To make images stack */
	.boxImage {
		flex-basis: 75vw;
	}
}
@media only screen and (max-width: 992px) {
	h3 {
		text-align:center;
	}
	.tall {
		max-width: 40vw;
	}
}