*{
    margin: 0px;
    padding: 0px;
   }
   body{
    font-family: arial;
   }
   .main{
   
    margin: 2%;
   }
   
   .card{
    margin: auto;
        width: 96%;
        display: flex;
        flex-direction: column;
        box-shadow: 2px 2px 20px black;
        border-radius: 5px; 
        justify-self: center;
        height: fit-content;
        background: var(--new_brown);
        margin-bottom: 10px;
       }
    .card-head{
      display: flex;
      flex-direction: row;
      width: 100%;
    }
    .card-body{
      padding: 8px;
    }
    .card-leg{
      display: flex;
      justify-content: center;
    }
   
    .card-leg > button{
      margin-top: 20px;
     margin-bottom: 10px;
     background-color: white;
     border: 1px solid black;
     border-radius: 5px;
     padding:10px;
      background: blue;
    }
       .card-image{
         display: flex;
         align-items: center;
        width: 50px;
        height: 50px;
        background: white;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
        /* transition: transform 400ms ease-out; */
        
       }
   .card-image img{
     width: 100%;
     border-top-right-radius: 5px;
     border-top-left-radius: 5px;
     
    
    }
    .card-image:hover {
      transform: scale(2.15);
    }
   
   .title{
    /* CONTAINER FOR POSITION */
     text-align: center;
     padding: 10px;
     width:100%;
     /* background: red; */
     
    }
    .position{
      color: brownblack;
    }

    .project-position{
      color: brownblack;
      padding: 10px;
    }
   
   h1{
     font-size: 20px;
    }
   
   .des{
     padding: 3px;
     text-align: center;
    
     padding-top: 10px;
      border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
   }
   
   button:hover{
     background-color: black;
     color: white;
     transition: .5s;
     cursor: pointer;
   }
   

   .card-head.project-name{
    /* height: 60px; */
    background: yellow;
}
.job-wraper{
    display: flex;
    flex-direction: row;  
}
.album-wraper{
    display: flex;
    flex-direction: column;
    height: 0;
    overflow-y: auto;
    /* overflow: hidden; */
    background:black;
    z-index: 2000;
}

.black{
  background: black;
  color:white;
}
.brown{
  background: #BE5817;
  color: black;
}
.job{
  font-size: 1.1rem;
    font-weight: 500;
    padding-left:10px;
    margin-top: 10px;
    line-height: 25px;
    min-height: fit-content;
}
.btn{
  padding-top: 10px;
  margin-top: 10px;
    width: 20px;
    height: 20px;
    /* border: solid 1px yellow; */
}
.icon{
  width: 20px;
  height: auto;
  /* background:url('/icons/tools_16.ico') no-repeat center; */
  border: solid black 1px;
}
.photo{
    height: auto;
    width: 100%;
    border: solid 1px red;
}

.image-frame{
    height: auto;
    width: 100%;
    margin-bottom: 20px;

}
