/*** CLASSES ***/
.horns {
	color: #9ec7ff;
	font-size: 40px;
	float: left;
	}

.quote {
	padding-left: 20px;
	font-style: italic;
	color: #28539c;
	}

.signature {
	text-align: right;
	margin-top: 10px;
	font-size: 16px;
	}

.qname {
	font-weight: 400;
	}

.qwhat {

	}

video { width: 100%; }

a:link.btn, a:visited.btn {
	display: inline-block;
	float: left;
	color: #2ea3f2;
	text-decoration: none;
	font-size: 20px;
	line-height: 50px;
	border-radius: 3px;
	text-align: center;
	border: 2px solid #2ea3f2;
	padding: 0 20px;
	}
a:hover.btn {
	background-color: #efefef;
	}

.added {
	display: none;
	float: left;
	color: #777777;
	text-decoration: none;
	font-size: 20px;
	line-height: 50px;
	border-radius: 3px;
	text-align: center;
	border: 2px solid #fcc4ac;
	background-color: #fce6dd;
	padding: 0 20px;
	}

.contact-box {
	position: relative;
	width: 60%;
	margin: auto;
	}

.small-only { display: block; }
.large-only { display: none; }

@media (min-width: 992px) {
	.small-only { display: none; }
	.large-only { display: block; }
}

@media (max-width: 640px) {

	a:link.btn, a:visited.btn, .added, .contact-box { width: 100%; }

	}
