.bg-navbar {
    background-color: #d6e6fc;
}
.white-text {
    color: #fff !important;
}
.bgcolor{
    background-color: #eaf3ff;
}
.bgdark {
    background-color: #e6ebf2;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #8dcaff;
    margin: 40px 0;
}

.title {
    font-size: 13px;
    font-weight: bold;
    color: #737373
}

.slogan {
    font-size: 35px;
    text-shadow: 2px 1px #fff;
}

/*
.selection {
    background-image: url("../images/selection-one.jpg");
    background-repeat: no-repeat;
    width: 100%;
    
}*/
@media only screen and (max-width: 784px) {
    .slogan {
        font-size: 15px;
    }
}