/*** CLASSES ***/

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

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

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


@media (max-width: 640px) {

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

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

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

	}
