canvas {
  width: 100vw;
  height: 100vh;
  display: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}

body {
  font-family: Courier New !important;
  overflow-x: hidden !important;
}

/* css for header image */
.fullscreen {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -100;
}

/* css for header text */
.title {
  font-size: 36pt;
  font-weight: bold;
}
.sub-title {
  font-weight: bold;
  font-size: 14pt;
}
.header-main {
  width: 100vw;
  height: 100vh;
  text-align: center;
  padding-top: 20%;
  margin-bottom: 3cm;
  font-weight: bold;
}

/* css for panels for each section */
.custom-panel {
  padding: .25cm 1cm .5cm 1cm;
  margin: 1cm 3cm 1cm 3cm;
}

.content {
  width: auto;
  background: white;
  border: 0px solid white;
  border-radius: .3cm;
  opacity: .95;
}

.panel-header {
  margin-bottom: 1cm;
}

.work-title {
  position: relative;
  left: 0px;
}

.work-date {
  position: absolute;
  right: 0px;
}

.work {
  display: inline;
}

.content-item {
  margin: .75cm 0cm .75cm .75cm;
}

.glyphicon {
  margin-left: 15px;
  position: absolute;
}

.disable-button {
  position: absolute;
  margin-top:.5cm;
  margin-right:.5cm;
  top: 0px;
  right: 0px;
}

.inline {
  margin: 1cm;
}

.divider {
  width: 80%;
  margin: .3cm auto .3cm auto;
  border-bottom: solid 1px #696969;
}

.fa {
  font-family: Courier New !important;
}

.icon {
  margin: 0px 10px 0px 10px;
}

.small-carousel {
  width: 60vw;
}

.middle-image {
  margin: .5cm 0cm .5cm 0cm;
}

.footer {
  bottom: 0px;
  text-align: center;
}