@charset "UTF-8";
/* CSS Document */

body {
	background: #111130;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
}
body, html {
    height: 100%;
}
.bg-img{
	background: url(../img/background-splash.jpg);
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.logo{
	max-width: 220px;
	margin: 7% 0 2% 0;
}

.btn-primary{
	background-color: #5cadd6;
	border-color: #5199bd;
}

.lead {
    font-size: 2.25rem;
    font-weight: 300;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
