html {
    position: relative;
    min-height: 100%;
  }
 

body {
    background: #F5F1ED;
    color: #090909;
    /* Margin bottom by footer height */
    margin-bottom: 50;
}

a {
    color: #cca43b;
}

a:hover {
    color: #dab450;
    text-decoration: none;
}

#content {
    /* background: #F5F1ED; */
    padding-bottom: 50px;
    padding-top: 50px;
}

.mj-navbar {
    background: #111111;
    color: #bbb;
}

.img-gallery {
    margin: 5px;
}


/* footer */
.footer {
	position: absolute;
	width: 100%;
	height: 50;
    background-color: #111111;
    color: #bbb;
    
}

.footer-col {
    text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-col > h3 {
	margin-top: 0;
}

.footer-heading {
    margin-bottom: 20px;
}

.footer-icon {
    margin: 15px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.footer-icon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

