progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  background-image: url(images/stars.png), linear-gradient(-45deg, #10132d 0%, #1b0a3c 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
}

h1, h2, h3, h4, .h2, .h3 {
  margin-top: 0;
  color: #fff;
  line-height: 1;
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.5;
  margin: 0px;
  font-weight: bold;
  text-transform: none;
}

h2, .h2 {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
  line-height: 1.1;
}

/* Links */
a {
  text-decoration: none;
  transition: 0.3s ease;
  color: #1D97DE;
}

a:hover {
  text-decoration: underline;
}

a[name]:before {
  height: 80px;
  margin-top: -80px;
  display: block;
  content: "";
  visibility: hidden;
}

@media (min-width: 1020px) {
  a[name]:before {
    height: 125px;
    margin-top: -125px;
  }
}
hr {
  position: relative;
  height: 1px;
  width: 100%;
  display: table;
  clear: both;
  margin: 2em auto;
  border: none;
  background-color: #ccc;
}

address {
  font-style: normal;
}

figure {
  margin: 0px;
}

/* BUTTONS */
[class^=btn] {
  min-width: 190px;
  display: inline-block;
  padding: 19px 10px;
  margin: 0 5px 5px 0;
  box-sizing: border-box;
  text-align: center;
  color: white;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  background-color: #2F4683;
}

[class^=btn]:hover {
  text-decoration: none;
  background-color: #1D97DE;
}

.btn-alt {
  background: #1D97DE;
}
.btn-alt:hover {
  background: #2F4683;
}

.status-msg {
  margin: 0 0 5px;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: rgba(255, 0, 0, 0.1);
  font-size: 12px;
}

/* ul lists */
main ul {
  margin: 1em 0 0;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
main ul li {
  position: relative;
  padding-left: 30px;
}
main ul li:before {
  content: "";
  background: #2F4683;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

/* MAIN */
.logo {
  display: block;
}
.logo img {
  margin: 0 auto;
  display: block;
}

@media (min-width: 1026px) {
  nav {
    flex: 100%;
    align-items: center;
  }
  nav ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    flex: 100%;
    list-style: none;
  }
  nav > ul {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  nav ul li {
    display: inline-block;
    position: relative;
  }
  nav > ul > li:last-of-type > ul {
    left: auto;
    right: 0;
  }
  nav ul li a {
    padding: 0 5px;
    font-size: 16px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    pointer-events: none;
    text-shadow: -1px -1px 0px #1c1c1c;
    color: #3c3c3c;
  }
  nav ul li a:hover {
    text-decoration: none;
    color: #1D97DE;
  }
}
#wrapper {
  max-width: 1150px;
  margin: 5% auto 0;
  background-color: #2a2929;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: relative;
}

#wrapper:before {
  /* position: absolute;
  bottom: 40px;
  right: -350px;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(images/tree.png) right bottom no-repeat;
  background-size: 45%;
  content: ""; */
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
header nav {
  max-width: 500px;
}

main {
  display: flex;
  justify-content: space-around;
  max-width: 98%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  align-items: center;
}

h1 {
  line-height: 1;
  font-size: 40px;
  color: #1D97DE;
}

p {
  color: white;
  font-size: 16px;
}

aside {
  max-width: 45%;
  flex: 1;
}

section {
  max-width: 45%;
}

.slick-slider img {
  width: 100%;
}

#legal {
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 80px 10px;
}

footer {
  display: flex;
  padding: 30px 20px;
  align-items: center;
  justify-content: space-between;
}

audio::-webkit-media-controls-panel {
  background-color: #d5d5d5;
}

.digital-clock {
  font-size: 30px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  color: #1D97DE;
}

/* FOOTER */
/* rotations */
main .slick-slider {
  max-width: 980px;
  margin: 20px auto;
}

main .slick-slider .slick-slide img {
  margin: 0 auto;
  display: block;
}

main #controls {
  max-width: 980px;
  margin: 0 auto;
}

main #controls.counter .slick-dots {
  position: absolute;
  right: 0;
  bottom: -30px;
}

main .slick-slider .caption {
  display: block;
  flex: 100%;
  padding: 20px;
  text-align: center;
  background: #000;
  box-shadow: inset 0 0 0 5px #000, inset 0 0 0 6px #04132A;
}

/* RESPONSIVE *//*# sourceMappingURL=styles.css.map */