@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

*{
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}

.navbar-brand, .nav-link{
    font-size: 18px;
    color: black;
}

.row-desc{
    margin-top: 8rem;
}

.github-profile .row{
    margin-right: 0;
    text-align: end;
    margin-right: 1rem;
}

#github-name{
    font-size: 70px;
    margin: 0;
}

.reposCard{
    transition: all .3s ease-in-out;
    --bs-border-radius: 0rem;
}

.reposCard:hover{
    transform: scale(1.1);
}

#more-repos{
    font-size: 16px;
}

.navbar-bottom{
    margin-top: 8rem;
}

#connect-w-m{
    font-size: 12px;
}

body{
    background: radial-gradient(circle, #c0c0c05e 3%, transparent 11%);
    background-size: 1em 1em;
    background-color: #ffffff;
    opacity: 1;
    padding-bottom: 50px;
}

.dark-mode {
    background: radial-gradient(circle, #c0c0c054 3%, transparent 11%);
    background-size: 1em 1em;
    background-color: #141E30;
    opacity: 1;
    color: white;
}

.dark-mode{
    .card-header {
        background-color: #192335;
        color: white;
    }

    .card-body {
        background-color: #141E30;
        color: white;
    }

    .card-footer {
        background-color: #192335;

        .btn {
            color: white;
        }

    }
    
}

@media only screen and (max-width: 1200px) {
    .github-profile .row{
        text-align: start;
    }
  }

