@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto:wght@300&display=swap');

:root {}

/* buttons */

.btn {
	cursor: pointer;
	color: #fff;
	background: #009933;
	border: transparent;
	border-radius: 0.25rem;
	letter-spacing: 1px;
	padding: 0.375rem 0.75rem;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	transition: 0.3s ease-in-out all;
	text-transform: capitalize;
	display: inline-block;
}

.btn:hover {
	background: #267340;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-hipster {
	color: var(--primary-500);
	background: var(--primary-200);
}

.btn-hipster:hover {
	color: var(--primary-200);
	background: var(--primary-700);
}

.btn-block {
	width: 100%;
}

/*
=============== 
Navbar
===============
*/

.nav-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: rgba(255, 255, 255, 0.6);*/
	/*background: mintcream;*/
	border-radius: 3px;
}

.nav-center {
	width: 90vw;
	/*24max-width: 1120px;*/
	/*background: red;*/
}

.nav-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-logo {
	display: flex;
	align-items: center;
	margin-top: 20px;

}

.nav-header img {
	width: 140px;
	/*static variable to be change to dynamic*/
}

.nav-btn {
	padding: 0.15rem 0.75rem;
}

.nav-btn i {
	font-size: 1.25rem;
}


.nav-links {
	display: flex;
	flex-direction: column;
	height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out all;
	font-family: 'Lato', sans-serif;
	font-size: 1.04rem;
}

.show-links {
	height: 545.78px;
}

.nav-link {
	display: block;
	text-align: center;
	text-transform: capitalize;
	color: #0f172a;
	letter-spacing: 1px;
	text-decoration: none;
	padding: .5rem 0;
	border-top: 1px solid #94a3b8;
	transition: 0.3s ease-in-out all;
}

.nav-link:hover {
	font-weight: bold;
}

.shopping-cart button {
	width: 120px;
	height: 30px;
}

/*Dropdown List*/

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	font-weight: bold;
	background-color: #f9f9f9;
}

.dropdown:hover .dropdown-content {
	display: block;
}


/****************************************/
@media screen and (min-width: 700px) {
	.nav-btn {
		visibility: hidden;
		width: 0;
	}

	.nav-bar {
		height: 6rem;
	}

	.nav-center {
		display: flex;
		align-items: center;
	}

	.nav-header {
		height: auto;
		margin-right: 2rem;
	}

	.nav-links {
		height: auto;
		flex-direction: row;
		align-items: center;
		width: 100%;
	}

	.nav-link {
		padding: 0;
		border-top: none;
		margin-top: 1rem;
		font-size: 1rem;
		margin-right: 1.2rem;
	}

	#home:hover {
		color: rgba(220, 20, 60, 1.0);
	}

	#about:hover {
		color: rgba(0, 128, 0, 1.0);
	}

	#contact:hover {
		color: rgba(218, 165, 32, 1.0);
	}

	.shopping-cart {
		margin-left: auto;

	}

	.shopping-cart button {
		width: 60px;
	}

	.other-categories {
		float: left;
		overflow: hidden;
	}

	.more {
		visibility: visible;
	}

	.other-categories-links {
		position: absolute;
		top: 70px;
		display: none;
		/*background: rgba(255, 255, 255, 0.6);*/
		/*background: white;*/
		background-image: url("img/leaves50p.png");

	}

	.other-categories-links a {
		display: block;
		text-align: left;
		padding-left: 10px;
	}

	.other-categories:hover>.other-categories-links {
		display: block;
	}



	/*
=============== 
Main
===============
*/

	.main-div {
		min-height: calc(95vh - (6rem + 2rem));
		display: flex;
		justify-content: center;
		align-items: center;
		/*background: yellow;*/
	}

	.full-page-content {
		width: 90vw;
		height: 50vh;
		/*background: url(https://images.unsplash.com/photo-1512621776951-a57141f2eefd?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=870&q=80) center/cover no-repeat;*/
		/*margin-bottom: 2rem;*/
		border-radius: 0.25rem;
		position: relative;

	}

	.category-links {
		position: absolute;
		width: 100%;
		height: 100%;
		/*top: 0;
    left: 0;*/
		/*not needed*/
		background: rgba(0, 0, 0, 0.5);
		border-radius: 0.5rem;
		display: grid;
		grid-template-columns: 16.67% 16.67% 16.67% 16.67% 16.67% 16.67%;
		grid-template-rows: 33.33% 33.33% 33.33%;
	}

	.category-links .cat-link {
		text-align: center;
		color: white;
		height: 100%;
	}

	.cat-link span {
		display: inline-block;
		/*width: 100%;*/
		height: 100%;
		vertical-align: middle;
		font-size: 1.3rem;
		/*font-size: 1.6vw ;*/
		/*line-height: 0.7;*/
	}

	@media screen and (max-width:1090px) {
		.cat-link span {
			font-size: 1.2rem;
		}
	}

	@media screen and (max-width:1010px) {
		.cat-link span {
			font-size: 1.1rem;
		}
	}

	@media screen and (max-width:990px) {
		.cat-link span {
			font-size: 1rem;
		}
	}


	.category-links .crimson:hover {
		background: rgba(220, 20, 60, 0.6);

	}

	.category-links .gold:hover {
		/*background: rgba(255, 215, 0, 0.5);*/
		background: rgba(218, 165, 32, 0.6);
	}

	.category-links .green:hover {
		background: rgba(0, 128, 0, 0.6);
	}

}

/*
===========
FOOTER
===========
*/

.footer-div-trish {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;

}

.page-footer {
	text-align: center;
}


#trish {
	color: rgba(0, 128, 0, 1.0);
	text-decoration: none;
}

#trish:hover {
	color: #267340;

}

.footer-div {
	display: none;
}