/* Intro Div */

#intro-right-bee3d {
    display: table-cell;
    vertical-align: middle;
}

#intro-bee3d {
    display: table;
    height:180px;
    }

#intro-left-bee3d{
    padding-left:10px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: 225px;
    text-align: center;
}




/* Featured desings div */

#feat-designs-home {
    margin-top:60px;
}

#feat-img-home{
    margin-top:10px;
    text-align: center;
    min-width: 980px;
}

#feat-designs-home img{
    display: inline-block;
    margin-left: 10px;
    border:#fff solid 3px;
}
#feat-designs-home img:hover{
    border:#fcb912 solid 3px;
}

#feat-designs-home button {
    display: inline-block;
    margin:20px;
    }

/* Intro Banner */

#banner-panel {
    text-align: center;
    margin-top:95px;
    height:375px;
     background-image: url('../images/banner-background.png');
    background-repeat: no-repeat;
    background-position: center;
}

#banner-panel button {
    display: inline-block;

    margin-top: 260px;
}

#replacement-banner{
        margin-top:95px;
}
