@font-face {
  font-family: "Dazzed";
  src: url("../fonts/Dazzed-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Dazzed";
  src: url("../fonts/Dazzed-Bold.woff") format("woff");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

p, a, span, label, input, li, textarea, select, option {
  font-size: 18px;
  font-family: "Dazzed", sans-serif;
  color: #000;
  line-height: 1.6em;
}

select {
  -webkit-appearance: none;
  background-color: #FFF;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.mb {
  margin-bottom: 18px;
}

h1, h2 {
  font-family: "Dazzed", sans-serif;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 50px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
h1:last-child, h2:last-child {
  margin-bottom: 0;
}

h3 {
  font-family: "Dazzed", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 1em;
}

#nav {
  border-bottom: 1px solid #000001;
  width: 100%;
  background-color: #FFF;
  position: relative;
  text-align: center;
}
#nav .logo {
  width: 200px;
  padding: 0;
  display: inline-block;
  max-width: 60%;
  margin-top: 12px;
  margin-bottom: 12px;
}

footer {
  padding: 10px 20px;
  border-top: 1px solid #000;
}

#cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 20px;
  padding-right: 30px;
  background-color: #FFF;
  max-width: 500px;
  display: none;
}
#cookies.open {
  display: block;
}
#cookies .close {
  position: absolute;
  top: 10px;
  text-decoration: none;
  right: 10px;
}

.glasses {
  margin-bottom: 20px;
}
.glasses:last-child {
  margin-bottom: 0;
}

.container {
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.container img {
  width: 100%;
}

form label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
form label input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
form input, form textarea, form select {
  width: 100%;
  padding: 14px;
  border: 1px solid #000;
}
form input[type=file] {
  margin-bottom: 5px;
}
form .input {
  margin-bottom: 10px;
}

.align-center {
  text-align: center;
}

.border-top {
  border-top: 1px solid #000;
}

.pad, .block-pad {
  padding: 20px 0;
}

.header {
  padding-top: 100px;
  padding-bottom: 100px;
}

ul, ol {
  list-style-position: inside;
}

.half:not(.align-center) h2, .half:not(.align-center) h3 {
  text-align: left;
}

.btn {
  color: #FFF;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  background-color: #000;
  padding: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.flex .half {
  width: 50%;
  padding: 20px;
}
.flex .half:first-child {
  border-right: 1px solid #000;
}
@media (max-width: 1024px) {
  .flex {
    flex-direction: column;
  }
  .flex .half:first-child {
    border-bottom: 1px solid #000;
  }
  .flex .half {
    width: 100%;
  }
}

.blocks img {
  margin-top: 10px;
}
.blocks h3 {
  margin-top: 50px;
}
.blocks h3:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=screen.css.map */
