/*** CLASSES ***/
.rvcol {
	padding: 10px 0 0 0;
	}

.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 {

	}

.topic {
	line-height: 40px;
	}

.topic > span {
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 30px;
	line-height: 40px;
	vertical-align: middle;
	margin-left: 20px;
	color: #608cc8;
	}

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;
	}

a:link.btn-white, a:visited.btn-white {
	display: inline-block;
	color: #efefef;
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 0 20px;
	}
a:hover.btn-white {
	background-color: #efefef;
	color: #01acbe;
	}

.debbie-photo {
	display: inline-block;
	width: 70%;
	margin-top: 40px;
	}

.parachute-photo {
	display: inline-block;
	width: 70%;
	margin-top: 40px;
	}

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

@media (max-width: 640px) {

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

	}

@media (min-width: 992px) {

	.rvcol {
		padding: 0 15px 0 25px;
		}

	.debbie-photo {
		display: inline-block;
		width: 70%;
		margin-top: 0;
		}

	.parachute-photo {
		display: inline-block;
		width: 70%;
		margin-top: 40px;
		}

	}
