/**************************************************************
* Clearfix
***************************************************************/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
    *zoom: 1;
}

/**************************************************************
* Base
***************************************************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: 400;
	src: local('Pacifico Regular'), local('Pacifico-Regular'),
	  url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
		format('woff2');
	font-display: swap;
}

body {
    font-family: 'Roboto', 'Times New Roman', sans-serif;
    font-size: 1rem;
    overflow: auto;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
} 
a {
	color: black;
}
/**************************************************************
* Header
***************************************************************/
.nav-wrapper {
	background-color: #FFFFFF !important;
	padding: 0 1rem;
}
.nav-wrapper a {
	color: #000000;
}
.brand-logo {
	font-family: 'Lato';
	font-weight: 400;
}
.header-logo {
	height: 40px;
	width: 40px;
}
.header-container {
	background-color: rgba(115, 115, 115, 0.05);
	display: flex;
	flex-direction: column;
	width: 100vw;
}
.header-background {
	height: 25vh;
	width: 100vw;
	background-image: url('./images/HTC_Heritage\ Library_Peachy\ Peaches\ 03Element\ 7.webp');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 1rem;
}
.header-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 1rem;
	text-align: center;
}
.header-text h1 {
	font-size: 4rem;
	margin-bottom: 0;
}
.header-btn-container .btn {
	border-radius: 40px;
	margin: 0.25rem 0;
}
.header-social-stats .fab {
	padding-left: 2rem;
	cursor: pointer;
}
.header-btn-container .transparent {
	color: black;
}
.stat {
	cursor: pointer;
}
.fa-facebook-f:hover,
.social-stat:hover .fa-facebook-f {
	color: #1877f2;
}
.fa-twitter:hover,
.social-stat:hover .fa-twitter  {
	color: dodgerblue;
}
.fa-instagram:hover,
.social-stat:hover .fa-instagram {
	color: #C13584;
}
/**************************************************************
* Main (index)
***************************************************************/
/**************************************************************
* About us
***************************************************************/
.about-us-background-one {
	height: 25vh;
	width: 100vw;
	background-image: url('./images/HTC_Heritage\ Library_Peachy\ Peaches\ 03Element\ 3.webp');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 1rem 0;
}
.about-us-background-two {
	height: 25vh;
	width: 100vw;
	background-image: url('./images/HTC_Heritage\ Library_Peachy\ Peaches\ 03Element\ 4.webp');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 1rem 0;
}
.about-us-text {
	padding: 0 1rem;
}
.about-us-text h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.about-us-text span {
	color: orange;
	font-weight: 700;
}
.about-us-btn-container {
	text-align: center;
}
.about-us-btn-container .orange {
	border-radius: 40px 0 0 4px;
}
.about-us-btn-container .yellow {
	border-radius: 0 4px 40px 0;
}
.yellow:hover,
.about-us-btn-container:hover .orange {
	border-radius: 0 0 0 40px;
}
.orange:hover,
.about-us-btn-container:hover .yellow {
	border-radius: 0 40px 0 0;
}
/* .yellow:hover,
.about-us-btn-container:hover .orange,
.orange:hover,
.about-us-btn-container:hover .yellow {
	border-radius: 0px;
} */
/**************************************************************
* Menu
***************************************************************/
.menu-container {
	background-color: rgba(115, 115, 115, 0.05);
}
.menu-text {
	padding-top: 3rem;
	text-align: center;
}
.menu-text span {
	color: orange;
	font-weight: 700;
}
.menu-text h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.carousel-item {
	height: 260px !important;
}
.carousel-item img {
	height: 200px;
	width: 200px;
}
.carousel-item h3 {
	font-size: 1.5rem;
}
/**************************************************************
* Contact us
***************************************************************/
.contact-us-container {
	padding: 1rem;
}
.contact-us-text {
	padding-bottom: 0.25rem;
}
.contact-us-text span {
	color: orange;
	font-weight: 700;
}
.contact-us-text h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.input-field input,
.input-field textarea {
	border: solid 1px rgba(115, 115, 115, 0.5) !important;
	border-radius: 4px !important;
	background-color: rgba(226, 218, 218, 0.075) !important;
	text-indent: 5px;
}
.input-field label {
	border-left: 1px solid rgba(115, 115, 115, 0.5);
	padding-left: 0.5rem;
}
.contact-us-btn-container {
	text-align: center;
}
.contact-us-btn-container .btn {
	border-radius: 4px;
}
.contact-us-background {
	height: 25vh;
	width: 100vw;
	background-image: url('./images/HTC_Heritage\ Library_Vibrant\ Vineyard\ 02Element\ 3.webp');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 1rem 0;
}
/**************************************************************
* Main (blog)
***************************************************************/
.blog-container {
	padding: 1rem;
}
.card-content h2 {
	font-size: 1.5rem;
	margin: 0 0 0.5rem 0;
	font-weight: 700;
}
.card-image {
	border-bottom: 1px solid rgba(115, 115, 115, 0.15);
}
.blog-background-one {
	background-image: url('./images/HTC_Heritage\ Library_Berry\ Boost\ 02Element\ 2.webp');
	height: 25vh;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.blog-background-two {
	background-image: url('./images/HTC_Heritage\ Library_Citrus\ Club\ 04Element\ 8.webp');
	height: 25vh;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.blog-background-three {
	background-image: url('./images/HTC_Heritage\ Library_Plum\ Power\ 02Element\ 3.webp');
	height: 25vh;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#category-three,
#category-two, 
#category-one {
	font-weight: 700;
	font-size: 0.9rem;
	border-radius: 40px;
	width: 30%;
	text-align: center;
	outline: auto;
	cursor: pointer;
}
#category-three {
	background-color: #E0E6FE;
	color: #5D59B8;
}
#category-two {
	background-color: #FCE6F2;
	color: #AB3465;
}
#category-one {
	background-color:  #DDFDE7;
	color: #176535;
}
.card-action {
	display: flex;
	justify-content: space-between;
}
.card-action span {
	color:rgba(115, 115, 115, 0.85)
}
/**************************************************************
* Footer
***************************************************************/
.page-footer {
	background-color: rgba(115, 115, 115, 0.05);
	color: black;
}
.page-footer a {
	color: #333;
}
.page-footer a:hover {
	color: #999;
}
.page-footer .fa-twitter:hover {
	color: dodgerblue;
}
.page-footer-container {
	padding: 0 1rem 1rem 1rem;
}
.page-footer-icon-container a {
	margin: 0 0.5rem;
}
.page-footer-link-container li {
	margin: 0.25rem 0;
}
.footer-copyright .container {
	display: flex;
	justify-content: space-between;
}
.footer-copyright span {
	color: black;
}
.footer-form {
	padding-bottom: 1rem;
}
/**************************************************************
* Media queries
***************************************************************/
@media screen and (min-device-width: 565px) {
	/* header  */
	.header-container {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	.header-background {
		background-position: right;
		height: 75vh;
		width: 50vw;
		background-size: contain;
	}

	/* main (index) */
	.about-us-container {
		display: flex;
		padding-top: 1rem;
	}
	.about-us-background-one {
		background-position: top;
		height: 75vh;
		width: 50vw;
		background-size: contain;
		margin: 0;
		padding: 0;
	}
	.about-us-background-two {
		background-position: bottom;
		height: 75vh;
		width: 50vw;
		background-size: contain;
		margin: 0;
		padding: 0;
	}
	.about-us-text {
		padding: 0 3rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.about-us-btn-container {
		text-align: left;
	}
	.contact-us-container {
		display: flex;
		justify-content: space-evenly;
		width: 100vw;
	}
	.contact-us-container .contact-us-text {
		width: 20vw;
	}
	.contact-us-container form {
		width: 50vw;
		padding-right: 1rem;
	}
	.contact-us-background {
		height: 50vh;
		width: 100vw;
	}

	/* main (blog) */
	.blog-container {
		display: flex;
		justify-content: space-evenly;
	}
	.card {
		max-width: 30vw;
	}
	#category-three,
	#category-two, 
	#category-one {
		width: 40%;
	}

	/* footer */
	.page-footer-container {
		display: flex;
		justify-content: space-evenly;
	}
	.footer-text {
		width: 15vw;
	}
	.footer-links {
		width: 15vw;
	}
	.footer-form {
		width: 15vw;
	}
}