html, body {
  height: 100%
}

.bg-dark {
    background-color: #906f56 !important;
}
h1, h2, a, a:hover{
	color: #906f56;
}
.h3, h3 {
    font-size: 1.45rem;
    margin-top: 35px;
}
.navbar-brand {
    padding-top: .6rem;
    padding-bottom: .6rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
section {
    padding: 50px 0 0 0;
}
section#main{
	padding-bottom: 0 !important;
}
.wrapper{
	background-image: url('../../../images/footer-mk.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:  13% bottom; 
} 

/* #main .container {
    background: url('../../../images/footer-mk.png') no-repeat bottom left;
}  */
.navbar-expand-lg .navbar-collapse {
    margin-top: 100px;
}
.intro{
	padding: 60px 0;
}
.large{
	font-size: 1.55rem;
}
@media (max-width: 991px) {
	.navbar-expand-lg .navbar-collapse {
		margin-top: 25px;
	}
	.wrapper{
		background-position:  5% bottom; 
	} 
}