@font-face {
  font-family: "Bebas Regular";
  src: url("../fonts/Bebas-Regular.ttf");
}
body {
  margin: 0;
  display: block;
  color: white;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: bold;
  background: black;
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
}

nav {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  top: 0;
}
nav section.logo {
  font-family: "Bebas Regular";
  color: white;
  font-size: 2.5em;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0 10px 10px;
}
nav section.nav {
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 10px 10px 10px 0;
}
nav section.nav ul {
  padding: 5px 0 0 0;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav section.nav ul li {
  display: inline;
  margin-left: 8px;
}
nav section.nav ul li a {
  font-size: 0.8em;
}

a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
a:active {
  color: white;
  transition: 0.4s;
}
a:hover {
  color: #ccc;
  transition: 0.4s;
}

main {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100vw;
  height: 33.333vh;
  background-position: 0, 0;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  letter-spacing: 2px;
  font-weight: 400;
}
.container .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
.container a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.container a:hover div.hover {
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
}
.container span {
  position: relative;
  display: block;
  top: 40%;
  text-align: center;
  z-index: 8;
  font-size: 1.5em;
  letter-spacing: 10px;
  padding: 10px;
}

.title-header {
  text-align: center;
  text-transform: uppercase;
}
.title-header h1 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 1.5em;
  letter-spacing: 5px;
}

.author-content {
  padding: 0 20%;
  text-align: justify;
  font-weight: normal;
}
.author-content p:first-child {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.social-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.social-menu ul li {
  display: inline;
}
.social-menu ul li i {
  font-size: 20px;
}

.video iframe {
  width: 100vw !important;
}

@media (min-width: 600px) {
  .container {
    height: 45vh;
    width: 50%;
    margin-bottom: 0;
  }

  section.nav {
    font-size: 1.4em;
  }

  section.logo span {
    font-size: 4.5em;
  }

  div.content {
    width: 100%;
    margin: auto;
    text-align: justify;
    column-gap: 30px;
    column-count: 2;
    padding: 0 50px;
    font-weight: initial;
  }

  img {
    margin: auto;
    display: block;
  }
}
@media (min-width: 1000px) {
  div.content {
    width: 50%;
    margin: auto;
    text-align: justify;
    column-gap: 30px;
    column-count: 2;
    padding: 0 50px;
    font-weight: initial;
  }

  img {
    margin: auto;
    display: block;
  }

  .author-content {
    column-count: 2;
    column-gap: 20px;
  }
  .author-content p:first-child {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-span: all;
  }
  .author-content p:nth-child(2) {
    margin: 0;
  }

  .video {
    display: flex;
    flex-wrap: wrap;
  }
  .video iframe {
    width: 50% !important;
  }
}
@media (min-width: 1400px) {
  .container {
    height: 50vh;
    width: 33.333%;
  }

  div.content {
    width: 50%;
    margin: auto;
    text-align: justify;
    column-gap: 30px;
    column-count: 2;
    padding: 0 50px;
    font-weight: initial;
  }

  img {
    margin: auto;
    display: block;
  }

  .author-content {
    padding: 0 30%;
  }

  .video iframe {
    width: 33.333% !important;
  }
}
@media (min-width: 1920px) {
  .container {
    height: 50vh;
    width: 33.333%;
  }
}
.sl-overlay {
  background-color: #000 !important;
}

button[class^=sl] {
  color: #fff !important;
}

.sl-counter {
  display: none !important;
}

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