.bg-brown {
    background-color: #957964;
}

.bg-darkblue {
    background-image: url("images/bluegreen2.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #004777;*/
}

.bg-lightblue {
    background-color: #77B6EA;
}

.bg-green {
    background-color: #EBF8B8;
}

.coursesof {
    overflow-x: hidden;
}

.no-dec {
    text-decoration: none;
    color: white;
}