
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width:600px;
  height: auto;
  background-color:white ;
  padding-left: 1px;
  color: black;
  padding: 20px;
  line-height: 20px;
  margin-left: 180px;
  border-left-style: dashed;
  border-left-width: 6px;
  border-left-color: gray;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 30px;
 
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}

.container{

  margin-left: 200px; 
 
}


/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

/* Create two equal columns that floats next to each other */
.left-column {
  float: left;
  width: 65%;
  padding: 90px;
}
 .right-column {
  float: right;
  width: 35%;
  padding: 10px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
ul.a {
  list-style-type:square;
}


.icon-resize{
  width:110px;
  height: 110px;
  margin-top: -90px;
  margin-left:80px;
  margin-bottom: 30px;
}

.project-title{
  font-weight:bold;
}

