p{
    font-size: 25px;
    text-align: justify;
}
li{
    font-size: 25px;
}
body {
    font-family: 'Nunito', sans-serif;
    padding-top: 60px;
}
@media (max-width: 979px) {
    body {
      padding-top: 0px;
    }
}
footer{
    background-color: #52FFD9;
    text-align: center;
    color: #00AD88;
}
.content-right{
    margin-top: 5px;
    margin-left: 25%;
    margin-right: 1%;
}
.content-left
{
    margin-top: 5px;
    margin-left: 1%;
    margin-right: 25%;
}
.navigation{
    position: fixed;
}
.yo
{
    margin-left: 10%;
    margin-top: 8%;
    align-items: center;
    width: 80%;
    height: 80%;
    border-radius: 100%;
}
.yo-brand
{
    margin-left: 10%;
    margin-top: 8%;
    align-items: center;
    width: 15%;
    height: 15%;
    border-radius: 100%;
    vertical-align: middle;
}
.row{
    align-items: center;
    vertical-align: middle;
    padding-top: 140px;
    padding-bottom: 155px;
}
#AboutMe{
    background-color: #F04922;
}
#Interests{
    background-color: #FA4A37;
}
#personal{
    background-color: #FFC473;
}
.network{
    width: 75%;
    height: 75%;
    border-radius: 100%;
}
.nwhover:hover .overlay
{
    opacity:1
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}
.nwtext {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

