body {
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	margin-bottom: 120px;
	background: url(../images/contact_bg.jpg) no-repeat center bottom scroll;
    height: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

h1, .h1 {
    font-size: 25px;
	margin-bottom: 45px;
	margin-top: 40px;
}

h2, .h2 {
	font-size: 17px;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1060px;
  }
}

.app-header {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.app-header a {
	color: #566e84;
}

.brand {
    float: left;
    height: 50px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}

.logo {
    width: 20px;
    float: left;
    margin-top: 0;
    margin-right: 7px;
    display: inline;
}

.navbar-nav > li > a {
	text-transform: uppercase;
    font-size: 13px;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav > li > a:hover {
	background-color: transparent;
}

.navbar-nav > li > a:last-child {
	padding-right: 0;
}

.footer {
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
    padding-bottom: 25px;
    
    position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	height: 120px;
}

.footer p {
	text-align: center;
	font-size: 12px;
}

.footer .logo {
	width: 22px;
} 

.footer p:nth-child(2) {
	color: #e8e8e8;
}

.footer p, .footer a {
	color: #8d8d8d;
}

.footer a:hover {
	color: #337ab7;
	text-decoration: none;
}

.site-login {
    max-width: 380px;
    padding: 15px;
    margin: 0 auto;
}