/* Add here all your css styles (customizations) */


/* move up the top nave to be more in line with the logo */
.header > .container {
  margin-bottom: -60px;
}

/* our custom header */
.breadcrumbs-v3.img-v3 {
    background: url(/res/img/keyboard_typing.jpg) no-repeat;
    /* background: url(/res/img/work_monitor_1.jpg) no-repeat; */
    background-size: cover;
    background-position: center center;
}


.breadcrumbs-v3 h1 {
    /* color: #136094; */
    /* background-color: rgba(255, 255, 255, 0.4); */
    /* color: #E2F3FF; */
    /* background-color: rgba(101, 159, 204, 0.4); */
}

.breadcrumbs-v3 p {
    /* color: #000; */
    background-color: rgba(6, 66, 230, 0.27);
    /* color: #136094; */
    /* color: #E2F3FF; */
    /* background-color: rgba(101, 159, 204, 0.4); */
}


a.learn-more {
    font-size: 20px;
    text-decoration: none;
}