.menu-st{
  background-image: url(../img/menu_gold.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 30%;

}
#st1{
  font-size: 2em;
}
#st2{

}
#st3{

}
.menu{
  float: inherit!important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#title-text{
  padding: 5%;
}

 a{
  text-decoration:none;
}

@media (min-width:769px) and (max-width: 1024px) {
  .menu-st{
    height: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .menu-st{
    height: 30%;
  }
}
