:root {
  --color-secondary: #2ed47c;
  --color-gradient-start: #fd7250;
  --color-gradient-stop: #fd7250;
  --color-yellow: #e3ae3b;  
}

body {
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  background-color:#2a2f35;
  color: #ffffff;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 700;
  color: #e3ae3b;
}

.h1, h1 {
  line-height: 1.111em;
  font-size: 42px;
}

.h2, h2 {
  line-height: 1.111em;
  font-size: 36px;
}

.h3, h3 {
  line-height: 1.25em;
  font-size: 30px;
}

.h4, h4 {
  line-height: 1.5em;
  font-size: 22px;
}

.h5, h5 {
  line-height: 1.5em;
  font-size: 19px;
}

.h6, h6 {
  line-height: 1.5em;
  font-size: 17px;
}


.main-footer a:not(.btn) {
  /*color: #777880;*/
}

.main-footer a:not(.btn):hover {
  color: #000;
}
#content { z-index: 2; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; background-color: #2a2f35; color:#fff;}
.bg-zircon { background: #2a2f35 !important; }

.content h2 (color:#e3ae3b;}
.bg-white { background: #2a2f35 !important; }

.lida { background: url("../../img/light.png") no-repeat !important; width: 48px; height: 25px; display: block; text-indent: -9999px; margin-top:20px;}