/***********************************************************************/
/* HEADER
/***********************************************************************/

header h2 {
	font-family: Pacifico !important;	
}

header .nav {
	font-family: Roboto;
	font-weight: 100;
}

/***********************************************************************/
/* MAIN MENU 
/***********************************************************************/

.category {
	margin: 0;
	padding:0;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%; 
	min-height: 350px; 
	position: relative; 
	overflow: hidden; /* Ensures pseudo-elements or content don't overflow rounded corners if needed */
	/* background-size: cover; */
	background-position: center;
	background-color: rgba(0,0,0,0.7);
	background-size: 100%;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.7), 0 0 5px rgba(0,0,0,0.5); /* Enhanced text shadow for readability */	
	outline: none;
}

.category:hover {
	background-color: rgba(255,255,255,0);
	box-shadow: inset 0px 0px 20px #000000;
}


.catalog-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 30%;
	width: 100%;
	display: block;
	
}

.catalog-bg:hover {
	transform:scale(0.98);
	transition: transform 0.2s linear;
}

.catalog-bg p {
	display: none !important;
}

.catalog-bg p:hover > .text-white {
	display:block !important;
}

.catalog-bg h2 {
	font-family: Pacifico !important;
	font-size:50px;
	font-weight: 200 !important;
	text-shadow: 0px 0px 8px #000;
	
}

.catalog p {
	border-top: 1px solid #555;
	font-family: Roboto;
	font-weight: 300 !important;
	font-size: 20px;
	padding-top: 5px;
}

.catalog-bg .subtext {
	font-family: Oswald !important;
	position: absolute;
	bottom: -100px;
	font-size: 70px;
	letter-spacing: -0.3vh;
	color: #ddd;
	background: rgba(0,0,0,0.4);
	width: 100%;
	text-align: center;
}

.catalog-bg:hover > .category i {
	font-size: 90px;
	transition: font-size 0.2s linear;
}

.catalog-bg:hover > .category .subtext {
	bottom: 0;
	transition: bottom 0.2s linear;

}

/***********************************************************************/
/* MAIN MENU BACKGROUND 
/***********************************************************************/

.tech-bg {
	background-image: url('../img/tech.jpg');
}

.music-bg {
	background-image: url('../img/music.jpg');
}

.animal-bg {
	background-image: url('../img/animal.jpg');
}

.tech-bg i {
	font-size: 80px;
	color: #bbb3a3;
	text-shadow: 0px 0px 5px #000;
}

.music-bg i {
	font-size: 80px;
	color: #d0d0d0;
	text-shadow: 0px 0px 5px #000;
}

.animal-bg i {
	font-size: 80px;
	color: #dc9b9b;
	text-shadow: 0px 0px 5px #000;
}


/***********************************************************************/
/* OFF CANVAS
/***********************************************************************/

.offcanvas {
	/* background: #d4d4d4; */
	color: #000;	
	box-shadow: 0px 0px 15px #000;
	display: block;
	padding: 0;
	margin: 0;
}

.offcanvas .close-container {
	position:absolute;
	right: 10px;
}

.offcanvas .close {
	color: #999;
	font-size: 50px;
	outline: none !important;
	user-select: none;
}

.details-container {
	font: Roboto;
	font-size: 18px;
	color: #333;
	line-height: 35px;
	font-weight: 200;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.details-container h1 {
	font-family: Oswald;
	font-size: 80px;
	letter-spacing: -0.3vh;
	line-height: 0.95;
	color: #222;
}

.tech-details {
	padding: 40px 0px;
	background: #eee !important;
}

.tech-details b {
	font-weight: 600;
}

.tech-details .tech-image {
	background-image: url(../img/tech-dev.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 75%;
}

.music-details {
	padding: 40px 0px;
	background: #555 !important;
	color: #fff !important;
}

.music-details .video-container-promise {
	margin:10px;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;

	border: 10px solid #222;
	box-shadow: 0px 0px 10px #111;;
}

.music-details .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40.25%;
	/* margin: 10px; */
	margin-bottom: 10px;
	border: 5px solid #2e2222;
	box-shadow: 0px 0px 10px #111;;
}

.music-details h4 {
	font-family: Oswald;
	/* letter-spacing: 3px; */
}

.music-details .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.music-details a {
	color: #ddd;
}

.music-details .music-image {
	background-image: url(../img/music-piano.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 75%;
}

.animal-details {
	padding: 40px 0px;
	background: #d65b45 !important;
	height: 100%;
	color: #fff !important;
	padding-bottom: 0px;
}

.shelter-container {
	box-shadow: 0px 0px 8px #000 inset;
	font-size: 17px;
	line-height: 22px;
}

.animal-details .animal-image {
	background-image: url(../img/animal-dog.jpg);
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 15%;
}

.details-footer {
	background: #333;
	width: 100%;
	/* height: 100%; */
	/* box-shadow: 0px 0px 10px #000; */
	display:block;
	padding-bottom: 50px;
	margin-bottom: 0px;
}

.details-footer img {
	position: absolute;
	width: 150px;
	left: 50px;
	top: -132px;
	
}