@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	border: 0;
	margin: 0;
	background-color:#1D1D1D;
	color: white;
}



nav ul{
	list-style-type: none;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
		}

 nav ul li {
	font-size: 1.4em; 
	justify-content: space-between ;
	align-items: center;
		}

nav ul li a{
	text-decoration: none;
	font-family: "Quicksand", "Impact", serif;
	color: #7ABD21;
	justify-content: space-between ;
	align-items: center;
	padding: 20px;
}

.advent-pro {
  font-family: "Advent Pro", serif;
  font-optical-sizing: auto;
  font-weight: 200;
	/*use weights from 100 to 900*/
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.quicksand {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 300;
	/*use a weight from 300 to 700*/
  font-style: normal;
}

p{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica", serif;
	font-size: 12pt;
	font-weight: 100;
	padding: 10px;
	width: 70%;
	text-align: left;
	line-height: 16pt;
}



h1{
	font-family: "Advent Pro", serif;
	font-size: 36pt;
	font-weight: 200;
	padding:20px;
	text-align: center;
}

h2{
	font-family: "Advent Pro", serif;
	font-size: 18pt;
	font-weight: 400;
	color:#7ABD21;
}

h2{
	font-family: "Advent Pro", serif;
	font-size: 18pt;
	font-weight: 600;
	color:#7ABD21;
	text-align: center;
}

h3{
	font-family: "Helvetica", serif;
	font-size: 8pt;
	font-weight: 100;
	color:#7ABD21;
	text-align: center;
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer {
	text-align: center;
	padding: 20px;
	font-size: 10pt;
	font-family: "Helvetica";
}

footer img{
	width:200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
}


.container{
	display: block;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}

.staff-photos{
	display: inline-grid;
	grid-template-columns: auto auto auto;
	grid-gap: 60px;
	}
.staff-photos img{
	width: 200px;
}

figcaption{
	text-align: center;
	font-family: "Advent Pro", "Impact", serif;
}

