body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.header {
  background: #fff;
  width: 100%;
}

.logo-text {
  text-transform: uppercase;
  background-color: #63c6ae;
  font-size: 24px;
  margin: 0;
  padding: 20px;
  /* display: inline-block; */
  display: block;
  float: left;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.header__nav {
  /* display: inline-block; */
  clear: left;
}
.header__nav ul {
  margin: 0;
  padding: 0;
}

.header__nav li {
  list-style-type: none;
  background: #242c2c;
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.header__nav a {
  color: white;
  text-decoration: none;
  color: #586165;
  font-size: 14px;
  font-weight: 400;
}

/* .header__btnMenu {
} */
