@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;
    justify-content: space-around;
    font-family: 'Poppins', sans-serif;
}

.nav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    position: fixed;
    border-bottom: 3px solid #2b2b2b;
    background-color: black !important;
}

.nav .main {
    width: 100%;
    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;
}

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

.sub-text {
    color: #777;
}

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

.card {
    margin-top: 20px;
    min-height: 400px;
    border-radius: 20px;
    box-shadow: inset -3px -3px 5px #ffffff70, inset 3px 3px 15px #00000070;
}

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

.card-img-top {
    background: #000;
    max-width: 300px;
    min-height: 275px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 50%;
}

.card-body {
    min-height: 152px;
}

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;
}

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

#actions {
    margin-top: 160px;
    justify-content: center;
}

.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;
}

.footer-text {
    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;
}

.btn {
    border: none;
    box-shadow: inset -3px -3px 5px #ffffff70, inset 3px 3px 15px #77777770;
}

@media screen and (min-width: 300px) and (max-width: 1024px) {
    .nav .main {
        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 {
        max-width: 300px;
        margin-top: 15px;
        max-height: 480px;
    }

    .card-body {
        min-height: 128px;
    }

    .card-img-top {
        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;
    }
}
