/* header styles */
#wssi-big-title {
	color: #000;
	text-align: center;
	margin: 0 0 3rem 0;
	text-shadow: 0 0 1px white, 0 0 5px white, 0 0 10px white;
	font-family: Garamond, sans-serif;
	font-weight: bold;
	font-size: 4rem;
}
#wssi-button-container {
	display: flex;
    justify-content: center;
    gap: 3rem 4rem;
    margin-bottom: 2rem;
	flex-wrap: wrap;
}
.wssi-action-button {
	background: #3faa47;
	padding: 1.2rem;
	color: #FFF;
	text-decoration: none;
	margin: 0 0.1rem;
	border-radius: 5px;
	box-shadow: 0 0 5px #FFF;
	width: 16rem;
	text-align: center;
	border: 0;
}
.wssi-action-button:hover {
	text-decoration: none;
}
.wssi-action-button p {
	font-size: 1.2rem;
	color: #FFF !important;
}
.wssi-action-button svg {
	vertical-align: middle;
	width: 1.6rem;
	height: 1.6rem;
}

