html, body {
    height: 100%;
}

body {
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 0;
}

/* Crop original image without distortion */
.logo {
    width: 160px;
    height: 47px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

    /* Move the image inside crop container */
    .logo img {
        margin: 0 0 0 -21px;
        max-width: 192px;
    }

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
}

#header {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    background-color: #184f2c;
    color: #fff;
    margin-bottom: 10px;
}

	#header .navbar-default{
		background-color: inherit;
		border: 0;
		clear: both;
	}
	
	#header .navbar{
		margin-bottom: 5px;
	}
	
	#header .navbar-default .navbar-nav>li>a {
		color: #cecece;
	}
	
	#header .navbar-default .navbar .nav > li > a:focus, #header .navbar-default .navbar .nav > li > a:hover {
		background-color: #FEFEFE;
		color: #184f2c;
	}
	
/* Footer */
#push, #footer {
    height: 90px;
}

#footer {
    background-color: #4D4D4D;
}

    #footer div.container {
        text-align: center;
    }

    #footer ul {
        margin-top: 20px;
    }

    #footer p {
        color: #E1D8B7;
    }

    #footer a {
        color: #ced54a;
        text-decoration: none;
    }

        #footer a:hover, #footer a:visited {
            color: #ced54a;
            text-decoration: none;
        }
/* End Footer */
