@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    position: relative;
    background-color: black;
    font-family: 'Poppins', sans-serif;
}

.nav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    position: fixed;
    background-color: black !important;
}

.nav .container {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.nav ul {
    display: flex;
    margin-right: 75px;
    align-items: center;
    list-style-type: none;
    justify-content: center;
}

.site-name-sm {
    display: none;
}

.sub-text {
    color: #777;
}

#icons {
    margin: auto;
    font-size: 16px;
}

.card {
    min-height: 400px;
}

a #github {
    color: black;
    text-decoration: none;
}

.card-img-top {
    max-height: 400px;
}

.card-img-top.angular {
    margin: 60px 0 60px 0;
    max-height: 400px;
}

.card-img-top.njs {
    max-height: 270px;
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 10px;
    position: fixed;
    margin-top: 5px;
    align-items: center;
    text-align: center !important;
    justify-content: space-between;
    background-color: #2b2b2b !important;
}

.btn-group {
    top: 40px;
    left: 10px;
    width: 125px;
    height: 40px;
    z-index: 100;
    padding: 5px;
    position: fixed;
    text-align: center;
}

.btn-group a {
    color: #ffc107;
    cursor: pointer;
    text-decoration: none;
}

.btn-group a:hover {
    opacity: 0.9;
}

#logo {
    width: 75px;
    height: 75px;
    margin-left: 75px;
}

#actions {
    margin-top: 120px;
}

.copy {
    color: #777;
    font-family: 'Neucha', cursive;
}

.sign,
.sign:hover {
    color: tomato;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'Tangerine', cursive;
}

.site-name {
    color: #ffc107;
    font-family: 'Neucha', cursive;
}

.bs-text {
    color: purple;
    font-weight: 400;
}

.angular-text {
    color: red;
    font-weight: 400;
}

.ts-text {
    color: steelblue;
    font-weight: 400;
}

.nodejs-text {
    color: green;
    font-weight: 400;
}

.heroku-text {
    color: purple;
    font-weight: 400;
}

@media (max-width: 736px) {
    .nav .container {
        display: none;
    }

    .site-name-sm {
        width: 100%;
        height: 35px;
        color: #ffc107;
        display: block;
        padding-top: 15px;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
        background-color: #000;
        justify-content: center;
        font-family: 'Neucha', cursive;
    }

    #actions {
        margin-top: 10px;
    }

    .card {
        margin-top: 15px;
        max-height: 300px;
    }

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

    .card-img-top.angular {
        margin: 30px 0 30px 0;
        max-height: 200px;
    }

    .home-btn {
        left: 0px;
    }

    .copy {
        font-size: 14px;
        padding-top: 10px;
        text-align: center;
        justify-content: center;
    }

    .sign,
    .sign:hover {
        font-size: 24px;
        padding-top: 5px;
        text-align: center;
        text-decoration: none;
        justify-content: center;
    }

    .site-name {
        display: none;
    }
}
