/*
*   Header
*/

.rd-navbar-fixed .rd-navbar-brand {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    line-height: normal;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-brand img.navbar-logo-cyber{
    margin:0;
    width: 75px;
}

.rd-navbar-fixed .rd-navbar-brand .navbar-logo-lean {
    width:160px;
}
.rd-navbar-fixed .rd-navbar-brand .navbar-logo-lean.logo-lean-desktop {
    display:none;
}

.container-img-cyber{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container-img-cyber img{
    width: 45%;
    min-width: 120px;
}

/*
*   Carousel Header
*/
.logo-cyber-carousel{
    width:auto;
    height:65px;
    margin-top: 30px;
}

.box-icon-creative {
    background-color: rgba(0, 0, 0, .4);
}
.box-icon-creative-icon {
    color: #4a69bd;
}
/*
*   Footer
*/
.credit-container{
    font-size: .7em;
    opacity: .33;
}

@media screen and (min-width:992px){

    .rd-navbar-modern.rd-navbar-static .rd-navbar-brand img.logo-lean-mobile {
        display:none;
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-brand img.navbar-logo-cyber {
        display: none;
    }

    .container-img-cyber img {
        min-width: 90px;
        max-width:90px;
    }

    .logo-cyber-carousel{
        height:86px;
        margin-top: 50px;
    }
}
