html {
	height: 100%;
}

body {
	margin: 70px 0;
	background: url(../images/davyThoughts.jpg);
	background-size: cover;
	background-position: center;
	font-family: "Helvetica";
}

.speechBubble {
	position: relative;
	background: rgba(0,0,0,0.4);
	border-radius: .4em;
	border: 4px solid white;
	height: 50%;
	width: 25%;
	min-width: 325px;
	float: right;
	text-align: center;
	padding: 20px 20px;
	margin: 80px 20px 0 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8), 0px 8px 13px rgba(0,0,0,0.2), 0px 18px 23px rgba(0,0,0,0.2);
	font-size: 24px;
	font-weight: 700;
}

a.centerBubble.btn.speechBubble {
	font-size: 60px;
	margin-top: 50px;
}

.speechBubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	border-left: 0;
	margin-left: 45px;
	margin-bottom: -54px;
}

a.speechBubble.btn:hover {
	border: 4px solid steelblue;
	color: steelblue;
}

a {
    color: white;
    text-decoration: none;
}

a:hover 
{
     color: steelblue; 
     text-decoration:none; 
     cursor:pointer;  
}

h1 {
	color: white;
	text-shadow: 0px 8px 6px rgba(0,0,0,0.8), 0px 16px 26px rgba(0,0,0,0.2), 0px 36px 46px rgba(0,0,0,0.2);
	padding: 0 70px;
	font-size: 5em;
	font-weight: 700;
}

