main {
    margin-top: 60px;
}
.card {
    border: unset !important;
    border-radius: 0;
    background-color: inherit !important;
}
.card-columns {
    column-count: 4;
}
#work-carousel .carousel-item {
    height: calc(100vh - 60px);
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
#work-carousel .carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    color: black;
    text-align: left !important;
}
#work-carousel .carousel-caption p {
    margin: 0 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}
.carousel-control-next-icon:after
{
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    color: grey;
}
.carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    content: '\f060';
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    color: grey;
}
@media (min-width: 575.98px) {
    .carousel-control-next-icon:after
    {
        font-family: "Font Awesome 5 Free";
        content: '\f061';
        display: inline-block;
        vertical-align: middle;
        font-size: 2rem;
        font-weight: 600;
        color: grey;
    }
    .carousel-control-prev-icon:after {
        font-family: "Font Awesome 5 Free";
        content: '\f060';
        display: inline-block;
        vertical-align: middle;
        font-size: 2rem;
        font-weight: 600;
        color: grey;
    }
}
.category-choice {
    color: grey !important;
    text-decoration: none !important;
    text-transform: lowercase!important;
    border: 0 !important;
    background-color: white !important;
    font-size: 10pt;
}
.img-carousel {
    width: 90%;
    height: auto;
    max-width:90%;
    margin:auto;
}
.notification {
    margin-right: 15px;
}
