@font-face {
	font-family: CustomFont;
	src: url('../fonts/Montserrat-Medium.ttf');
}
body {
	font-family: 'CustomFont'!important;
}
.nav_div {
	border-bottom: 1px solid #EE7B3F;
}
.navbar-brand {
	max-width: 100px;
}
.headline_section {
	background-image: url('../images/BG_WORMHOLE.png');
	min-height:400px;
}
h1 {
	text-align: center;
	color: #045397;
	font-size: 2rem;
}
.slogan_row {
	padding-top: 120px;
}
.sub_slogan {
	font-size: 1.5rem;
}
.benefits_section {
	background-color: #045397;
}
.benefits_row {
	padding-top: 40px;
	color:white;
}
.wrapper {
	margin: 0 auto;
	position: relative;
}
.centered {
	margin-left: auto;
    margin-right: auto;
    width:600px;
}
i {
	color:#E9580C;
}
.bottom_space {
	padding-bottom: 40px;
}
.bottom_bordered {
	border-bottom: 3px solid #4681B3;
}
.blue_paragraph {
	color: #033EB1;
	font-weight: bold;
	font-size:1.5rem;
}
.orange_paragraph {
	color: #E9580C;
	font-weight: bold;
	font-size:1.5rem;
}
.contact_section {
	background-color: #E9580C;
	padding-top: 60px;
	padding-bottom: 40px;
}
.white_heading {
	color: white;
}
.send_button {
	background-color: #045397;
	color:white;
	border: 2px solid white;
	border-radius: 15px;
	padding: 3px 20px;
	cursor:pointer;
}
.left_info_footer {
	padding: 35px 0 35px 35px;
}
.logo_footer {
	position: absolute;
	right:0;
	padding-top: 25px;
}