/* Add here all your css styles (customizations) */

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.badge-skills {
    margin: 2px;
}

.mission-summary {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}