@charset "UTF-8";

/* 
Paleta de cores:
#1A5C38
#84E1AD
#2FA866
*/

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
  font-family: "idroid";
  src: url("idroid.otf") format("opentype");
}

@media (max-width: 600px) {
  #dan-droids {
    display: none;
  }
  #irina-blok {
    display: none;
  }

  menu {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  #dan-droids-pq {
    display: none;
  }
  #irina-blok-pq {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #84e1ad;
}

header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-image: linear-gradient(to top, #1a5c38, #84e1ad);
  padding-top: 40px;
  padding-inline: 40px;
  padding-bottom: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.349);
}

header > h1 {
  color: white;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.185);
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

header > p {
  color: white;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.185);
}

nav {
  display: flex;
  align-self: center;
}

nav > a {
  color: white;
  text-decoration: none;
  font-size: 90%;
  padding: 10px;
}

nav > a:hover {
  background-color: #84e1ac50;
  border-radius: 5px;
  transition-duration: 0.5s;
}

main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 0px 0px 10px 10px;
  background-color: white;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.37);
}

main > h1 {
  font-family: "idroid";
  font-size: 30px;
  color: #1a5c38;
}

main > h2 {
  font-family: "idroid";
  color: #1a5c38;
  background-image: linear-gradient(to right, #84e1ac50, transparent);
  padding-left: 10px;
}

main p {
  text-indent: 20px;
  line-height: 1.5em;
}

main a {
  text-decoration: none;
  font-weight: bold;
  color: #1a5c38;
}

img {
  margin: auto;
  width: 100%;
}

div.video {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #1a5c38;
  padding: 10px 20px;
}

div.video iframe {
  max-width: none;
  width: 100%;
  margin: auto;
  background-color: #1a5c38;
}

#bugdroid {
  width: 80%;
  max-width: 400px;
}

section {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.37);
  border-radius: 10px 10px 10px 10px;
}

section > h3 {
  background-color: #2fa866;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  color: white;
}

section > article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #84e1ac50;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 10px;
}

section > article > ul {
  width: 100%;
  list-style-position: inside;
  columns: 2;
  list-style: none;
  font-size: 90%;
}

footer {
  background-color: #1a5c38;
  color: white;
  text-align: center;
  font-size: 0.8em;
  padding: 10px;
}
