
/*Customized css for mitotic project*/
@import "carousel.css";
/*======================================*/
/*Header logo size*/
/*========================================*/
.header_logo {
    width: 210px;
    height: auto;
}

.header-top-bar {
    top: 0;
    margin: -10px 0px 2px;
    display: flex;
    justify-content: space-evenly;
    border-bottom: solid 1px whitesmoke;
    color: whitesmoke;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
}

.header-social a {
    color: whitesmoke;
    padding: 0 3px;
}

#business-plans .video-thumbnail {
    margin: 10px 20px;
}

#business-plans .video-title p {
    text-align: center;
    color: #0b0b0b;
}

.separator {
    width: 100%;
    margin: 10px 0 50px;
    border-bottom: 2px solid mediumslateblue;
}

/********************/
/*video gallery*/
