.site-title a {
  display: inline-block;
  align-self: center;
  font-family: 'Anton' !important;
	color: #b00000 !important;
  font-size: 1em;
  font-weight: 100;
  line-height: 0;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 0px;
  padding: 0px 0px;
  word-wrap: break-word;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
  text-decoration: none;
  color: white !important;
}

#navigation {
  align-self: center;
  color: #b00000 !important;
  font-family: 'Helvetica';
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 9;
}

.menu a {
  color: #b00000 !important;
  background: none;
  line-height: 0px;
  text-decoration: none;
  margin: 15px 0px;
  padding: 0px 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.menu a:hover,
.menu a:focus,
.menu a:active {
  color: white !important;
}

.headline {
  font-size: 4em !important;
  letter-spacing: 1px;
  margin-top: -10px;
  padding-top: 0px;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.article { /*Основной текст*/
  font-size: 0.7em;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}

.article h3 { /*Маленький Заголовок страницы*/
  font-size: 0.7em;
  /*text-transform: uppercase;*/
	/*text-transform: none;*/
	line-height: 16px;
  letter-spacing: 1.3px;
	font-family: 'Helvetica';
}

.social-icons li a:hover {
  color: red;
  background: #b00000;
}

a:link {
  color: #b00000;
	font-family: 'Helvetica';
  font-size: 1em;
	letter-spacing: 0px;
	text-decoration: none;
}

button.menu-toggle {
    float: left;
    display: block;
		display: none; /*скрытие меню*/
    cursor: pointer;
    background: none;
    position: relative;
    margin: 0px;
    padding: 24px;
    border: none;
    z-index: 9;
}