﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 0px;

    background-color:#ccc;

}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.MabaInfo{
   /*display:inline-block;*/
   float:left;
}

.topNav {
    background-color: #f4f4f4;
    padding: 15px;
    color: #000;
    font-size: .75rem;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom:3px solid #a2a3a4;
}

.MainMenu{
    background-color:#fff;
}

.header_logo {
    width:175px;
}
.mabaLink {
    padding-top: 10px;
}
.mabaLink a {
    color: #071f3c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.42857143;
    
}

.MabaTopHeader {
    margin-top: 0;
}

.space_above{
    margin-top:50px;
}

.image_behind {
    background-image: url('../img/Big Hands.jpg');
    background-attachment: fixed;
    background-position: 50% 50%;
}

.MabaJumboInfo {
    margin-bottom: 5px;
    padding-left: 5px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    text-align: left;
    display: inline-block;
    background-color: #ddd9d9;
    color: #0a223f;
}

.box_info {
    text-align: center;
    background-color: #fff;
    padding: 20px 40px;
}

    .box_info i {
        font-size: 36px;
        color: #fff;
    }

.naba_box {
    margin-left:100px;
    padding: 40px 20px;
    background-color: #64ba28;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    
}

.more_info {
    margin-top:20px;
    font-family: "Montserrat-Light";
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.box_info hr {
    border: none;
    height: 3px;
    /* Set the hr color */
    color: #64ba28; /* old IE */
    background-color: #64ba28; /* Modern Browsers */
   
}
.navbar-brand {
    float: none;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.maba_enter {
    background-color: #0a223f;
    border: solid 1px #122b4a;
    color: #fff !important;
}