html {
    overflow-y: scroll;
    color: #505050;
}

.logo:first-letter {
    color: #ffa000;
}

a.profile_link {
    display: block;
    color: #505050;
}
a.profile_link:hover {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.footer_nav a:hover {
    border-bottom: 1px solid #fff;
}
.sae>li{
    margin-top: 20px;
}
ul.experience_list li, ul.subcategory > li {
    list-style-type: circle;
}

ul.experience_list, ul.subcategory, .chip_position {
    margin-left: 50px;
}

.chip_position {
    margin-right: 50px;
}

.tabs.tabs-fixed-width {
    overflow-x: hidden;
}

@media screen and (max-width: 420px) {
    .logo {
        font-size: 1.5rem !important;
    }

}
