#leftPanel {
    width: 50%;
    height: 100%;
    min-height: 620px !important;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #000066;
    background-image: url("/assets/img/653137702.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#leftPanelInside {
    background-color: #000066;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}



#rightPanel {
    width: 50%;
    height: 100%;
    min-height: 620px !important;
    float: right;
    margin: 0px;
    padding: 0px;
    background-color: #009900;
    background-image: url("/assets/img/524541622-222.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#rightPanelInside {
    background-color: #009900;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#leftPanel.smallHeight, #rightPanel.smallHeight {
    min-height: 75px !important;
    background-image: none !important;
}

#fuzzyBeanHoverMain {
    position: absolute;
    height: 50%;
    max-height: 400px;
    width: 50%;
    background: url("/assets/img/fuzzy-bean-main.png") no-repeat scroll top center transparent;
    background-size: contain !important;
    top:25%;
    bottom: 75%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}

#pageMain {
    padding-top: 0 !important;
}

#navBarTop {
    padding: 0 !important;
}

#navBarTop a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
}

#navBarTop .navbar-toggler {
    color: #fff !important;
}

#navBarTop #leftPanel {
    padding: 0 1rem !important;
    border-right: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
}

#navBarTop #rightPanel {
    padding: 0  1rem !important;
    color: #fff;
    display: flex;
    align-items: center;
}

.techSlider div {
    text-align: center;
}

.techSlider div i {
    font-size: 4.5rem;
}

.page-footer {
	padding-top: 0 !important;
}

.page-footer .footer-copyright {
	margin-top: 0 !important;
}

@media (max-width:768px) {
    #leftPanel {
        min-height: 310px !important;
    }

    #rightPanel {
        min-height: 310px !important;
    }

    #fuzzyBeanHoverMain {
        top:10%;
        bottom: 80%;
        max-height: 250px !important;
    }

    #leftPanel.smallHeight, #rightPanel.smallHeight {
        width: 100% !important;
    }

    #rightPanel.smallHeight {
        min-height: 1px !important;
    }
}