a {
	color: #e61a5c;
}

.fab {
	padding: 0 1px 0 1px;
	font-size: 3em;
}

a:hover .fab {
	color: #ffc612;
	transition: .5s;
}

a.sticker-link:hover {
	color: #e61a5c;
	text-align: center;
	display: inline-block;
	transition: .8s;
}

@media (min-width: 300px) {
	a.sticker-link {
		font-size: 25pt;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}
}

@media (min-width: 992px) {
	a.sticker-link {
		font-size: 40pt;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}
}

h1,h2 {
	color: #e61a5c;
}

p {
	color: #e61a5c;
}

.avs-logo {
	margin-bottom: 10px;
}

a.link-text {
	color: blue;
	line-height: 1em;
	font-size: 1.2em;
	font-weight:bold;
	color: #e61a5c;
	text-decoration: underline;
}

a.link-text:hover {
	color: #ffc612;
	transition: .8s;
	text-decoration: underline;
}

@media (min-width: 575px) {
	a.link-text {
	line-height: 1.2em;
	font-size: 1em;
	}
}


@media (min-width: 800px) {
	a.link-text {
	line-height: 1.2em;
	font-size: 1.5em;
	}
}

@media (min-width: 1200px) {
	a.link-text {
	line-height: 1.2em;
	font-size: 2.3em;
	}
}



.social-block {
	padding-top: 10px;
}

.hero-image {
	margin-top: 10px;
	margin-bottom: 5px;
	box-shadow: 3px 4px #888888;
}

h3 {
	color:#f9c31d;
}

.copyright {
	color:#f9c31d;
}

.twitter-timeline {
	color:#f9c31d;
}

.logo {
	margin: auto;    
    display: block;
}

.indiegogo {
	padding-top: 20px;
}