@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
    height: auto;
    min-height: 100vh;
    background-color: rgb(240, 240, 240);
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
	font-weight: 400;
	height: 21px;
	line-height: 21px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
} 
a img { 
	border: none;
}
.content {
	text-align: center;
}
.content p a:link {
	color: #ffffff;
	text-decoration: none;
}
.content p a:visited {
	color: #ffffff;
	text-decoration: none;
}
.content p a:hover, .content p a:active, .content p a:focus {
	text-decoration: underline;
	color: black;
}
.container {
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 100px;*/
} 
.teal {
	color: rgb(0, 171, 171);
}
.container a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.container a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.container a:hover, .container a:active, .container a:focus {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
}
.header {
	background-color: #6F7D94;
}
.title {
	margin-bottom: 50px;
}
.title h1 {
	font-size: 35px;
	margin-bottom: 40px;
}
.content {
	margin-bottom: 50px;
	margin-top: 50px;
}
.footer {
	background-color: #00abaa;
	bottom: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.custom-footer {
	color: white;
	font-family: sans-serif;
	padding: 2rem 1rem;
	width: 100%;
	box-sizing: border-box;
}
.custom-footer-columns {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 0px solid rgba(255, 255, 255, 0.3);
	padding-top: 2rem;	
}
.custom-footer-column {
	flex: 1;
	min-width: 180px;
	margin: 0 1rem;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 2rem;
	font-size: 14px;
}
.custom-footer-column:last-child {
	border-right: none;
	padding-right: 0;
}
.custom-footer-column h4 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.custom-footer a {
	color: white;
		text-decoration: underline;
	font-weight: 400;
}
.custom-footer a:hover {
	text-decoration: none;
}
.custom-footer p {
	margin-bottom: 16px;
	max-width: 170.765625px;
}
.footer-link {
	display: inline-block;
	padding: 8px 16px;
	background-color: white;
	color: #00abaa !important;
	border-radius: 12px;
	text-decoration: none !important;
	transition: all 0.1s ease;
	border: 2px solid white;
}
a.footer-link {
	font-weight: 700;
}
.footer-link:hover {
	background-color: transparent;
	color: white !important;
	border: 2px solid white;
}

#mall {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-around;
}
.store {
    width: calc(33% - 10px);
   	margin-bottom: 10px;
    display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}
.store h2 {
	font-size: 25px;
	font-weight: 600;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 7rem !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
a.fill-div {
    display: block;
    padding: 30px 10px;
    min-height: 250px;
    width: calc(100% - 20px);
    text-decoration: none;
    background-color: #c1c1c1;
    transition: all 0.8s ease-out;
}
a.fill-div:hover {
	background-color: #00abaa;
	transform: translateY(-5px);
}
