h1, h2, h3, h4, h5, h6 {
    font-family: "Source Serif Pro";
    font-weight: 600;
}

.task-list {
    margin-top: 40px;
}

.task-list li h3 a,
.task-list li h3 {
    color: #FD6A04;
}

.task-list li h3 a:hover i:before {
    content: "\f058";
}

.task-list li.done-true h3 {
    color: #cecece;
    text-decoration: line-through;
}

.task-list li .actions {
    display: none;
}

.task-list li:hover .actions {
    display: block;
}

.task-list li.done-true .meta-information,
.task-list li.done-true a {
    display: none;
}

.container {
    margin-bottom: 200px;
}

.quote {
    margin-top: 3em;
}

.quote figcaption {
    text-align: right;
}

body {
    background-image: url(https://images.unsplash.com/40/whtXWmDGTTuddi1ncK5v_IMG_0097.jpg?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80);
    background-size: cover;
}

.btn-light:hover {
    background-color: #FD6A04;
    border-color: #FD6A04;
}

.dropdown-projects, #modal-project .modal__container {
    height: auto;
    max-height: 40vh;
    overflow-x: hidden;
}

.dropdown-projects li[data-count="0"] a {
    color: #999;
}
