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

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: 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;
}
.content {
    margin: 5%;
    padding-top: 10px;
}
.container-feature {
    margin: 2%;
}
.main {
    background-color: gray;
}
.feature-images {
    text-align: center;
}
.feature {
    margin-left: 1%;
    margin-right: 1%;
    -webkit-box-sizing: border-box;
    -mov-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border-bottom: 10px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    position: relative;
}
.content p {
    margin-top: 5px;
    color: white;
    font-family: "Montserrat", serif;
    font-weight: 100;
    letter-spacing: 1px;
}
.feature h2, p {
    letter-spacing: 1px;
    color: black;
    font-weight: 400;
    font-family: "Montserrat", serif;
	margin: 10px;
	padding-top: 10px;
}
.smallcontactbuttoninside {
    display: inline-block;
    font-size: 20px;
    padding: 16px;
    background-color: #6da6d0;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
footer {
    background: #111;
    color: #fff;
}
.cont {
    width: 90%;
    margin: auto;
    padding: 50px 0;
}
.cont .footer-width {
    padding: 0 15px;
    width: 100%;
}
.cont h2 {
    margin-bottom: 20px;
}
.about, .contact {
    width: 100%;
}
.link {
    width: 100%;
}
.link ul li a {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}
.link ul li a {
    text-decoration: none;
    transition: .5s;
    color: rgba(255, 255, 255, 1.00)
}
.link ul li a:hover {
    color: #000;
}
.contact ul li {
    align-items: center;
    margin-bottom: 15px;
}
.contact ul li span {
    margin-right: 15px;
}
.footer-home {
    height: 75px;
    background-color: rgba(86, 86, 86, 1.00);
    color: white;
    padding: 5px;
    text-align: center;
}

    @media screen and (min-width:960px) {
        
       
        .container-feature {
            float: left;
            margin-left: 1%;
            margin-right: 1%;
            width: 48%;
        }
    }
