
#facepic{
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    width: 170px;
    margin-top: 6.8rem;
}
.borders{
    border-bottom: 0.05rem rgba(255, 255, 255, 0.295) solid;
    padding-bottom: 0.1rem;
}
.borderss{
    border-top: 0.05rem rgba(255, 255, 255, 0.295) solid;
    padding-top: 0.1rem;
}
.box{
    border: 0.1rem rgba(255, 255, 255, 0.452) solid;
    border-radius: 100%;
    padding: 0.5rem;
}
.email{
    margin-right: 0.1rem;
}
.tag{
    font-size: 0.9rem;
    text-decoration: none;
    color: white;
    font-family: 'Bricolage Grotesque', sans-serif;
}
#p-2{
    margin-bottom: 1.5rem;
}
.textp{
    text-align: center;
    margin-top: 2.5rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 2.6rem;
}
.textp2{
    text-align: center;
    font-size: 2rem;
}
#geek{
    margin-bottom: 0;
}
.face{
    margin-right: 0.9rem;
}
.insta{
    margin-right: 0.9rem;
    font-size: 10rem;
}
.backg{
    background-image: url(../IMG/pattern.svg);
    background-blend-mode:darken;
    background-size: cover;
}
.swip{
    height: 7.5rem;
    margin-top: 5.5rem;
    opacity: 60%;
}
.swip div img{
    width: 250px;
    padding: 2.5rem;
    margin: auto;
}
.description{
    margin: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.7rem;
    text-align: center;

}
#navbarNav{
    font-size: 1.6rem;
}

.instaa{
    margin-right: 1.5rem;
}
.facee{
    margin-right: 1.5rem;
}
/* Responsive */
@media (max-width: 991px){
    .resp{
        display: none;
    }
    #footer{
        display: flex;
        flex-direction: row;
    }
}
@media (max-width: 380px){
    .description{
        font-size: 1.4rem;
    }

}
@media (max-width: 767px){
    .swip div img{
        position: relative;
        top: -0.45rem;
        padding: 3.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .textp{
        font-size: 35px;
    }
    .textp2{
        font-size: 26px;
    }
    .description{
        font-size: 20px;
    }
    .instaa{
        margin-right: 1.8rem;
    }
    .facee{
        margin-right: 1.8rem;
    }
    #nav{
        margin: 0rem 0.8rem 0rem 0.8rem;
    }
    
}
