body {
  font-family: Helvetica Neue, sans-serif;
  margin: 0;
  padding: 0;
  background: #1D2120;
  color: #E4F1FE;
}

a, a:active, a:visited {
  color: #E4F1FE;
}

a:hover {
  color: #50B4DC;
}


/* full width wrapper leaving space for the nav */
#wrapper {
  position: absolute;
  top: 10%;
  width: 100%;
  height: 90%;
  overflow: hidden;
}

/* darker background */
.pattern1 {
  background: url(../img/pattern1.png);
}

/* brighter background */
.pattern2 {
  background: url(../img/pattern2.png);
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* adjust size using heightXX/widthXX classes */
.light_overlay {
  background: rgba(80, 180, 220, 0.7);
  border-left: #50B4DC solid 3px;
  border-right: #50B4DC solid 3px;
  width: 60%;
  left: 10%;
  height: 100%;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 15pt;
  font-weight: normal;
}

p {
  font-size: 14pt;
}

/* height/width classes */

.height5 {
  height: 5% !important;
}

.height10 {
  height: 10% !important;
}

.height15 {
  height: 15% !important;
}

.height20 {
  height: 20% !important;
}

.height25 {
  height: 25% !important;
}

.height30 {
  height: 30% !important;
}

.height35 {
  height: 35% !important;
}

.height40 {
  height: 40% !important;
}

.height45 {
  height: 45% !important;
}

.height50 {
  height: 50% !important;
}

.height55 {
  height: 55% !important;
}

.height60 {
  height: 60% !important;
}

.height65 {
  height: 65% !important;
}

.height70 {
  height: 70% !important;
}

.height75 {
  height: 75% !important;
}

.height80 {
  height: 80% !important;
}

.height85 {
  height: 85% !important;
}

.height90 {
  height: 90% !important;
}

.height95 {
  height: 95% !important;
}

.height100 {
  height: 100% !important;
}

.width5 {
  width: 5% !important;
}

.width10 {
  width: 10% !important;
}

.width15 {
  width: 15% !important;
}

.width20 {
  width: 20% !important;
}

.width25 {
  width: 25% !important;
}

.width30 {
  width: 30% !important;
}

.width35 {
  width: 35% !important;
}

.width40 {
  width: 40% !important;
}

.width45 {
  width: 45% !important;
}

.width50 {
  width: 50% !important;
}

.width55 {
  width: 55% !important;
}

.width60 {
  width: 60% !important;
}

.width65 {
  width: 65% !important;
}

.width70 {
  width: 70% !important;
}

.width75 {
  width: 75% !important;
}

.width80 {
  width: 80% !important;
}

.width85 {
  width: 85% !important;
}

.width90 {
  width: 90% !important;
}

.width95 {
  width: 95% !important;
}

.width100 {
  width: 100% !important;
}

.top5 {
  top: 5% !important;
}

.top10 {
  top: 10% !important;
}

.top15 {
  top: 15% !important;
}

.top20 {
  top: 20% !important;
}

.top25 {
  top: 25% !important;
}

.top30 {
  top: 30% !important;
}

.top35 {
  top: 35% !important;
}

.top40 {
  top: 40% !important;
}

.top45 {
  top: 45% !important;
}

.top50 {
  top: 50% !important;
}

.top55 {
  top: 55% !important;
}

.top60 {
  top: 60% !important;
}

.top65 {
  top: 65% !important;
}

.top70 {
  top: 70% !important;
}

.top75 {
  top: 75% !important;
}

.top80 {
  top: 80% !important;
}

.top85 {
  top: 85% !important;
}

.top90 {
  top: 90% !important;
}

.top95 {
  top: 95% !important;
}

.top100 {
  top: 100% !important;
}

.block {
  display: block;
}
.inline_block {
  display: inline-block;
}
