body {
  background-color: #771133;
}

.TabColor {
  background-color: #ee7513;  
}

.FarShadowColor {
  color: #440720;  
}

.FarShadowBackgroundColor {
  background-color: #440720;  
}

.CenterColumn {
  max-width: 800px;
  margin: auto;
  text-align: center;
  /*border: 3px solid #FFF;  */
}

.Header {
  margin: auto;
  text-align: center;
  height: 200px;
  /*border: 3px solid #FFF;*/
}

.Section {
  margin: auto;
  text-align: center;
  /*border: 3px solid #FFF;*/
}


.HeaderCenter {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  /*border: 3px solid #FFF;*/
  width: 5px;
  height: 5px;
}

.HeaderShadow {
  position: absolute;
  background-color: #440720;
}

.HeaderOverlay {
  position: absolute;
  background-color: #ee7513;
}

.TitlePosShadow {
  top: -230px;
  left: -150px;
  width: 300px;
  height: 300px;  
}

.TitlePosOverlay {
  top: -240px;
  left: -140px;
  width: 300px;
  height: 300px;  
}

.HeaderPosShadow {
  top: -50px;
  left: -100px;
  width: 200px;
  height: 100px;  
}

.HeaderPosOverlay {
  top: -60px;
  left: -90px;
  width: 200px;
  height: 100px;  
}


.HeaderText {
  position: absolute;
  user-select: none;
  left: -300px;
  width: 600px;
  top: -55px;
  text-align: center;
  font-family: Helvetica;
  font-weight: light;
  font-size: 80px;
  color: #EEEEEE;
  text-shadow: -3px 3px #440720;
}

.TitleSubText {
  top: 20px;  
  font-size: 30px;  
  text-shadow: -2px 2px #440720;  
}

.ImageAndText {
  top: 20px;  
  font-size: 42px;
  color: #FFF;
  text-shadow: -2px 2px #440720;  
}

a {
  font-size: 24px;
  color: #FFF;
  text-shadow: -2px 2px #440720;	
}

.RotateNeg5 {
  transform: rotate(-5deg);  
}

.RotatePos5 {
  transform: rotate(5deg);  
}

.ShiftUp50 {
  transform: translateY(-50px);
}

.BodyText {
  user-select: none;
  text-align: center;
  font-family: Helvetica;
  font-weight: light;
  font-size: 24px;
  color: #EEEED8;
  text-shadow: -1px 1px #440720;  
}

.ProfileImage {
  width: 128px;
  height: 128px;
  vertical-align: -100%;
}

mark.white {
    color:#fff;
    background: none;  
}
