* {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  /* min-width: 320px; */
}
body {
  text-align: center;
  background-color: rgb(30,30,30);
  /* min-width:320px; */
}
Header{
  /* height:80px; */
  /* border:1px solid white; */
}
Header h1 {
  /* font-size:28px; */
  margin-bottom: 0;
}
Header span {
  font-size:22px;
  font-weight: normal;
  color: rgb(210,210,210);

}

Header h1 a{
  color: rgb(210,210,210);
  width:100%;
  margin:auto;
  text-align: center;
  /* border:1px solid grey; */
}
Header ul {
  list-style-type: none;
  padding:0;
  display:inline-block;
  width:auto;
  overflow: hidden;
  /* border:1px solid white; */

}
Header li a {
  font-size:10px;
  letter-spacing: 2px;
  color: rgb(140, 140, 140);
  padding: 10px;
  text-decoration: none;
  /* text-align: center; */
  /* border:1px solid white; */
}
Header li a:hover {
  color: rgb(240, 240, 240);
}
#horizontal{
  display:none;
}
@media only screen and (min-width: 450px) {
  Header{
    height:100px;
    /* border:1px solid white; */
  }

  Header ul {
    display:inline-block;
    /* border:1px solid white; */
  }
  Header li {
    float: right;
    /* border:1px solid white; */
  }
  Header li a {
    /* border:1px solid white; */
  }
  Header li a:hover {
    color: rgb(240, 240, 240);
  }
  #vertical{
    display:none;
  }
  #horizontal{
    display:inline-block;
  }
}

@media only screen and (min-width: 1000px) {
  Header{
    height:60px;
    /* border:1px solid white; */
  }


  Header h1 {
    text-align: left;
    float: left;
    margin-left: 40px
  }
  Header ul {
    margin:16px auto;
    padding-top:20px;
    padding-right:30px;
    float: right;
  }
  Header li a {
    padding-left: 30px;
  }
}
