body,
.bg_slate {
  background-color: #000000 !important;
}

a, .slate {
  color: #010101;
}

.path2,
.path2 .bg_slate {
  background-color: #000000 !important;
}

.path2 a,
.path2 .slate {
  color: #000000 !important;
}

.hover_slate_text:hover {
  color: #010101;
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
}
.path2 .hover_slate_text:hover {
  color: #37453c;
}

body.noNavPage {
  background-color: #FFF !important;
  padding: 30px;
}

.bg_black {
  background-color: #000000;
}
.black {
  color: #000000;
}
.white {
  color: #FFF;
}

.bg_white {
  background-color: #FFF;
}

.bg_red {
  background-color: #FF0000;
}

tr.bg_gray,
.bg_gray {
  background-color: #686463 !important;
}
.gray {
  color: #686463;
}

.bg_slate a,
.bg_slate a:visited {
  color: #FFF;
}

.shape {
  width: 100%;
  height: 400px;
  display: relative;

  border-bottom: 100px solid red;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 100px;
}

svg {
  width: 100vw;
  margin: 0 -30px 0 -30px;
  height: 80px;
}

.contentPage svg {
}

svg polygon {
  fill: #2c3e50;
}

.path2 svg polygon {
  fill: #37453c;
}
