
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: 'BalsamiqSans';
  src: url('../fonts/BalsamiqSans-Regular.ttf');
}

@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Regular.ttf');
}

footer {
    background-color:rgb(24, 84, 173);
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 25px;
    font-family: 'SourceSansPro', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  @media (max-width: 1000px) {
    nav, article {
      width: 100%;
      height: auto;
    }
}

#canvas-wrapper,
#actions,
#info-steps,
#image-selector-info {
  width: 80%;
  margin: 0 auto;
}

#actions {
  display: none;
}

#image-selector-wrapper {
  width: 85%;
  margin: 0 auto;
}

#image-selector-wrapper .col:hover {
  cursor: pointer;
}

.image-card {
  width: 30%;
  margin: 1%;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.image-card img {
  width: 100%;
  height: auto;
}