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

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
 
    height: 300px;
    padding-top: 0px;
    background-image: url("../images/aboutus1.jpg");
    background-position: center;
    background-size: cover;

}
.hero-text p {
    font-family: "Montserrat", serif;
    font-weight: 350;
    letter-spacing: 2px;
    text-align: center;
    color: rgb(128, 128, 128);
    font-size: 20px;
}
.hero-text h1 {
    padding: 10px;
    font-family: "Shadows Into Light", serif;
    text-align: center;
    font-size: 40pt;
}

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



h2{
	color: white;
	font-weight: 500;
	text-align: center;
	
}
.main p{
	color: white;
	text-align: center;
	font-family: "Montserrat", serif;
	
}


.iframe-container{
	width: 600;
}




