#navbar {
    background-color: rgba(20, 203, 228, 0.8);
    color: black;
    font-family: cursive;
}

.logo {
    margin: 25px;
    height: 40px;
    border-radius: 50%;
}

.navigation {
    overflow: hidden;
}

.navigation a {
    float: left;
    color: rgb(7, 118, 221);
    text-align: justify;
    padding: 20px 20px;
    font-size: 17px;
}


/* Change the color of links during hover */

.navigation a:hover {
    background-color: white;
    color: black;
}


/* Add a color to the active/current link */

.navigation a.active {
    background-color: black;
    color: white;
}

.brand {
    font-size: 30px;
    color: rgb(7, 118, 221);
    display: inline-block;
}

.topbar-col {
    display: inline;
    padding-left: 2%;
    float: right;
}

.card {
    height: 500px;
}

.card-img-top {
    height: 200px
}

.card-body {
    height: 100px
}

.card-footer {
    height: 100px;
}

.cardTrendingJobs {
    height: 400px;
}

.card-img-top:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px;
}

.footer {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    width: 100%;
    /* position: fixed;
    z-index: 1; */
}

.btn {
    width: 100%;
    height: 70%;
}