.top_img {min-height:100px;}
.top_img h2 {margin-top:100px;}

h1{
  font-size: 2.8em !important;
}
h2{
  font-size: 2.4em !important;
}
h3 {
  font-size: 2em !important;
}
#menu {
  font-size: 0.9em
}
#menutopbar {
  font-size: 0.8em;
  height: 38px;
  background-color: #c93789;
  position: absolute;
  top: -38px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 9px 10px 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (max-width: 1050px) {
  #menutopbar div:first-child {
    width: 560px;
    overflow:hidden
  }
}
@media (max-width: 690px) {
  #menutopbar div:first-child {
    width: 330px;
    overflow:hidden
  }
}
@media (max-width: 480px) {
  #menutopbar div:first-child {
    width: 180px;
    overflow:hidden
  }
}