body {background: #6E7073;}

.header__text {
    margin: 60px 0 0 0;
    font-size: 24px;
    line-height: 37px
}

.header {
    overflow: hidden;
    background: #6E7073;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
    font-family: Lato, sans-serif
}

.header .container {
    padding: 0 15px
}

.header__header {
    margin: 100px 0 0 0;
    line-height: 51px;
    font-size: 32px
}

.header__icon {
    display: block;
    text-decoration: none;
    color: #FF8A89;
    font-family: LucidaGrande;
    font-size: 24px;
    margin-top: 140px;
    width: max-content;
}

.header__icon:hover {
}

.header__link{
  color:#FF8A89;
  text-decoration:none;
  transition:color .2s
  }

.header__link:hover{
  color:#FF8A89;
}

a.header__link {
  position: relative;
  color: #FF8A89;
  text-decoration: none;
}

a.header__link:hover {
  color: #FF8A89;
}

a.header__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FF8A89;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.header__link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header__text.bold{
  font-weight: bold;
}

#winston{
  vertical-align: middle;
}
