.starter_wrapper {
	/* height: 100vh; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: fixed; */
	background-color: rgba(32, 81, 69, 0.3);
}

.wrapper{
	background: rgba(0,0,0,0.2);
}
.prepage_content_hero {
	height: auto;
	width: 100%;
	/* margin-top: -90px; */
}

.flex-prepage{
	display: flex;
    justify-content: center;
}
.prepage_banner {
	max-width: 240px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px;
}

.prepage_logo{
    display: none;
}

.title-row {
	display: flex;
	justify-content: center;
}

.category-title-row {
	display: flex;
	justify-content: space-between;
}
.prepage-title-row {
	display: flex;
	justify-content: center;
}

.prepage-title{
    color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-shadow: 1px 2px 1px #1f5144;
	justify-self: center;
	align-self: center;
	padding-right: 17px;
	text-transform: uppercase;
}

.category_title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-shadow: 1px 2px 1px #1f5144;
	justify-self: right;
	align-self: center;
	padding-right: 17px;
	text-transform: uppercase;
}

.category_back {
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 2px 1px #1f5144;
	justify-self: start;
	padding-right: 50px;
	align-self: center;
}

/* CATEGORY ICONS */
.icon-container {
	width: 100%;
	max-width: 670px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 30px 0;
}

.icon_container {
	height: 82px;
	width: 82px;
	display: flex;
	align-content: center;
	justify-content: center;
	border-radius: 60px;
	margin: 20px 15px;
	background-color: #ee874f;
	box-shadow: 0px 4px 1px #205145;
	cursor: pointer;
	transition: all 500ms;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.icon_container img {
	width: 45px;
}

.icon_container .seperator {
	display: none;
}

@media only screen and (min-width: 490px) {
	.icon_container span {
		color: #fff;
		display: block;
		position: absolute;
		margin-top: 60px;
		font-size: 16px;
		text-align: center;
		min-width: 100px;
		opacity: 0;
		transform: scale(0.5);
		padding: 1px 15px;
		border-radius: 30px;
		background-color: #ee874f;
		transition: all 500ms;
		transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
		box-shadow: 0px 4px 1px #205145;
	}

	.icon_container:hover {
		margin-top: -10px;
		margin-bottom: 40px;
		box-shadow: 0px 20px 11px #205145;
	}

	.icon_container:hover span {
		margin-top: 90px;
		opacity: 1;
		transform: scale(1);
	}
}


.animal-grid-container {
	width: 100%;
	max-width: 170px;
	height: 150px;
	overflow: hidden;
	margin: 10px;
	border-radius: 10px;
}

/* ANIMAL CATEGORIES */
.animal-container {
	width: 100%;
	max-width: 870px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.animal-grid-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 490px) {
	.prepage_banner {
		display: none;
	}
	.container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

    .icon-container {
        width: 100%;
        max-width: 670px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        padding-bottom: 30px;
        margin-top: 100px;
    }

	.category-title-row {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		padding: 25px 10% 20px;
		justify-content: space-between;
		background-color: #2b5b41;
		z-index: 99999;
    }

    .prepage-title-row {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		padding: 25px 10% 20px;
		justify-content: left;
		background: rgb(14,115,125);
		background: linear-gradient(0deg, rgba(14,115,125,1) 0%, rgba(2,112,87,1) 100%);
    }
    
    .prepage-title{
        display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		padding: 25px 10% 20px;
		justify-content: left;
		background: rgb(14,115,125);
		background: linear-gradient(0deg, rgba(14,115,125,1) 0%, rgba(2,112,87,1) 100%);
    }

	.animal-container {
		padding-top: 140px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.animal-grid-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.animal-grid-container {
		width: 42%;
		max-width: 170px;
		height: auto;
		overflow: hidden;
		margin: 10px;
		border-radius: 10px;
	}
}


@media only screen and (max-width: 490px) {
	.icon_container {
		height: 55px;
		width: 100%;
		max-width: 210px;
		min-width: 220px;
		display: flex;
		align-content: center;
		justify-content: left;
		border-radius: 60px;
		margin: 15px;
		background-color: #ee874f;
		box-shadow: 0px 4px 1px #205145;
	}

	.icon_container img {
		width: 35px;
		margin-left: 20px;
	}

	.icon_container .seperator {
		display: inline-block;
		align-self: center;
		height: 30px;
		width: 1px;
		margin-left: 12px;
		background-color: #a04411;
	}

	.icon_container span {
		color: #fff;
		display: block;
		align-self: center;
		height: auto;
		padding-left: 12px;
		font-size: 18px;
		line-height: 1;
    }
    
    .prepage_logo {
        max-width: 215px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0px;
        margin-bottom: 30px;
    }
    
}


.category-title-effect{
    position: absolute;
    bottom: -58px;
    right: 10px;
    color: #fff;
    margin-top: 60px;
    font-size: 15px;
	text-align: center;
	width:100%;
  	max-width:150px;
    opacity: 0; 
    transform: scale(0.5);
    padding: 6px 30px;
    border-radius: 30px;
    background-color: #ee874f;
    transition: all 500ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0px 4px 1px #205145;
	z-index: 9999;
	display: none;
}
.category-title-mobile{
	position: absolute;
    bottom: -34px;
    right: -10px;
    color: #fff;
    display: block;
    margin-top: 60px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    min-width: 145px;
    padding: 6px 15px;
    background-color: #ee874f;
    box-shadow: 0px 4px 1px #205145;
    z-index: 9999;
}
@media (min-width:375px) {
.category-title-mobile {
    bottom: -43px;
	right: 0px;
}
}

@media (min-width:500px) {

	.category-title-mobile{
			bottom: -66px;
			right: 26px;
	}
}

.animal-grid-container a{
	position: relative;
}

.animal-grid-container a:hover .category-title-effect {
    margin-top: 90px;
    opacity: 1;
    transform: scale(1);
}

@media (min-width:780px) {
	.category-title-effect{
		display: block;
	}

	.category-title-mobile{
		display: none;
	}
}