.jumbotron {
  color: white;
  background-image: url("https://www.dental.umaryland.edu/media/sod/test-assets/temp-home-assets/images/Baltimore-CityScape.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.subhead {
 font-size: 15vh;
 font-color: #fff;
 font-family: Gotham; 
}


section{
	height: 100vh;
}

.sod-temp-btn {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 .5em;
}

//IMPORTANT STUFF
$border-width: .25em;
.sod-temp-btn {
	display: inline-block;
	position: relative;
	//margin: $border-width*5 .5em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	&:after,
	&:before {
		content: "";
		position: absolute;
		left: .5em;
		right: .5em;
		height: $border-width*2;
		border-style: solid;
		border-color: #000;
		border: $border-width solid #000;
	}
	&:after {
		bottom: 120%;
		border-bottom: none;
	}
	&:before {
		top: 120%;
		border-top: none;
	}
}


