html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  background: #0b0f19;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #38bdf8;
}

button,
input,
select,
textarea {
  max-width: 100%;
  font: inherit;
}

button {
  cursor: pointer;
}

.site,
.site-content,
.main-content,
.page-content {
  width: 100%;
}

.main-content {
  min-height: 40vh;
}

.md-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.clear::after {
  display: table;
  clear: both;
  content: "";
}

.alignleft {
  float: left;
  margin: 0 24px 16px 0;
}

.alignright {
  float: right;
  margin: 0 0 16px 24px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#navigation-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation-mobile ul ul {
  display: none;
}

#navigation-mobile li {
  position: relative;
}

#navigation-mobile a {
  display: block;
  text-decoration: none;
}

@media (min-width: 992px) {
  #navigation-mobile {
    display: none !important;
  }
}
