body {
	background-color: white;
	font-family: sans-serif;
}

h1 {
	font-size: 18px;
	line-height: 20px;
}

@media (min-width: 768px) {

	h1 {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: 1rem;
	}
	
}

.red-bg {
		padding: 10px 0px;
		height: 60px;
		margin-bottom: -50px;
		width: 100vw;
		position: relative;
		left: calc(-1 * (100vw - 100%)/2);
		background: #dd1e2b; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #dd1e2b 0%, #a91619 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #dd1e2b 0%, #a91619 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #dd1e2b 0%, #a91619 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1e2b', endColorstr='#ba1a1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
		mix-blend-mode: multiply;
}

p {
	font-size: 14px;
}

.errorred {
	
	color:red;
	font-size:12px;
	width:250px;
	margin-left: auto;
	margin-right: auto;
	
}

.alert {
	line-height: 16px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	padding: 12px;
	border-color: #ff0500;
	border-width: 1px;
	border-style: solid;
	background-color: #fff8d3;
}

.red-vert {
	padding: 20px 0px;
	height: 700px;
	margin-bottom: -680px;
	mix-blend-mode: multiply;
}

@media (min-width: 768px) {
	
	.red-vert {
		padding: 50px 0px;
		height: 800px;
		margin-bottom: -780px;
		width: 100%;
		background: #dd1e2b; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #dd1e2b 0%, #a91619 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #dd1e2b 0%, #a91619 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #dd1e2b 0%, #a91619 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1e2b', endColorstr='#ba1a1c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}

.cardart {
	max-width: 100%;
	padding-bottom:0.5em;
	isolation: isolate;
}

@media (min-width: 768px) {
	.cardart {
	max-width: 80%;
	padding-bottom:0.5em;
	isolation: isolate;
}
}

.cardtext {
	color: black;
	font-size: 12px;
	margin-bottom: 20px;
	isolation: isolate;
}

@media (min-width: 768px) {
	.cardtext {
		color: white;
		font-size: 12px;
		margin-bottom: 20px;
		isolation: isolate;
	}
}

.heroimage{
	height: 180px;
	margin-bottom: -90px;
	width: 100%;
	background-image: url(https://bsronamebadges.com/dev/assets/images/nameBadgeHero_mobile.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: multiply;
}

@media (min-width: 768px) {
	
	.heroimage{
		height: 380px;
		margin-bottom: -380px;
		background-image: url(https://bsronamebadges.com/dev/assets/images/nameBadgeHero_Tablet.jpg);
		background-position: center center;
	}
}

@media (min-width: 992px) {
	
	.heroimage{
		height: 380px;
		margin-bottom: -380px;
		background-image: url(https://bsronamebadges.com/dev/assets/images/nameBadgeHero_desktop.jpg);
		background-position: center center;
	}
}

.content {

}

@media (min-width: 768px) {
	
	.content {
		margin-top: 400px;
	}
}

.copyblock {
	margin: 30px 0px;
}

@media (min-width: 768px) {
	
	.copyblock {
		margin: 30px 0px 10px 0px;
	}
}

.logos {
	margin: 30px 0px;
}

.footer {
	margin-top: 30px;
}