
#header {
  left: 8.333333%;
  float: left;
  width: auto;
  z-index: 1000;
}
#caret {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg) translateY(-4px);
}


li.menus1, #hamburgerNav, #trigger {
  top:0;
  list-style-type: none;
  display: inline-block;
  color: #0b0b0b !important;
  transition: 0.2s;
}


ul.menus {
  margin-top: 0;
  position: absolute;
  top: 10px;
  /* font-size: medium;
  font-weight: 550; */
  display: block;
  width: 100%;
  height: 3.5em;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
}

#main-nav {
  box-shadow: 0px 0px 12px 0px lightgray !important;
}

.ulx {
	 margin-top: 0;
  position: absolute;
  top: 0;
  background: #ffff;
  display: block;
  width: 100%;
  height: 3em;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
#main {
  left: 0;
  padding-right: 50px;
}
li:hover, #hamburgerNav:hover {
  color: #496E91;
  background: #ffffff;
}
#dropdown {
  top: 3em;
  background-color: #ffff;
  height: 0;
  overflow: hidden;
  width: auto;
  right: 18em;
  transition: 0.5s;
  z-index: 2000;
}
#dropdown li {
  display: block;
  padding-left: 10px;
  padding-right: 100px;
  text-align: left;
}
a {
  text-decoration: none;
}
#dwn {
  font-size: 0.8em;
}
#trigger:hover + #dropdown, #dropdown:hover {
  height: 7em;
}
main {
  position: absolute;
  top: 2.8em;
}
main {
  width: 100%;
  text-align: center;
}

a {
  color: #496E91;
}
#trigger:hover {
  color: #496E91;
}
#x1 {
  position: relative;
  padding: 10px;
  margin: 0 0 0 23px;
  font-size: 18px;
}
#src {
  text-decoration: underline;
}
#src:hover {
  text-decoration: none;
}
#hamburgerNav {
  display: none !important;
}
#x7 {
  left: 999999px;
  
}
@media (max-width: 627px) {
  #header {
    width: 100%;
	left:0
  }
  #brand {
    position: absolute;
    top: 0;
    left: 0;
  }
  #main {
    height: 0;
    overflow: hidden;
    z-index: 3000;
    top: 2em;
    text-align: left;
    transition: 0.5s;
	background:white;
  }
  #main li, #trigger {
    display: block;
	 background-color: white;
  }
  #dropdown {
    position: static;
  }
  #hamburgerNav {
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #x7:checked + #main {
    height: auto;
    padding-top: 1em;
  }
  #dropdown {
    position: relative;
    top: -1.6em !important;
    right: 0em;
    width: 100%;
  }
  #main-nav {
    height: 75px !important;
  }
}
