.item-list{
    margin: 10px 0px;
}
.item-list>i{
    margin-right: 5px;
}
a.hoverable *{
    transition: all ease .3s;
}
a.hoverable:hover *{
    color: #2d3436;
}
.site-section>.content{
    z-index: 0;
}
.special-background{                
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute; top: 0; bottom: 0; right: 0; left: 0; 
    background-color: #ececec; z-index: 0;
}
.special-background.white{
    background-color: white;
}
.card{
    transition: all ease .5s;
    cursor: pointer;
    border: transparent solid 3px;
    /* margin-bottom: 0; */
}
.card:hover{
    /* transform: scale(1.05); */
    border: #74b9ff solid 3px;
}
.technologies *[class*='devicon']{
    font-size: 3rem;
    margin: 0.5rem;
    line-height: 3.1rem;
}
.user-actions *[class*='devicon']{
    font-size: 1.3rem;
    margin: 0.5rem;
    line-height: 1.3rem;
}
.link:hover{
    background: none;
}

/* Container */
.content{
    margin: auto;
    width: 100%;
    max-width: 950px;
    padding: 5px;
}
@media (min-width: 1452px) {
    .content{
        max-width: 1130px;
    }
}

.main-title{
    font-size: 2.5rem;
}

.below-navbar{
    padding-top: 66px;
}

body{
    /* font-family: 'Questrial', sans-serif; */
    font-family: monospace;
}
*[class*='devicon']{
    font-size: 1.5rem;
    margin: 1rem 0.2rem;
    line-height: 1.3rem;
}
.portfolio-item{
    align-items: center;
    margin: 30px 0;
}
.portfolio-item img{
    border: 1px solid rgb(228, 228, 228);
    box-shadow: 1px 3px 7px rgba(78, 78, 78, 0.3);
}

/* Navbar */
.navbar{
    /* border: 1px solid #fafafa;  */
    /*  border: transparent; */
    /* background-color: rgba(255, 255, 255, 0.95); */
    background-color: white;
    border: transparent;
}
@media (min-width: 1100px) {
    .navbar{
        padding-left: 140px;
        padding-right: 140px;
    }
}
.text-white,.text-white *{
    color: #f0f0f0;
}
.text-android {
    color: #3DDC84;
}
.text-main,.text-main *{
    color: #0277BD;
}
.text-main-light,.text-main-light *{
    color: #90A4AE;
}
.background-skills{
    background-color: #212121;
}
.left-bar{
    border-left: 2px solid lightgray; 
}

.tech-stack {
    margin: 5px;
}

.bold {
    font-weight: bold;
}

.project-img {
    border-radius: 10px;
    max-width: 250px;
    width: 100%;
}