body {
	font-family:'lato';
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	min-height:550px;
	margin-top: -75px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
    margin-top: 155px;
    color: #fff;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
    color: #fff;
}

#content p {
	font-size:27px;
	line-height:32px;
	color:#B1B1B1;
	margin-top:20px;
}

#content h2 {
	margin-top:65px;
}

#content img {
	align:right;
}

#footer {
	margin-top:35px;
	background:#222;
	padding-top:25px;
	padding-bottom:20px;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
}

#footer .a {
	color:#fff;
	text-decoration:none;
}

#footer .btn-link {
    font-weight: 400;
    color: #fff;
	text-decoration:none;
    border-radius: 0;
}


.btn-green {
    color: #fff;
    background-color: #00C749;
    border-color: #00C749;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

