/* main */

html {
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #FFFFFF;
}

header {
  max-width: 1920px;
  margin: auto;
}

section {
  max-width: 1920px;
  margin: auto;
}

.uk-offcanvas-bar {
  background: black;
  min-height: 100dvh;
  left: -100vw;
  width: 100vw;
  padding: 30px 30px;
}

.uk-text-light {
  color: white;
}

.uk-button-large {
  font-size: 1.5rem;
  line-height: 3;
  color: white;
  border: 1px solid white;
  font-weight: 400;
  background-color: rgba(0, 0, 0, .15);
}

.uk-button-large:hover {
  color: white;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, .25);
}

.uk-slidenav {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 960px) {
    .uk-slidenav {
        width: 40px;
        height: 40px;
    }
}