body {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, #profile {
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

h1 {
    font-weight: 500;
}

.big-icon {
    font-size: 2rem;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.container {
    padding-top: 16px;
}

@media (max-width: 575.98px) {
    #profile-text {
        text-align: center;
        margin-top: 16px;
    }
}

@media (min-width: 576px) {
    #profile-text {
        margin-left: 16px;
    }
}

#profile .title, #profile .affiliation {
    color: #636363;
    font-size: calc(1.2rem + .4vw);
}

@media (min-width: 1200px) {
    #profile .title, #profile .affiliation {
        font-size: 1.5rem;
    }
}

#profile .email {
    margin-top: 10px;
    margin-bottom: 10px;
}

#profile ul.social-icon {
    list-style: none;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 10px;
    /* margin-right: 10px; */
}

#profile .social-icon li {
    margin-left: 10px;
    margin-right: 10px;
}

h3 {
    /* color: #636363; */
    font-size: 1.2em;
}

.list-body {
    padding-left: 32px;
    margin-bottom: 16px;
}

.paper-author {
    color: #5a5a5a;
}

.paper {
    margin-bottom: 16px;
}


/* Primary color*/

a {
    color: #0095eb;
}

.btn-outline-primary {
    border-color: #0095eb !important;
    color: #0095eb !important;
}

.btn-outline-primary:hover {
    background-color: #0095eb !important;
    color: #fff !important;
}

i:hover {
    transform: scale(1.2);
    color: #0095eb;
}