* {
    padding: 0;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
body {
    animation: fadeIn 1s ease-in-out;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

#profile {
    animation: fadeIn 1s ease-in-out;
}

#navbar {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .9);
}

.navTitle {
    letter-spacing: 5px;
    text-shadow: 1px 1px rgb(67, 56, 202);
    color: red;
    animation: fadeIn 1s ease-in-out;
}

#prof-img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}

#view-prof {
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: 0.3s ease;
    padding-top: 9.2px;
    padding-bottom: 9.2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 12px;
    /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* background-image: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%); */
    background-image: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
    animation: fadeIn 1.2s ease-in;
    color: #ffffff;

    border: 1px solid #c2c2c2;
    border-radius: 5px;
    font-weight: bold;
    /* transition: 0.1s ease-out; */
    font-weight: 100;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}


#view-prof:hover {
  color: #555555;
  box-shadow: none;
  transition: .2s ease-out;
  text-shadow: none;
}
#prof-details {
    margin-top: 30px;
    animation: fadeIn 1s ease-in-out;
}

#prof-details > span {
    animation: fadeIn 1s ease-in-out;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    /* background-image: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%); */

    color: #3b3b3b;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    /* font-weight: bold;
    font-size: 10px; */
    font-weight: 100;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .9);
    
}

#prof-ul {
    background-color: #dddddd;
    max-width: fit-content;
    margin-top: 20px;
    animation: fadeIn 1s ease-in-out;
    

}

#prof-ul > li {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    margin-bottom: 5px;
    color: #3b3b3b;
    border-radius: 5px;
    
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 8px;
    font-weight: bold;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .9);
    font-weight: 100;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
    animation: fadeIn 1s ease-in-out;
}

#repo-name {
    animation: fadeIn 1s ease-in-out;
    color: #3b3b3b;
    /* background-color: #3b3b3b; */
    background-image: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);

    /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    width: inherit;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 3px;
    font-weight: 700;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .9);
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;

}

#repo-name:hover {
    background-image: linear-gradient(315deg, #f5f7fa 0%, #c3cfe2 100%);
    color: #000000;
}

#repos {
    /* border: 2px solid rgb(0, 0, 0); */
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    flex-grow: 1;
    justify-content: center;
    margin: auto;
    align-items: flex-start;
    animation: fadeIn 1s ease-in-out;
}

#repos>div {
    margin-top: 10px;
    margin-bottom: 10px;
}

#singleRepo {
    /* border: 2px solid rgb(158, 202, 56); */
    width: 383px;
    height: fit-content;
    flex-grow: 1;
    justify-content: space-evenly;
    align-items: flex-start;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background-color: rgb(224, 224, 224); */
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);

    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


#repoTitle {
    /* border: 2px solid rgb(163, 35, 255); */
    min-height: 200px;
    border-bottom: 2px solid #8b87bd;
    font-weight: 100;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
}

#repoTitle>p {
    padding-left: 5px;
    color: #3b3b3b;
    margin-top: 5px;
    max-width: 400px;
    word-wrap: break-word;
    font-weight: 100;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
}

#repoStats {
    border-bottom: 2px solid #8b87bd;
    padding-bottom: 7px;
    padding-top: 5px;
    
}

#repoStats>span {
    /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 3px, rgba(0, 0, 0, 0.23) 0px 2px 3px;
    margin-right: 5px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #3b3b3b;
    /* font-weight: bold;
    font-weight: 600; */
    font-weight: 100;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
}

#languages {
    margin-top: 3px;
}



@media screen and (min-width: 1600px) {
    #repos {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #repos>div {
        flex: 0 0 0%;
        margin: 0px;
    }

    #repoStats>span {
        font-size: 14.5px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;


    }
    #prof-details {
        max-width: 1482px;
    }
}

@media screen and (min-width: 600px) { 
    #prof-details > span {
        padding-top: 4px;
        padding-bottom: 2px;
        padding-left: 7px;
        padding-right: 7px;
        font-weight: bold;
        font-size: 15px;
        border-radius: 3px;
        
    }
}

@media screen and (min-width: 1028px) {
    #repos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        /* This ensures that items are evenly spaced */
    }

    #repos>div {
        flex: 1 1 30%;
        /* Adjusts the basis to around 30% to allow three items per row */
        margin-right: 20px;
        margin-bottom: 20px;
    }
  
    #prof-details > span {
        padding-top: 4px;
        padding-bottom: 2px;
        padding-left: 7px;
        padding-right: 7px;
        font-weight: bold;
        font-size: 15px;
        border-radius: 3px;
        
    }
    
}

#searchUser {
    border: 1px solid slategray;
    padding-top: 13px;
    padding-bottom: 9px;
    padding-left: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 8px, rgba(0, 0, 0, 0.23) 0px 3px 8px;
    animation: fadeIn 1s ease-in-out;
    
}


#searchBtn {
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: 0.3s ease;
    padding-top: 10.5px;
    padding-bottom: 5.3px;
    /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* background-image: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%); */
    /* background-image: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%); */
    background-image: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);

    font-size: 20px;
    color: #ffffff;
    border: 1px solid #c2c2c2;
    font-weight: thin;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 5px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

#searchBtn:hover {
    box-shadow: none;
    background-color: #3b3b3b;
    color: #555555;
    text-shadow: none;
 /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
}

.icon {
    max-width: 2.5m;
    max-height: 2.5em;
    /* background-color: rgb(31, 31, 31); */
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 4px;
    border-radius: 10px;
    margin-right: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.avatar {
    animation: fadeIn 1s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

h1 {
    text-shadow: 0px 1px 1px rgb(255, 255, 255);
    color: #3b3b3b;
    font-weight: thin;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 4px;
    animation: fadeIn 1s ease-in-out;
}

h2 {
    animation: fadeIn 1s ease-in-out;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    max-width: fit-content;
    font-family: "Bebas Neue", sans-serif;
    color: #3b3b3b;
    letter-spacing: 5px;
    font-weight: 100;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 7px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/* This styles the 'Latest Repos H3, probably should add a class or id 
instead of styling all H3's but leaving it for now*/
h3 {
    color: #3b3b3b;
    font-weight: 100;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
    animation: fadeIn 1s ease-in-out;
}

.text {
    color: #3b3b3b;
    font-weight: 100;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
}