.resume-section:nth-child(1) {
    max-width: 200rem;
    background-image: url('../assets/img/Paper_textures_crumpled.jpg');
    /* background-color: #e0e0e0; */
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-item {
    display: inline-block;
    margin: 13px 0 13px 0;
}
.portfolio-item-image {
    float: left;
    padding: 8px;
    width: 33.3%;
    max-width: 33.3%;
    border: 2px solid #e0e0e0;
}
.portfolio-item-header {
    float: left;
    padding: 8px;
    width: 48%;
}
.portfoilo-item-detail {
    float:left;
    padding: 8px;
    width: 48%;
}

.my-offcanvas{
    position: fixed;
    z-index: 1031;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.my-offcanvas-bottom {
    position:fixed;
    bottom: 0;
    left:0;
    width: 100%;
    background-color: white;
    z-index: 1032;
}
.my-offcanvas-content {
    position:relative;
}