

body.home{
	padding: 0;
	margin: 0;
	background: linear-gradient(to left,#EBD589,#687D29);
}


.navbar {
	overflow: hidden;
	background-image: linear-gradient(to left,#365F16,#13412B) ;
	position: fixed; /* Set the navbar to fixed position */
	top: 0;
	width: 100%;
	z-index: 99999999;
}

.nav-link,
.navbar-brand {
	color: #fff;
	cursor: pointer;
}

.nav-link {
	margin-right: 1em !important;
}

.nav-link:hover {
	color: #000;
}

.navbar-collapse {
	justify-content: flex-end;
}


.carousel{

	height: 100%;
	overflow: hidden;



}

.testa{
	position: relative;


}
.carousel-item{


	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;

}

.text-nowrap{
	text-align: center;
	height: 80px;
	margin-top: 6em ;
	margin-bottom: 1em ;
	padding: 1em;
	width: 100%;
	background: #B2D74B;
}

.h1-responsive{
	width: 100%;
	background-color: #13412B;
	color: white;
	text-align: center;


}

.places{
	width: 100%;
	background-color: #13412B;
	color: white;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 10px;

}


* {
	box-sizing: border-box;
}

.column {
	float: left;
	width: 33.33%;
	padding: 5px;
}
.row {margin: 0 -5px;
margin-bottom: 20px}
/* Clearfix (clear floats) */
.row:after {
	content: "";
	clear: both;
	display: table;
}
/* Responsive columns */
@media screen and (max-width: 600px) {
	.column {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
}

/* Style the counter cards */



.card1 {
	position: relative;
	width: 100%;
	/*height: 14vw;*/

	object-fit: contain;

}
.row{
	margin-left: 4%;
	margin-right: 4%;
}
.image {
	opacity: 1;
	display: block;
	width: 100%;
	transition: .5s ease;
	backface-visibility: hidden;
	height: 15vw;
	object-fit: cover;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.card1:hover .image {
	opacity:0.5;
}

.card1:hover .middle {
	opacity: 0.8;
}

.text {
	background-color: #04AA6D;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}

/*.avatar{*/
/*	height: 40%;*/
/*	width: 40%;*/
/*}*/
/*.text-center{*/
/*	background: saddlebrown;*/
/*	margin: 50px;*/

/*}*/






/*--- header ---*/

.header {
	background-image: url('https://s19.postimg.cc/nenabzsnn/slide4.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -55%);
	text-align: center;
}

.description h1 {
	color: #6f42c1;
}

.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}

.description button {
	border: 1px solid #6ab446;
	background: #6ab446;
	border-radius: 0;
	color: #fff;
}

.description button:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

/*--- feature section ---*/

.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
}

.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.features .form-control,
.features input {
	border-radius: 0;
}

.features .btn {
	background-color: #589b37;
	border: 1px solid #589b37;
	color: #fff;
	margin-top: 20px;
}

.features .btn:hover {
	background-color: #333;
	border: 1px solid #333;
}

/*--- team section ---*/

/*.background {*/
/*	background: linear-gradient(#EBD589,#687D29);*/

/*}*/

/*.team {*/
/*	color: #5e5e55;*/

/*}*/

/*.team .card-columns {*/
/*	-webkit-column-count: 4;*/
/*	-moz-column-count: 4;*/
/*	column-count: 4;*/
/*}*/

/*.team .card {*/
/*	background:none;*/
/*	border: none;*/
/*}*/

/*.team .card-title {*/
/*	font-size: 1.3rem;*/
/*	margin-bottom: 0;*/
/*	text-transform: uppercase;*/
/*}*/

/*--- footer ---*/

.page-footer {
	width: 100%;
	background-color: #222;
	color: #ccc;
	padding: 60px 0 30px;
	margin-top: 50px;
}

.footer-copyright {
	color: #666;
	padding: 40px 0;
}

/*--- modal ---*/

#demo-modal .modal-content {
	border-radius: 0;
	padding: 2rem;
}

#demo-modal .modal-header {
	border-bottom: none;
}

#demo-modal h4 {
    color: #000;
    font-size: 30px;
    margin: 0 0 25px;
    font-weight: bold;
    text-transform: capitalize;
}

#demo-modal .close {
	background: #c0c3c8;
    border-radius: 50%;
	color: #fff;
    font-size: 19px;
	font-weight: normal;
    height: 30px;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 26px;
    width: 30px;
}

#demo-modal .close span {
	position: relative;
	top: -3px;
}

#demo-modal .modal-body p {
	color: #999;
}

#demo-modal .form-control,
#demo-modal .btn {
	min-height: 46px;
}

#demo-modal .btn {
	background-color: #1da098;
	border: none;
	color: #fff;
	min-width: 150px;
	transition: all 0.4s;
}

#demo-modal .btn:hover,
#demo-modal .btn:focus {
	background-color: #12968d;
}

/*--- media queries ---*/

@media (max-width: 991.98px) {

	.team {
		padding: 0 15px;
	}

}

@media (max-width: 575.98px) {

	.description {
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 10%;
		transform: none;
		text-align: center;
	}

	.description h1 {
		font-size: 2em;
	}

	.description p {
		font-size: 1.2rem;
	}

	.features {
		margin: 0;
	}

	.team {
		max-width: 60%;
	}

	#demo-modal .btn {
		min-width: auto;
	}

}

body.explore{
	background-image: linear-gradient(to left,#EBD589,#687D29);
}

.introduction{
	margin-top: 10%;
}


/*.card-img-top{*/
/*	cursor: pointer;*/
/*}*/

.placetypes{
	color: black;
	text-decoration: none;
}

/*.placetypes a:hover{*/
/*	color: black;*/
/*	text-decoration: none;*/
/*}*/

.placetypes a:link {
	text-decoration: none;
	color: black;
}

.placetypes a:visited {
	text-decoration: none;
	color: black;
}

.placetypes a:hover {
	text-decoration: none;
	color: black;
}

.placetypes a:active {
	text-decoration: none;
	color: black;
}

.confused{
	text-align: center;
	margin-top: 20px;

}

.confused a:link {
	color: red;
	text-decoration: underline;
}

/* visited link */
.confused a:visited {
	color: #a71d2a;
}

/* mouse over link */
.confused a:hover {
	color: mediumblue;
}

/* selected link */
.confused a:active {
	color: blue;
}