@charset "utf-8";
/* CSS Document */
/* The hero image */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.clearfix {
    overflow: auto;
}
.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: 400px;
    padding-top: 0px;
    background-image: url("../images/../images/aboutus.jpg");
    background-position: center;
    background-size: cover;
}
.hero-text {
    text-align: center;
}
.hero-text p {
    font-family: "Montserrat", serif;
    font-weight: 350;
    letter-spacing: 2px;
    width: 75%;
    display: inline-block;
   text-align: left;
	color: rgb(128, 128, 128);
	font-size: 30px;
	
}
.hero-text h1 {
    padding: 10px;
    font-family: "Shadows Into Light", serif;
}
.text {
    text-align: center;
}
.text p {
    font-family: "Montserrat", serif;
    font-weight: 200;
    letter-spacing: 2px;
    width: 75%;
    display: inline-block;
   text-align: left;
	
	
}
.text h1 {
    padding: 10px;
    font-family: "Shadows Into Light", serif;
}

.container-feature {
    margin: 2%;
    width: 100%;
}
.feature-images {
    display: block;
    width: 100%;
}
#pic1 {
    background-image: url("../images/0283-crop-u141250.jpg");
}
#pic2 {
    background-image: url("../images/0107front.jpg");
}
#pic3 {
    background-image: url("../images/014th.jpg");
}
#pic4 {
    background-image: url("../images/0248front.jpg");
}
#pic5 {
    background-image: url("../images/xmas1.webp");
}
.feature-img {
    width: 300px;
    border-radius: 100%;
    height: 300px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: thick;
}
.feature-images {
    text-align: center;
}
.feature {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
}
.feature h2 {
    letter-spacing: 1px;
    padding-top: 10px;
}
.feature p {
    font-family: "Montserrat", serif;
    font-weight: 100;
    letter-spacing: 1px;
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}
.H2_why {
    background-color: lightgray;
    color: black;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    margin: 2%;
    display: block;
}
.H2_why h1 {
    color: black;
    padding: 10px;
    font-family: "Shadows Into Light", serif;
}
.H2_why h2 {
    font-family: "Shadows Into Light", serif;
    letter-spacing: 1px;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px
}
.H2_why p {
    font-weight: 300
}
.feature-why {
    text-align: center;
    height: 1100px;
}
.why {
    width: 44%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    -webkit-box-sizing: border-box;
    -mov-box-sizing: border-box;
    box-sizing: border-box;
    height: 325px;
}
footer {
    background: #111;
    color: #fff;
}
@media screen and (min-width:768px) {
    .feature-why {
        height: auto;
    }
	
	
}
    @media screen and (min-width:960px) {
        .container-feature {
            float: left;
            margin-left: 1%;
            margin-right: 1%;
            width: 48%;
        }
        .container-why {
            float: left;
            margin-left: 1%;
            margin-right: 1%;
            width: 48%;
        }
        .container-why1 {
            float: left;
            margin-left: 1%;
            margin-right: 1%;
        }
    }
