.infomine-nav{
	background:#2d70d9;
	min-height:50px;
	padding:10px 0;
}
.infomine-logo{
	max-height:32px;
}
.jumbotron{
	background:#a5cff5;
	margin-bottom:0;
}
body{
	font-family:"montserrat", sans-serif;
	color:#413f3f;
}
h3{
	font-family:"montserrat", sans-serif;
	font-weight:300;
	letter-spacing: 3px;
	font-size:24px;
	text-transform: uppercase;
}
h1.glacier-logo{
	color:#413f3f;
	font-weight:400;
	font-size:26px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:15px;
}
span.divider{
	font-size:36px;
	color:#609ee7;
	line-height: -0.5;
}
h1.glacier-logo span.blue{
	color:#609ee7;
}
h1.glacier-logo span.big-letter{
	font-size:36px;
}
p{
	font-family:"montserrat", sans-serif;
	font-weight:400;
	font-size:16px;
}
.card{
	padding-top:15px;
	padding-bottom:15px;
	min-height: 245px;
	box-shadow: 0px 0px 0px;
	border-radius:10px;
	-webkit-transition:box-shadow 0.3s ease-in-out;
	-moz-transition:box-shadow 0.3s ease-in-out;
	transition:box-shadow 0.3s ease-in-out;
}
.card:hover{
	box-shadow: 0px 6px 7px rgba(0,0,0, 0.3);
}
.card .card-header{
	border:0;
	border-bottom:0;
	background:#fff;
}
a:hover{
	color:#609ee7;
}
.card a{
	color:#403e3f;
}
.card a p{
	font-size:12px;
}
.form-container{
	background: url("../img/glacier-bg.jpg");
	background-size:cover;
	background-position: right;
	padding:60px 0;
}
.form-container h3{
	margin-top:0 !important;
	padding-top:1rem;
}
.btn.btn-primary{
	background:#2d70d9;
	border-radius:0;
}
.btn-lg{
	padding-right:100px;
	padding-left:100px;
}
label{
	font-weight:600;
	color:#403e3f;
}
footer{
	background:#403e3f;
	color:#fff;
	min-height:50px;
}
footer a{
	color:#fff;
}