@charset "utf-8";
/* CSS Document */
/* The hero image */
.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;
}

.main {
    margin: 5%;
	text-align: center;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main p {
    color: white;
    text-align: center;
    font-family: Dosis, "Dosis ExtraBold", "Dosis ExtraLight", "Dosis Light", "Dosis Medium", "Dosis SemiBold";
}


