/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
    background-image: url("./img/cubes_@2X.png");
    background-repeat: repeat;
}
.navbar-dark .navbar-nav .nav-link {
    color:#f5f5f5;
}
 
.jumbo_text {
    padding-top: 10px;
    text-align: center !important;
    color:#bec1c2 ;
}

.jumbo_logo img {
    width: 350px;
    height: 110px;
}

.hero {
    background: #35383f url('./img/hero.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.hero-img {
    width: 420px;
    height: 420px;
}

.mh {
    background-color:#63a7ed ;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
}

.footer {
/*  background-color: #f5f5f5; */
}

.footer-icon {
    width:120px;
    height:45px;
}
