img {
	width: 40vw;
	padding-bottom: 40px;
}

.section {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.images{
	display: flex;
	flex-direction: column;
}

p {
	padding: 50px;
	padding-top: 150px;
	width: 40vw;
	font-size: 30px;
	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
  	font-family: 'Montserrat', sans-serif;
  	font-weight: 300;
}

h1{
	padding: 50px;
	padding-left: 150px;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
}

h2 {
	font-family: griffith-gothic, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

a {
	font-family: griffith-gothic, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	color: black;
}

/* Media Query for mobile styles*/
@media only screen and (max-width:  800px) {

p {
	font-size: 2vh;
	padding: 10px;
}
h1{
	font-size: 4vh;
	padding: 10px;
}
h2{
	font-size: 2vh;
}

