/* Configurações Gerais */
* {font-weight: 400; font-family: 'Titillium Web', sans-serif;}

/* Hero Section */
.has-bg{
    width: 100%;
    background: url(../images/MOSHED-2019-1-15-3-10-42.jpg) no-repeat fixed;
}

/* Hero Menu */
.navbar-burger{
    color: #FFF;
    cursor: pointer;
}

.navbar-start {
    width:100%;
    position: fixed;
    background-color: rgba(36,36,36,0.99);
    left: 0;
}

.navbar-start a{
    font-size: 1.3rem;
    color: #FFF; 
}

.navbar-menu{
    width: 100%;
}

/* Hero Title and Content */
.hero-body img{
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
    border-radius: 250px;
}

.title.is-nickname {
    font-family: 'Passion One', cursive;
    color: #FFF;
}

.subtitle.is-skills{
    color: #FFF;
}

.icon-link a{
    color: #FFF;
    margin-right: 50px;
}

.infos{
    margin-top: 4em;
    margin-bottom: 4em;
}

.tecnologias{
    margin-bottom: 2.5em;
}

#devicons {
    font-size: 3em;
    margin-right: 0.2em;
    cursor: pointer;
    color: rgba(36,36,36,0.99);
}

#devicons-colored{
    font-size: 3em;
    margin-right: 0.2em;
    cursor: pointer;
}

#devicons:hover {
    color: #000000;
}

.information h1 {
    font-size: 2.5rem;
}

.text-description {
    text-align: justify;
}

#about p {
    text-align: justify;
}

#education ul {
    list-style-type: none;
}

#experiences p {
    text-align: justify;
}

.is-partner img{
    margin: 0 0.5em;
}
