/* normalize*/
html {
  width: 100%;
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
}
a {
  text-decoration: none;
}

/* header */
.navtopmob {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  z-index: 2;
  background-color: #2290dc;
  transform: translate3d(0,0,0);
}
.nav-container {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  align-items: center;
}
.nav-container > div {
  width: 2em;
  margin: 0.5em;
}
.nav-container .drop-down {
  width: 3em;
}
.logo{
  height: 100%;
}