
/*.card {
    box-shadow: 2px 4px 8px 0 rgba(0,0,0,0.5);
    transition: 0.3s;
    width: 100%;
    height: 360px;
    border-radius: 4px;
    margin-top: 40px;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .description {
      width: 60%;
    padding: 2px 16px;
    text-align: left;
    float: right;
  }

  .cover{
      width: 40%;
      float: left;
  } 

  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
    width: 100%;
    margin: auto;
    text-align: left;
    background-color: white;
    
    
    padding: 4px;
    padding-bottom:16px;
  }  */

.project-card{

margin-bottom: 80px;
border-radius: 6px;
box-shadow: -1px 5px 10px rgba(140, 133, 165, 0.363);
color: rgb(36, 36, 36);

}

 

  .project-description{
    margin-left: 16px;
  }

  .topcard-graffio{
    width: 100%;
    
    background-image: url(./images/graffio.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .topcard-yoga{
    width: 100%;
    height: 200px;
    background-image: url(./images/yoga.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .topcard-bike{
    width: 100%;
    height: 200px;
    background-image: url(./images/bikelink.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .topcard-alfa{
    width: 100%;
    height: 200px;
    background-image: url(./images/alfa.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .topcard-graffio{
    width: 100%;
    height: 400px;
    background-image: url(./images/graffio.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .topcard-byte{
    width: 100%;
    height: 400px;
    background-image: url(./Byte/byte.png);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .topcard-participants{
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    height: 320px;
    margin-bottom: 24px;
    background-image: url(./participants/thumbnail.jpg);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .topcard-funding{
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    height: 320px;
    margin-bottom: 24px;
    background-image: url(./funding/thumbnail.jpg);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .content{
    padding: 16px;
  }
  
  
  .view {
    border: 1px solid;
    background-color: white;
    border-color: #294AA9;
    color: #294AA9;
    border-radius: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
  

  }

 

 

  .view:hover{
    background-color: #294AA9;
transition: ease-in-out;
    color: white;
 }
  
  .card-button:hover {
    opacity: 0.7;
  } 



  .project-button{
    color: #294AA9;
  }


