.page-container { 
    min-height: 0;
    height: auto;
}

.skill-block {
    color: #c1c1c1;
    padding-left: 50px;
    padding-right: 50px;
}

.skill-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

.skill-resum {
    font-size: 18px;
    text-transform: none;
    font-style: italic;
    position: relative;
}

.skill-details {
    width: 65%;
    font-size: 16px;
    margin-inline-end: 100px;
    animation: fadein 1s;
    background: white;
    /* padding: 0px 20px 0px 20px; */
    /* border: 1px solid #71fff8; */
    position: relative;
    font-family: "Roboto";
    line-height: 1.5em;
    color: #1d1f1e;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px #71fff8;
}

.skill-details p {
    line-height: 1.5em;
}

.skill-details a {
    text-decoration: none;
    color : #21a19b;
}

.skill-details a:hover {
    text-decoration: underline;
}

/* BLOCK IMAGE */

.block-details-img {
    position: relative;
    overflow: hidden;
}

.block-details-img img {
    width: 100%;
    height: auto;
}

.skill-details p, .skill-details li, .skill-details h3 {
    padding: 0px 30px 0px 30px;
}

.block-details-img-in {
    position: relative;
    overflow: hidden;
    padding: 5px 30px 5px 30px;
}

.block-details-img-in img {
    width: 100%;
    height: auto;
}

.block-details-img-in.img-50 {
    text-align: center;
}

.block-details-img-in.img-50 img {
    width: 49%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.block-details-img-in.img-50 .img-left {
    float: left;
}

.block-details-img-in.img-50 .img-right {
    float: right;
}

.block-details-img-in video {
    width: 100%;
    height: auto;
}

.block-details-img-in span {
    color: #5a5a5a;
    text-align: center;
    display: block;
    top: -5px;
    position: relative;
}

.img-box-shadow {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
}

.skill-link {
    width: 30%;
    display: block;
}

.link {
    text-decoration: none;
    color: #c1c1c1;
    border: 1px solid #71fff8;
    padding: 20px 0px 20px 0px;
    background: #ffffff0d;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-block-end: 20px;
    margin-inline-end: 15px;
    font-size: 20px;
    transition: 0.5s;
}

.link:nth-child(2) {
    animation: fadein 1s;
}
.link:nth-child(3) {
    animation: fadein 2s;
}
.link:nth-child(4) {
    animation: fadein 3s;
}
.link:nth-child(5) {
    animation: fadein 4s;
}
.link:nth-child(6) {
    animation: fadein 5s;
}
.link:nth-child(7) {
    animation: fadein 6s;
}
.link:nth-child(8) {
    animation: fadein 7s;
}

.link:hover {
    border : 1px solid white;
    background : transparent;
}

.cols-row {
    display: flex;
    top: 10px;
}

#label-link {
    margin-bottom: 33px;
    display: block;
    font-size: 25px;
}

.link-decoration {
    text-decoration: none;
    color : white;
    position: absolute;
}

@media screen and (min-width: 451px) and (max-width: 970px) {

    .skill-block {
        padding: 0px;
    }

    .link-decoration {
        position: relative;
        display: none;
    }

    .skill-heading {
        font-size: 20px;
    }

    .cols-row {
        display: block;
    }

    .skill-details {
        border: none;
        width: 100%;
        font-size: 18px;
    }

    .skill-link {
        width: 100%;
        top: 25px;
        position: relative;
    }

    #label-link {
        font-size: 18px;
    }

    .skill-resum {
        font-size: 13px;
    }

}

@media screen and (min-width: 200px) and (max-width: 450px) {

    .skill-block {
        padding: 0px;
    }

    .link-decoration {
        position: relative;
        display: none;
    }

    .skill-heading {
        font-size: 18px;
    }

    .cols-row {
        display: block;
    }

    .skill-details {
        border: none;
        width: 100%;
        font-size: 15px;
    }

    .skill-link {
        width: 100%;
        top: 25px;
        position: relative;
    }

    #label-link {
        font-size: 18px;
    }

    .skill-resum {
        font-size: 13px;
    }

}
