@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&display=swap');


























.anchor-index-nav{
	height: auto;
	background-color: white;
	padding: 8px;
}
.anchor-index-nav-box-card-header{
	margin-left: 25px;
}
.anchor-index-nav-box-flow{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
 margin-top: 20px;	
}
.anchor-index-nav-box-card{
	width: 85%;
	height: auto;
	background-image: url("../parts/anchor-style.png");
	background-position: center;
	background-size: cover;
	padding: 8px;
	border-radius: 15px 50px;
}
.anchor-index-nav-box-logo-flow{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.anchor-index-nav-box-logo{
	background-color: transparent;
	height: auto;
	padding: 5px;
}
.anchor-index-nav-box-logo-img{
	width: 390px;
	height: 120px;
	border-radius: 15px 50px;
	background-image: url(  "../victoria-bilsborough-U-ouhtPgHH4-unsplash.jpg");
	background-position: center;
	background-size: cover;
}
.anchor-index-nav-box-logo-description {
	width: 390px;
	border: 1px solid white;
	border-top-color: transparent;
	border-bottom-color: transparent;
	padding: 5px;
	margin: 12px;
	background-color: #f2e6d9;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(5, 1, 4, 1) 0%, rgba(7, 2, 6, 1) 0%, rgba(8, 3, 7, 1) 0%, rgba(9, 4, 8, 1) 0%, rgba(11, 5, 9, 1) 0%, rgba(12, 5, 10, 1) 0%, rgba(191, 74, 160, 1) 0%, rgba(232, 90, 194, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(245, 2, 152, 0.24) 0%, rgba(255, 255, 255, 0.33) 100%);
}
.anchor-index-nav-box-logo-description p{
	text-align: center;
	color: black;
	font-family: "Epunda Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
	font-size: 23px;
  font-style: normal;
}
.anchor-index-nav-box-card-header h3{
	font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.anchor-index-nav-box-card li{
	display: inline;
	float: left;
	margin: 5px;
	padding: 8px;
	background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(5, 1, 4, 1) 0%, rgba(7, 2, 6, 1) 0%, rgba(8, 3, 7, 1) 0%, rgba(9, 4, 8, 1) 0%, rgba(11, 5, 9, 1) 0%, rgba(12, 5, 10, 1) 0%, rgba(191, 74, 160, 1) 0%, rgba(232, 90, 194, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(245, 2, 152, 0.24) 0%, rgba(255, 255, 255, 0.33) 100%);
}
.anchor-index-nav-box-card a{
	padding: 5px;
	color: black;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}