@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: 370px;
    padding-top: 0px;
    background-image: url("../images/aboutusv2.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;
    text-align: center;
    color: rgb(128, 128, 128);
    font-size: 30px;
}
.hero-text h1 {
    padding: 10px;
    font-family: "Shadows Into Light", serif;
    text-align: center;
	font-size: 30pt;
	
}
.page-wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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: 5%;
    font-family: "Shadows Into Light", serif;
    text-align: left;
}
.whyus li {
    padding: 5px;
    font-family: "Montserrat", serif;
    font-weight: 200;
    letter-spacing: 1px;
}
.whyus1 p {
    font-family: "Shadows Into Light", serif;
    font-size: 50px;
    padding-left: 5%;
		color: yellow;
}
.whyus h1 {
    font-family: "Shadows Into Light", serif;
    font-size: 50px;

	
}
.testa h1 {
    font-size: 40px;
    font-family: "Shadows Into Light", serif;
    font-weight: 350;
    text-align: center;
    padding-top: 30px;
    color: white;
}
.tryus {
    box-sizing: border-box;
    margin: 5%;
}
.tryus h6 {
    font-size: 25px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
    font-style: italic;
    color: #6da6d0;
    letter-spacing: 1px;
    text-align: center;
}
.tryus p {
    font-size: 20px;
}
.tryus a {
    color: white;
}
.footer {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #5a6773;
}
/* Style the container with a rounded border, grey background and some padding and margin */
.container {
    border: 2px solid #ccc;
    background-color: cadetblue;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0;
    margin: 3%;
}
/* Clear floats after containers */
.container::after {
    content: "";
    clear: both;
    display: table;
}
/* Increase the font-size of a span element */
.container span {
    font-size: 20px;
    margin-right: 15px;
}
.container p {
    color: black;
    font-weight: 300;
}
/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
    .container {
        text-align: center;
    }
}