body{
    font-family: 'Nunito', sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

#footer{
    height: 100px;
    width: 100%;
    background-color: #0d6efd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: auto;
}

.navbar{
    width: 100% !important;
}

#content{
    margin-top: auto;
    overflow: auto;
    width: 100%;
}

.iconhover{
    opacity: 0.6;
    height: 60px;
}

.iconhover:hover{
    opacity: 1;
    cursor: pointer;
}

#iconcontainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100px;
}

#academics{
    min-height: 100vh;
}

.icona{
    color: black !important;
    opacity: 0.6;
}

th{
    color: #000;
    background-color: #a0a0a0;
    border: 2px solid #000;
    text-align: center;
    padding: 6px;
    border-width: 2px !important;

}

#content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-responsive{
    margin-left: 10px;
    margin-right: 10px;
}

tr{
    border-width: 2px !important;
}

td{
    color: #000;
    border: 2px solid #000;
    text-align: center;
    padding: 6px;
    background-color: #feb236;
    border-width: 2px !important;
}

.lhs{
    background-color: #00ffff;
    border: 2px solid #000;
    text-align: center;
    padding: 6px;
}

h1{
    margin-left: 30px !important;
}

p{
    margin-left: 90px !important;
}

#proj{
    width: 90%;
    /* margin-top: 20px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
    font-family: 'Nunito', sans-serif;
}

#stack{
    position: relative;
}

#swt{
    position: absolute;
    height: 230px;
}

#hov{
    position: absolute;
    top: 50%;
    left: 0;
}



#para{
    display: flex;
    flex-direction: column;
    width: 80%;
}

#edu{
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: auto;
    overflow: auto;
    width: 100%;
}

#hobbies{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: auto; */
    margin-top: 20px;
}

#cont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 300px;
    /* justify-content: space-between; */
}

#list_hobbies{
    margin-top: 50px;
    margin-left: 75px;
}

#modal-body{
    padding: 10px;
}

#cont{
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.form-group, .fo{
    margin-top: 20px;
}

#stack{
    width: 30%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#hov {
    opacity: 0;
    position: absolute;
    z-index: 2;
    color: black;
}

#swt{
    position: absolute;
    z-index: 2;
}

#swt:hover{
    opacity: 0.3;
}

#swt:hover + #hov{
    opacity: 1;
    top: 70px;
    right: -100px;
}

#intro{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: auto;
}


#self{
    height: calc(100vh - 170px);
}

@media (max-device-width: 500px) {

    #body{
        font-size: 25px !important;
    }

    #intro{
        margin-top: 10px;
        flex-direction: column;
    }
    
    #self{
        margin-bottom: 10px;
    }

    p{
        margin-left: 10px !important;
        font-size: 25px !important;
    }

    #proj{
        flex-direction: column;
    }

    #stack{
        width: 100%;
        height: 280px;
    }

    #hov{
        left: 21%;
    }


}