﻿.color-sugar {
	color: #246A73;
}
.btn-sugar {
	background-color:	#246A73;
	color: white;
}

.btn-sugar:hover {
	background-color: #246A73;
	color: white;
}

.btn-sugar-sm {
	background-color: #246A73;
	color: white;
	width: 200px;
}

.btn-sugar-sm:hover {
	background-color: #246A73;
	color: white;
}

.sugar-text {
	color: #246A73;
	text-decoration: none;
}

.link-black-global {
	text-decoration: none;
	color: black;
}

/** STYLES FOR EXPERIENCE DETAILS **/
.img-info-tour {
	position: relative;
	text-align: center;
	color: white;
	max-width: 300px;
}

.bottom-left {
	position: relative;
	bottom: 23px;
	text-align: left;
	background: linear-gradient(to top,rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.1));
	border-radius: 5px;
}
.carousel .item {
	height: 300px;
	width: 300px;
}

.item img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 300px;
}
/** END STYLES FOR EXPERIENCE DETAILS **/

.pointerCursor {
	cursor: pointer;
}

.exp-img-results {
	object-fit: cover;
	object-position: center;
	min-height: 300px;
	max-height: 400px;
	width: auto;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

/* STYLES FOR BACK ARROW & CATEGORY NAME */
#block_categoryName {
	display: flex;
	justify-content: center;
}

#arrowBack, #categoryName {
	display: inline;
}

.secondary-mr-sugar {
	color: #7da2a7
}