@font-face {
  font-family: "Forum";
  src: url("../content/Forum-Regular.ttf"); }
.btn {
  text-decoration: none;
  color: black;
  background-color: white;
  padding: 10px 20px;
  font-family: "Fira Sans", "Arial", sans-serif;
  text-transform: uppercase;
  border-radius: 2px; }
  .btn:hover {
    background-color: #0d0f13;
    color: white;
    outline: 1px solid white; }
  .btn-negative {
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
    background-color: #0d0f13;
    outline: 1px solid white; }
    .btn-negative:hover {
      background-color: white;
      color: black; }

.text-link {
  color: #21311f; }
  .text-link:hover {
    color: black; }
  .text-link_white {
    color: #a1bb9e; }
    .text-link_white:hover {
      color: color(srgb 1 1 1); }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #0d0f13;
  color: white; }
  body p {
    font-family: "Fira Sans", "Arial", sans-serif;
    letter-spacing: 5%;
    color: #e9e9e9; }
  body h1, body .number {
    font-family: "Forum", sans-serif;
    font-size: 3.3em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 100; }
  body h2 {
    font-family: "Forum", sans-serif;
    font-size: 2.2em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 100; }
  body h3 {
    font-family: "Forum", sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 100; }

@media screen and (max-width: 800px) {
  body h1, body .number {
    font-size: 2.5em; }
  body h2 {
    font-size: 1.8em !important; }
  body h3 {
    font-size: 1.3em !important; } }
@media screen and (max-width: 600px) {
  body h1, body .number {
    font-size: 2.1em; }
  body h2 {
    font-size: 1.8em; }
  body h3 {
    font-size: 1.3em; } }
li, li a {
  color: white;
  text-decoration: none;
  list-style-type: none;
  font-family: "Fira Sans", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  white-space: nowrap; }

#this a {
  border-bottom: 1px solid white;
  font-weight: 800; }

nav {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 2;
  background-color: #0d0f13;
  height: 80px;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15%; }
  nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10%; }
  nav .logo {
    width: 48px; }

.burger-menu {
  position: fixed;
  left: 0;
  display: none;
  z-index: 2; }
  .burger-menu nav {
    height: 90px; }
    .burger-menu nav .logo {
      width: 40px; }
  .burger-menu nav #burger-window-on {
    border: none;
    background-color: transparent; }
    .burger-menu nav #burger-window-on img {
      width: 40px; }

#burger-window {
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  background-color: #0d0f13;
  width: 100%;
  height: 100svh;
  display: none; }
  #burger-window nav {
    height: 100svh;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    #burger-window nav .head {
      width: 100%;
      height: 90px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid white; }
      #burger-window nav .head .logo {
        width: 40px; }
    #burger-window nav #burger-window-off {
      border: none;
      background-color: transparent; }
      #burger-window nav #burger-window-off img {
        width: 40px; }
    #burger-window nav ul {
      flex-direction: column;
      margin-top: 70px;
      row-gap: 50px; }
      #burger-window nav ul li, #burger-window nav ul li a {
        padding-top: 30px;
        font-size: 20px;
        list-style-type: disc; }

.ya-share2 {
  background-color: white;
  border-radius: 50px;
  width: 40px;
  height: 40px; }

@media screen and (max-width: 800px) {
  nav.menu {
    display: none; }

  .burger-menu {
    display: block; }

  .ya-share2 ul li a {
    margin-top: -125px; } }
footer {
  max-height: 340px;
  border-top: 1px solid white;
  position: relative;
  box-sizing: border-box;
  padding: 5vh 15% 25px; }
  footer .content {
    display: flex;
    justify-content: space-between;
    column-gap: 5%;
    margin-bottom: 5vh; }
    footer .content div:first-of-type {
      flex-grow: 1;
      padding-right: 12%; }
    footer .content .name {
      display: flex;
      column-gap: 20px; }
    footer .content .list p {
      margin: 0;
      font-weight: 800; }
    footer .content .list ul {
      padding: 0; }
      footer .content .list ul li {
        margin-bottom: 10px; }
      footer .content .list ul a {
        text-transform: none;
        font-size: 0.9em; }
  footer .author {
    text-transform: uppercase;
    margin: 0;
    text-align: center; }

@media screen and (max-width: 800px) {
  footer {
    max-height: none; }
    footer .content {
      flex-wrap: wrap; }
      footer .content .about-site {
        width: 100%;
        margin-bottom: 5vh; } }
@media screen and (max-width: 550px) {
  footer {
    padding: 5vh 10% 25px; }
    footer br {
      display: none; } }
@media screen and (max-width: 500px) {
  footer {
    padding: 1vh 10% 25px; }
    footer .content div:last-of-type {
      width: 100%;
      margin-top: 5vh; } }
header {
  position: relative;
  box-sizing: border-box;
  background-image: url("../content/myths/macaw-parrots.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 500px;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center; }
  header .title-info {
    position: absolute;
    left: 15%;
    right: 35%;
    bottom: 60px; }

section.info {
  box-sizing: border-box;
  margin-top: 10vh;
  padding: 0 25% 0 15%; }
  section.info:nth-child(3) {
    padding: 0 15%; }
  section.info img {
    width: 45%;
    float: left;
    margin-right: 20px; }

.budgerigars {
  width: 100%;
  max-height: 250px;
  height: 30vh;
  margin-top: 10vh;
  object-fit: cover; }

section.facts {
  box-sizing: border-box;
  padding: 0 15%;
  margin: 10vh 0 15vh;
  display: flex;
  flex-direction: column;
  align-items: center; }
  section.facts h2 {
    text-align: center; }
  section.facts .description {
    padding: 0 20%;
    text-align: center;
    margin-bottom: 5vh; }
  section.facts ul .combining-points-box {
    display: flex;
    column-gap: 5%; }
    section.facts ul .combining-points-box div {
      width: 45%; }
    section.facts ul .combining-points-box div li img {
      margin-right: 10px; }
    section.facts ul .combining-points-box hr {
      margin-block-start: 0.5em;
      margin-block-end: 0.5em; }
  section.facts hr {
    margin-block-start: 1.5em;
    margin-block-end: 1.5em; }

@media screen and (max-width: 800px) {
  section.info img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    float: none;
    object-position: center 0%; }

  section.facts .description {
    padding: 0;
    text-align: center;
    margin-bottom: 3vh; }
  section.facts hr {
    display: none; }
  section.facts ul .combining-points-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px; }
    section.facts ul .combining-points-box div {
      width: 100%; }
    section.facts ul .combining-points-box:first-of-type {
      margin-bottom: 30px; } }
@media screen and (max-width: 500px) {
  header .title-info {
    left: 10%;
    right: 10%; }

  section.info {
    padding: 0 10% !important; }

  section.facts {
    padding: 0 10%; }
    section.facts ul {
      padding-left: 0; } }

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