* {
	font-family: 'Roboto', serif;
}
.vh-25 {
	height: 20vh;
}
.vh-50 {
	height: 50vh;
}
.vh-75 {
	height: 75vh;
}
.vh-100 {
	height: 100vh;
}
#hero_h1 {
	text-shadow: 4px 4px #000000;
}
#hero_h2 {
	text-shadow: 4px 4px #000000;
}
.row > * {
	padding: 0;
}
#justify {
	text-align: justify;
}

.bg-gray {
	background-color: rgb(245, 245, 245);
}
.text-blue {
	color: #133386;
}
.bg-blue {
	background-color: #133386;
}
.bg-logo {
	background-color: #f2f6f9;
}

#shadow {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
