html, body {
    background-color: #fefefe;
}

.app-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;

    padding: 15px;

    background: linear-gradient(to bottom, #fff, #fefefe);
}

.app-work {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.app-work-item {
    height: 260px;
    margin: 15px;
}
.app-work-item .overlay {
    opacity: 0;
    transition: .3s ease all;
    padding: 15px;
}
.app-work-item:hover .overlay {
    opacity: 1;
}
.app-work-item img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.app-work-item-name {

}
.app-work-item-type {

}
.app-work-item-description {
    font-size: .9em;
}
.app-work-item-link {
    margin-top: 10px;
}


.app-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 90vh;
    padding: 15px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #fefefe, #fff);
}
.app-contact .uk-icon {
    padding-left: 20px;
}
.app-contact-btn-text {
    display: inline-block;
    width: 85px;
    text-align: left;
    padding-left: 10px;
}

/* SCRAMBLE */
.dud {
    font-weight: 300;
}