/*!
 * Gamalon Machine Intelligence front page
 */

.topnav {
    background: #fff; 
}
.navbar-collapse{
    background:#fff;
}

/*.navbar {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar.scrolled {
    background: rgb(250, 250, 250); 
    background: rgba(250, 250, 250, 0.9); 
    border-bottom: 0.5px solid darkgray;
}
*/

/*ul.nav a { color: #000 !important; }         */
/*ul.nav a:hover { color: #db295e !important; }*/

.body-main {
    width: 100%;
    height: 100%;
    background:#fff;
    /*background-image:url("../img/boston.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;    */
}

.intro-header {
    padding-top:    75px;  
    padding-bottom: 5px;
    text-align: center;
    color: #db295e; /*#f8f8f8;*/
}

.intro-message {
    position: relative;
    padding-top: 10%; /* 20% */
    padding-bottom: 20%; /* 20% */
    text-align: left;
}

footer {
    background-color: transparent;
}
