html, body {
	height: 100%;
}

body {
	background: linear-gradient(#ffffff, #8a0303) fixed;
}

main {
	flex: 1 0 auto;
}

.title {
	display: flex;
	align-items: center;
}

h1 {
	font-family: 'SF Gushing Meadow SC', sans-serif;
	display: inline-block;
	font-size: 5rem;
	margin-bottom: -1.6rem;
	line-height: 1.2;
	vertical-align: bottom;
	color: #C33F38;
	font-weight: 200;
}

@media (max-width: 767.98px) {
	h1 {
		line-height: 1.15;
		font-size: 2.5rem;
		margin-bottom: -1.1rem;
		margin-left: 0.5rem;
	} 
	img#logo {
		height: 56px;
		width: 207px;
	}
	button.submitButton {
		display: block;
		width: 100%;
		margin-top: 0.5rem;
	}
	a.shirtButton {
		display: block;
		width: 100%;
	}
	label {
		margin-bottom: 0.25rem;
	}
}

.shirtButton {
	background-color: #8a0303;
	border-color: #8a0303;
}

h2 {
    font-family: 'Kardust', sans-serif;
	display: inline-block;
	font-size: 3rem;
	margin-bottom: 0;
	font-weight: 700;
}

a:hover, a:focus, a:active, a:visited, a:link {
    text-decoration: none;
    color: inherit;
}

a {
	color: inherit;
}

a.store-link:hover, a.store-link:focus, a.store-link:active, a.store-link:visited, a.store-link:link {
	text-decoration: none;
}

a.store-link:hover {
	opacity: 0.6;
}

.labels {
	display: inline-block;
	line-height: 1.4;
}

.label {
	font-family: 'Kardust', sans-serif;
	/*font-size: 1.2rem;*/
	text-transform: uppercase;
	font-weight: 400;
}

.extra {
	font-weight: 300;
}

.footer {
	flex-shrink: none;
}

.banner {
    display: block;
    padding: 12px 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    /*background-color: #0275d8;*/
    background-color: #8a0303;
}

.banner:hover {
	filter:  saturate(150%);
	cursor: pointer;
}

.form-row {
	align-items: flex-end;
}


button.submitButton {
	padding-left: 20px;
	padding-right: 20px;
	max-height: 38px;
}

.liz-symbol {
	font-family: 'Kardust', sans-serif;
}

.lds-dual-ring {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px;
	border-radius: 50%;
	border: 3px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

