
.btn.btn-ftb-primary,.bg-ftb-primary {
	background-color: #1b9190;
	color: white;
}

.btn.btn-ftb-secondary,.bg-ftb-secondary {
	background-color: #6ecac9;
}

.btn.btn-ftb-tertiary,.bg-ftb-tertiary {
	background-color: #fde357;
}

.border-ftb-primary {
	border: 1px solid #1b9190;
}

.border-ftb-secondary {
	border: 1px solid #6ecac9;
}

.border-ftb-tertiary {
	border: 1px solid #fde357;
}
.landing-hero {
	background-image: url("../img/hero1.jpg");
	background-size: cover;
	min-height:350px;
	background-position: center bottom;
}

.landing-hero-text {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 5%, rgba(0,0,0,0) 100%); 
}

.splash-img {
	border-radius: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 
		0 0 0 3px white,
		0 0 0 6px #1b9190;
	text-align: center;
}

.splash-img:after{
	content: '';
	display: block;
	padding-bottom: 100%;
}

.splash-text {
	/* background: rgba(177, 255, 194); */
	padding: 1rem;
	border-radius: 10px;
	margin-top: -2rem;
	text-align: center;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
}

.petfinder-animal-img {
	background-position: center center;
	background-size: cover;
	height: 250px;
}

.pages .disabled {
	pointer-events: none;
	opacity: 0.5;
}

#petfinder-link {
	height: 30px;
	margin-top: -2px;
}

#animal-details-modal #gallery-image{
	padding: .25rem;
}

#animal-details-modal .gallery-thumb-col {
	padding: .25rem;
}

#animal-details-modal .gallery-thumb {
	padding-top: 100%;
	border: 3px solid transparent;
	background-size: cover;
	background-position: center center;
}

#animal-details-modal .gallery-thumb.gallery-thumb--selected {
	border-color: rgba(43, 43, 43, 0.8);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.landing-hero {
		background-position-y: -50px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.landing-hero {
		background-position-y: -180px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.landing-hero {
		background-position-y: -280px;
	}

}