section#portfolio * {
    box-sizing: border-box;
    text-align: center;
  }

  section#portfolio.body {
    padding: 20px;
    font-family: Arial;
  }

  /* Center website */


  /* Center website */
  section#portfolio.main {
    max-width: 1200px;
    margin: auto;
  }

  section#portfolio h1 {
    font-size: 50px;
    word-break: break-all;
  }

  section#portfolio .row {
    margin: 8px -16px;
  }

  /* Add padding BETWEEN each column (if you want) */
  section#portfolio .row,
  section#portfolio .row > .column {
    padding: 8px;
  }

  /* Create three equal columns that floats next to each other */
  section#portfolio .column {
    float: left;
    width: 33.33%;
    display: none; /* Hide columns by default */
  }

  /* Clear floats after rows */
  section#portfolio .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Content */
  section#portfolio .content {
    background-color: white;
    padding: 10px;
  }

  /* The "show" class is added to the filtered elements */
  section#portfolio .show {
    display: block;
  }

  /* Style the buttons */
  section#portfolio .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    color: #189ca4;
    cursor: pointer;
  }

  /* Add a grey background color on mouse-over */
  section#portfolio .btn:hover {
    background-color: #8eb522;
    color: white;

  }

  /* Add a dark background color to the active button */
  section#portfolio .btn.active {
    background-color: #189ca4;
     color: white;
  }

  section#portfolio img {
   width: 300px;
  }

  .scl-bottom-links a:hover i{

    color: #8eb522;
;
}
