/**
 * Fauna R with a little help from the friends
 */

.swiper-slide > img {
	width: 100%;
	border-radius: 7px;
}

.swiper-slide .caption {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 20px;
    color: white;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
}

.parallax-box h2 {
	color: white;
    font-family: "Raleway",sans-serif;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
}

.container > #map {
    height: 500px;
    width: 100%;
}

.input-line{
	margin-bottom: 10px;
}

textarea.mail-form-body{
	color: #2c3e50;
	width: 100%;
	height: 130px;
	padding: 10px;
	border-radius: 5px;
	resize: none;
}

.alert {
    border-radius: 20px;
    color: white;
    margin: 10px 8%;
    overflow: hidden;
    padding: 25px 10% 15px;
    position: absolute;
    text-align: center;
    width: 85%;
    z-index: 10;
}

.alert.success{
    background-color: #324F17;
}

.alert.error{
    background-color: #660000;
}

ul.products{
	text-align: left;
	margin: 80px 0px 80px 20px
}
ul.products li a{
	cursor: unset;
}
