body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

#main-header img {
    width: 100%;
    height: 100%;
}

.bg-black {
    color: white;
    background: #333;
}

#main-header .port-item {
    width: 25%;
}

#main-header .port-item:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media(min-width: 1199px) {
    .port-item {
        padding: 3.4rem !important;
    }
}

#resume a {
    text-decoration: none;
    color: white;
}

#work img {
    border: 2px solid;
    border-image: linear-gradient(50deg, #f00c0c, #e900e9, #0be90b, #0da3df);
    border-image-slice: 1;
}

#work img {
    width: 100%;
    height: 100%;
}

#main-header i:hover {
    color: #000;
}

.bg--lightgreen,
.btn--lightgreen {
    background: #00fff2f8;
}

.fa-arrow-right {
    margin-left: 16px;
    background: #00f800;
    padding: 10px;
    border-radius: 100%;
}

.fa-arrow-right:hover {
    background: #00ffff;
}

.name {
    font-family: 'Krub', sans-serif;
}

.link {
    border-radius: 5px;
}

.fa-linkedin {
    color: #00ffff;
}

.fa-facebook {
    color: #003bfb;
}

.fa-instagram {
    /* color: #f00c0c; */
    background: -webkit-linear-gradient(60deg, #fb2702, #fbfbfb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info{
    color: #ff1e00;
}

@media(max-width: 40rem){
    .card-body{
        padding: .5rem;
    }
}

.project-image:hover{
    opacity: 0.5;
}
