@charset "utf-8";
/* CSS Document */


nav, p, li, ul, h1, p {
	font-family: 'Montserrat', sans-serif;

}
h2 {font-family: 'Montserrat', sans-serif}
header img {
    height: 80px;
    margin-left: 40px;
}
body {
    
  	background-color: #009FE3;
    font-family: sans-serif;
    margin-top: 80px;
    padding: 30px;
}
main {
    color: white;
}

header {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 85px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 25px 0 black;
}

header * {
    display: inline;
}

header li {
    margin: 20px;
}
header ul {
	
}

header li a {
    color: white;
    text-decoration: none;
	font-size: 25px;
	font-style: bold;
	
	transition: .5s;
}
header li a:hover {
	color: #009FE3;
	
}
	
.active {
	color: #009FE3;
	
}
h1 {
	font-size: 65px;
	text-decoration: underline;
}
.Employees {
	color: white;
	
	max-width: 75%;
}
.Employees * {
	padding-left: 15px;
}
.Employees h2 {
	font-size: 45px;
	margin-bottom: -10px;
	font-style: italic;
	text-decoration: underline;
}
.Employees p {
	padding-top: -10px;
	padding-bottom: 15px;
}
.subhead {
	text-decoration: none;
	font-size: 30px;
	max-width: 75%;
}

.contacts i {
	padding-right: 15px;
}
.contacts a {
	text-decoration: none;
	color: white;
}
.contacts a:hover {
	color: #706F6F;
}
.contacts h2 {
	font-size: 35px;
	 
}
.insta a{
	text-decoration: none;
	color: white;
}
.insta a:hover {
	color: #706F6F;
}
.photos {
	display: flex; 
	margin-left: 25;
	margin-right: auto;
	width: 100%;

}
.photos2 {
	display: flex; 
	margin-left: 25;
	margin-right: auto;
	width: 100%;

}
.img1 {
	flex: 1.5;
	height: 275px;
	width: 300px;
}
.img2 {
	flex: 1.5;
	height: 275px;
	width: 300px;
}
.img3 {
	flex: 1.5;
	height: 275px;
	width: 300px;
}

.img1 img {
	height: 100%;
	width: 100;
}
.img2 img {
	height: 100%;
	width: 100;
}
.img3 img {
	height: 100%;
	width: 100;
}
main p {max-width: 65%;
	font-size: 30px;
}
	
