html{
  color: #44484c
}
h3{
  color: #44484c
}
body{
  overflow-x: hidden;
}
.FSDBRAND{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.FSDLOGO{
  height: 70px;
  padding-right:18px;
}
.FSDNAME{
  display: flex;
  color: white;
  font-size:120%;
}
.FSDNAMEM{
  display: block;
}
.FSDNAMED{
  display: none;
}
#loginbutton{
  line-height: 28px;
  border-radius: 14px;
  width:62px;
  text-align: center;
  background:white;
  color: #b20014;
  font-size:14px;
  margin-left:8px;
}
@media (min-width: 600px) {
  .FSDNAMEM{
    display: none;
  }
  .FSDNAMED{
    display: block;
  }
}
