@import 'https://fonts.googleapis.com/css?family=Lato|Anton';

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif, sans;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.logo{
    text-align: center;
}
.largepictures{
    display: flex;
    gap: 16px;
}
.maintext{
    max-width: 800px;
    margin: auto;
    padding: 2vw 5vw;
    line-height: 1.7;
    color: #666;
}
.card h3{
    color: #73ad6b;
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Anton;
    font-weight: 400;
    letter-spacing: 2px;
}
.card h3 + ul{
    margin: 5px 5px 20px 5px;
}
.card,
footer{
    line-height: 1.7;
    color: #666;
    display: flex;
    gap: 16px;
}
.card div, 
footer div{
    flex: 1 1 30%;
    background-color: #73ad6b;
    padding: 1vw 3vw; 
    color: #fff;
}
.card h3{
    color: #fff;
}
.pictures {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 8px;
}
.pictures img{
    display: block; 
}
@supports(gap:16px){
.pictures {
    gap: 16px;
    margin: 0;
} 
.pictures > div{
    margin: 0;
}
}
footer{
    margin-top: 3vw;
}
footer a{
    color: #fff;
    text-decoration: none; 
}
footer div{
    padding: 3vw;
}
.tel{
    background-color: #73ad6b;
    margin: 16px auto;
    display: flex;
    flex-flow: row wrap; 
    font-size: 20px; 
}
.tel a{
    color: #fff;
    padding: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    flex: 1 1 auto;
}
.tel a:hover{
    background-color: #456d3f;
}


@media only screen and (min-width:800px){
.logo img{
    max-width: 450px;
}
.largepictures div{
    height: 44vw;
    flex: 1 1 30%;
}

.largepictures div img {
    object-fit: cover;
    height: 44vw;
    width: 100%; 
    display: block;
}
.tel a{
    width: calc(50% - 40px);

}


}



@media only screen and (min-width:640px){

    .pictures > div {
        flex: 1 1 auto;
        width: 250px;
        max-width: 400px;
        position: relative;
    }
@supports(object-fit: cover) {
    .pictures > div {
        height: 350px;
    }

    .pictures > div img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}


}






@media only screen and ( max-width: 1024px ) {
.card, footer{
    flex-flow: row wrap; 
}
.card div, footer div{
    flex: 1 1 90%;
}
footer{
    gap: 0;
}
}

@media only screen and ( max-width: 640px ) {
.largepictures{
    flex-flow: row wrap; 
}
.pictures > div{
	max-width: 100%; 
	border-right: 0;
	border-left: 0; 
}
.pictures {
	border: 0; 
}
}