@font-face {
    font-family: Roboto;
    src: url(assets/RobotoCondensed-VariableFont_wght.ttf)
}

#navbar {
    width: 280px;
}
#nome {
    background-color: #435dcc;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-family: Roboto;
    text-align: justify;
}


/* gambiarra horrorosa */
#navcontentwrapper {
    padding-top: 85px;
}

#nav-wrapper.collapsing {
    transition: none !important;
  }

a.rounded {
    color: black;
    text-decoration: none;
    padding: 16px 8px;
    margin-right: 12px;
}

li.rounded {
    color: black;
    text-decoration: none;
    padding: 16px 8px;
} /* segunda gambiarra */

a.rounded:hover {
    color: #FFFF;
    background-color: #435dcc;
    transition: color 0.25s;
    transition: background-color 0.25s;

}

#whatsapp:hover {
    background-color: #32d851;
}

#github:hover {
    background-color: #aaaaaa;
    color: #000
}

#linkedin:hover {
    background-color: #007bb5;
}
