table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #DFDFDF;
    text-align: left;
    padding: 8px;
}

tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.italicize {
    font-style:italic;
}

span.resume-achievements {
    min-width: 25%
}

figure.caption {
    color: #6c757d;
    text-align: left;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    padding: 0;
}

iframe.recipe {
    width: 100%;
    height: 500px;
}

/* body {
    padding-top: 56px;
} */
  
.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  
.portfolio-item {
    margin-bottom: 30px;
}

.light-opacity {
    background: rgba(33, 37, 41, 0.5);
}