  button#get-away {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 40px 40px 80px;
	font-size: 1.8em;
	font-family: Oswald, arial;
	font-weight: 400;
	text-transform: uppercase;
	background: black;
	color: white;
	text-shadow: none;
	border: black 2px solid;
	padding: 20px;
	
}

button#get-away:hover,
button#get-away:focus {
	background: white;
	color:black;
}

@media screen and (min-width: 767px) {
	button#get-away {
		margin: 40px;

	}
}