body, html {
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
}

header {
  position: relative;
  width: 100%;
  height: 100%;
  background: #7b4397;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  color: white;
}

#home-canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.header-content-inner{
    padding: 10% 0 0 20%;
    position: relative;
}
