@media (min-width: 768px) and (max-width: 991px) {
    ul.nav.navbar-nav {
        padding-left: 170px !important;
    }
    body#about-body .logoImg {
        width: 170px;
    }
    .navbar-nav li a {
        color: #FFF!important;
        font-size: 14px !important;
        text-shadow: 1px 0px 6px #000;
    }
    section#footer {
        position: relative;
        width: 100%;
        bottom: 0;
        text-align: center;
        background: #6e9a35;
        color: #fff;
        padding: 10px 0;
    }
}
section#about-us {
    margin-top: 65px;
    display: inline-block;
    width: 100%;
}
section#about-us .container {
    padding-left: 270px
}
section#about-us h2 {
    font-size: 18px;
    text-shadow: 0 1px 1px #ccc;
	color:#59595c;
}
section#about-us p {
    line-height: 26px;
    padding-top: 5px;
	text-align:justify;
	 text-shadow: 0 1px 1px #FFF;
	 font-size:16px;
}
h1 { font-size: 32px;
    text-shadow: 0 1px 1px #ccc;
	color:#59595c;}
	
	
section#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: #6e9a35;
    color: #fff;
    padding: 10px 0;
}
html,
body {
    height: auto !important;
    position: relative;
}
html#about-html {
    height: 100vh !important;
}
html#about-html body {
    height: 100vh !important;
}
.bot-footer {position: relative !important}
#home-page{height: 100% !important}