/* CSS Document */
body {
	padding: 0;
	caret-color: rgba(0,0,0,0);
	font-family: "Garamond", "EB Garamond", Times, "Times New Roman", "serif";
	background-color: #d31f2b;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #303030;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:inherit;
}
h1 {
	font-family: "Lexend", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	margin-bottom: .2rem;
	line-height: 1.7rem;
}

h2 {
	margin: 0;
}

.wrapper-div {
/*	display:inline-block;*/
/*	clear:both;*/
	}

.card {
	gap: .8rem;
	margin:  1.25rem 0;
	width: auto;
	max-width: 450px;
	border-radius: 1.2rem;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	z-index: 1;
	align-items: stretch;
	justify-content: center;
	padding: .9rem;
}
#toplogo{
	height: 4rem;
	width: 4rem;
	border-radius: 7rem;
	z-index: 4;
}
#visitwww {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	text-align: center;
	color: #555555;
	gap: .1rem;
}
.topHolder {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: .75rem;
	border: 3px solid #888888;
	border-radius: .6rem;
	padding: .4rem;
}
.topHolder h2 {
	color: #888888;
}
.buttonHolder {
	display: flex;
	flex-direction: column;
	gap: .7rem;
	flex-wrap: wrap;
	flex-grow: 2;
	width: 100%;
	justify-content: center;
}
.wwwHolder {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background-color: #cccccc;
	justify-content: center;
	gap: .75rem;
	border: 3px solid #888888;
	border-radius: .6rem;
	padding: .5rem;
}
.button2 {
	color: #ffffff;
	min-height: 1.8rem;
	border-radius: .4rem;
	background-color: #777777;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	font-weight: bold;
	gap: .2rem;
	padding: .5rem 1.5em;
	flex-wrap: wrap;
	flex-basis: 0;
}
.button2:hover {
	cursor: pointer;
	background-color: #555555;
}

.hours-box {
    margin: 10px 0;
    position: relative;
    padding: 10px;
    background: white;
    border-radius: 4px;
}

.label {
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: 0.7em;
    color: #999;
}