
/* header #hLogo a::before{
  background: url(../img/logo.svg) no-repeat center;
  background-size: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 58.181818%;
} */
body{
  background: rebeccapurple;
}
#topMain ul{
  width: 100%;
}


