body,
html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
}

* {
	box-sizing: border-box;
}

h4 {
	font-size: 1.2rem;
}

.flex-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.height {
	min-height: 100vh;
}

.banner {
	background: url("./img/2018-Corporate-Team-Member-Mosaic-WASHED-COLOR.jpg");
	height: 30vh;
	justify-content: center;
}

#div_top {
	padding: 20px;
}

#div_top,
#credit {
	text-align: center;
	background-color: #fff;
}

#question {
	text-align: center;
	margin-bottom: 3rem;
}

.bubble {
	padding: 1rem 1.5rem;
	margin: 20px;
	border-radius: 2rem;
	text-align: center;
}

#it:hover,
#sap:hover,
#bi:hover,
#workspace:hover,
#website:hover,
#hbspt:hover,
#sales:hover,
#profit:hover {
	background-color: #240032;
	transition: all 1s ease;
}

a {
	text-decoration: none;
	color: white;
	font-weight: 400;
}

#it, #sap, #bi, #workspace, #website, #hbspt, #sales, #profit {
	background-color: #000000;
}

footer {
	padding: 20px 0;
}
