body {
    margin: 0;
}
.container1a {
	background-size: 100%;
	background-size: cover;
    width: 100%;
}

.container {
	background-size: 100%;
	background-color: black;
	background: linear-gradient(
                     rgba(20,20,20, .5), 
                     rgba(20,20,20, .5)),
                     url('../assets/flower.jpg');
    background-size: cover;
    padding: 25%;
}

.mainTitle {
	font-style: bold;
	font-weight: bold;
	font-family: 'Futura';
	font-size: 30px;
	padding: 20px;
	text-align: center;
	margin: 0;
	color: white;
}

.getStarted {
    text-decoration: none;
    font-family: 'Futura';
    font-size: 14px;
    /* background-color: white; */
    color: white;
    font-weight: lighter;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    /* box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.29); */
    width: 100px;
    display: block;
    border: 1px solid white;
}

.container2 {
	background-size: 100%;
    overflow: hidden;
    padding: 3%;
    display: flex;
}



.image {
	display: inline-flex;
}
.image2 {
    padding: 4%;
    height: 300px;
    width: 600px;
    overflow: hidden;
}

.whitebox {
	background-color: rgba(255, 255, 255, 0.7);
	color: black;
	/*box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);*/
	width: 33%;
    margin: 0 auto;
    padding: 4%;
    float: right;
}

@media screen and (max-width: 890px) {
    .container2 {
        display: block;
    }
    .whitebox {
        float: none;
        text-align: center;
        width: 90%;
    }
    .image2 {
        width: 100%;
        overflow: visible;
    }
}

.meet-title {
	font-family: 'Futura';
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;

}

.big-text {
	font-family: 'Futura';
	font-size: 16px;
	line-height: 2;
}


.button {
	color:black;
	border: 1px solid black;
}

.row {
	/*background-color: #eaeaea;*/
	min-height: 200px;
	/*border: 1px solid black;*/
	box-sizing: border-box;
	background-color: black;
	display: flex;
}

.col {
	/*background-color: #eaeaea;*/
	min-height: 150px;
	/*border: 1px solid black;*/
	box-sizing: border-box;
}

.col-20 {
	width: 33.3333%;
	align-items: center;
	justify-content: center;
    position: relative;
    display: inline-block;
}

.centered {
    position: absolute;
    top: 60%;
    left: 16%;
    color: white;
    font-family: 'Futura';
    font-size: 16px;
    display:none;
    text-align: center;
}

/*.col-20:hover .centered {
    display: block;
}*/

.imgrow2 {
    position:absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.imgrow2:hover {
	opacity: 1;
}

.section3 {
	color: #000;
    background-color: #f2f2f2;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    display: block;
    min-height: 500px;
}

.section4 {
    color: #000;
    background-color: white;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    display: block;
    min-height: 500px;
}

.description {
	    display: flex;
    min-height: 500px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
   
.imagemdesc {
    opacity: 1;
    width: 80%;
    height: 80%;

}

.container3 {
	/*float: left;*/
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: center;
    padding: 0 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
    width: 50%;
}

.container5 {
    width: 50%;
    text-align: center;
}

.container5-img {
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.slideshow img {
    height: 100%;
    max-height: 400px;
}

@media screen and (max-width: 600px) {
    .description {
        display: block;
    }

    .container3, .container5 {
        width: 100%;
    }

    .description-rev {
        display: flex;
        flex-wrap: wrap-reverse;
    }
   }

/*.container4 {
    opacity: 1;
    width: 80%;
    height: 80%;

}*/

.container4 {
    display:flex;
    text-align: center;
    align-items: center;
    justify-content: center; 
       
}
.address {
    font-weight: bold;
}

#mapid { height: 500px; }


