html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif;
  color: #1a1919;
  background: #efeff0;
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  border-radius: 10%;
  white-space: nowrap;
  color: #fff;
}

.header {
  background-color: rgba(50, 50, 51, 0.9);
  width: 100%;
  height: 55px;
  position: fixed;
  z-index: 10;
  top: 0;
}

.container {
  width: 88%;
  margin: 0 auto;
}

.header-left {
  float: left;
  line-height: 55px;
}

.menu-icon {
  display: none;
}

.name {
  position: relative;
  color: white;
}

.drawing {
  background-color: rgba(130, 0, 0, 0.2);
  width: 100px;
  padding: 25px 50px;
  border-radius: 50%;
  position: absolute;
}

.drawing2 {
  background-color: rgba(0, 140, 0, 0.2);
  width: 40px;
  padding: 25px 25px;
  position: absolute;
  top: 0;
  border-radius: 50%;
}

.name h2 {
  top: 9%;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-menu {
  float: right;
  display: block;
  line-height: 40px;
  background-color: rgba(39, 39, 40, 0.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 15px;
  color: white;
}

nav {
  position: absolute;
  top: 45px;
  right: 0;
  overflow-x: hidden;
  text-align: center;
  width: 0;
  background: #46474e;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav li {
  padding: 18px;
}

.open-menu {
  width: 100%;
}

.header-right a {
  display: block;
}

a:hover {
  background-color: rgba(10, 10, 15, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.clear {
  clear: both;
}

.company-overview {
  position: absolute;
  top: 50px;
  padding: 20px 0;
  background: #fff;
}

.company-overview p {
  padding-bottom: 30px;
}

.detail-wrapper {
  background: #f7f7f7;
}

.title {
  border-bottom: dashed 2px blue;
  padding-bottom: 5px;
}

.company-overview h2 {
  padding: 20px 0;
}

.details {
  padding-top: 35px;
  border-bottom: dashed 2px blue;
  width: 20%;
}

dl {
  padding: 15px 0;
}

dt {
  padding: 10px 0;
}

dd {
  border-bottom: dashed 1px black;
}
/*# sourceMappingURL=style.css.map */