﻿
.project-card-img {
    width: 200px !important;
    margin: auto !important;
    height: auto !important;
}


/*menu overrid*/

@media (min-width: 992px) {
    .scroll-to-section-signin-override {
        border-top-left-radius: 25px !important;
        border: solid 1px #cb656f85 !important;
        border-right: none !important;
        border-bottom-left-radius: 25px !important;
    }

    .scroll-to-section-signup-override {
        background: #cb656f85 !important;
        border: solid 0px #cb656f85 !important;
        border-left: none !important;
        border-top-right-radius: 25px !important;
        border-bottom-right-radius: 25px !important;
    }
}





/*
.box {
    z-index: 10;
    position: absolute;
    width: 60px;
    height: 60px;
    background: transparent;
    transform: rotate(45deg);
    border: 3px solid transparent;
    border-bottom-color: #fcfcfca6;
    border-right-color: #fcfcfca6;
    border-bottom-width: 3px;
    border-right-width: 3px;
    animation: move 1000ms linear infinite alternate;
}

@keyframes move {
    0% {
        top: 50px;
    }

    100% {
        top: 100px;
    }
}*/
/*
.box-parent {
    justify-content: center;
    display: flex;
}*/

