/************************* MAIN *********************************/
/* See index.astro */

main {
  width: 100%;
}

.roboticTitle {
  font-size: 1.6rem;
  /* color: #888; */
  color: rgb(131, 131, 172);
  text-align: center;
  padding: 1rem;
  /* border: 1px solid red; */
}

.roboticArticles {
  width: 100%;
  height: auto;
  padding: 1rem;
  /* border: 1px solid blue; */
  margin-inline: auto;

  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: flex-start;

  background: radial-gradient(rgb(192, 201, 255) 25%, #ffffff 60%);
}

.roboticArticles .box {
  width: 450px;
  height: auto;
  padding: 1.5%;
  border: 3px double rgb(45, 53, 237);
  border-radius: 25px;
  background-color: #ddd;
  text-align: center;
}

.roboticArticles .hRule {
  border-top: 3px double rgb(45, 53, 237);
}

.familyTitle {
  font-size: 1.6rem;
  /* color: #888; */
  color: rgb(116, 152, 126);
  text-align: center;
  padding: 1rem;
  /* border: 1px solid red; */
}

.familyArticles {
  width: 100%;
  height: auto;
  padding: 1rem;
  /* border: 1px solid blue; */
  margin-inline: auto;

  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: flex-start;

  background: radial-gradient(rgb(182, 255, 202) 25%, #ffffff 60%);
}

.familyArticles .box {
  width: 450px;
  height: auto;
  padding: 1.5%;
  border: 3px double rgb(0, 166, 22);
  border-radius: 25px;
  background-color: #ddd;
  text-align: center;
}

.familyArticles .hRule {
  border-top: 3px double rgb(0, 166, 22);
}

.videoTitle {
  font-size: 1.6rem;
  /* color: #888; */
  color: rgb(152, 139, 116);
  text-align: center;
  padding: 1rem;
  /* border: 1px solid red; */
}

.videoYouTube {
  width: 100%;
  height: auto;
  padding: 1rem;
  /* border: 1px solid blue; */
  margin-inline: auto;

  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: flex-start;

  background: radial-gradient(rgb(255, 221, 168) 25%, #ffffff 60%);
}

.videoYouTube .box {
  width: 450px;
  height: auto;
  padding: 1.5%;
  border: 3px double rgb(155, 96, 0);
  border-radius: 25px;
  background-color: #ddd;
  text-align: center;
}

.videoYouTube .hRule {
  border-top: 3px double rgb(155, 96, 0);
}

.title {
  padding-bottom: 0.6rem;
}

.title a {
  font-size: 1.2rem;
  color: #888;
  text-decoration: none;
}

.title a:hover {
  font-size: 1.2rem;
  color: #800;
  text-decoration: none;
}

p.help {
  padding-bottom: 0.6rem;
}

p.help a {
  font-size: 0.9rem;
  color: #888;
  text-decoration: none;
}

p.help a:hover {
  font-size: 0.9rem;
  color: #800;
  text-decoration: none;
}

.box .description {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #888;
  text-align: justify;
  padding: 0.5rem;
}

.box .date {
  font-size: 1rem;
  color: #888;
  padding-top: 0.6rem;
  text-align: center;
}

.toolsTitle {
  font-size: 1.6rem;
  /* color: #888; */
  color: rgb(161, 79, 82);
  text-align: center;
  padding: 1rem;
  /* border: 1px solid red; */
}

.toolsArticles {
  width: 100%;
  height: auto;
  padding: 1rem;
  /* border: 1px solid blue; */
  margin-inline: auto;

  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: flex-start;

  background: radial-gradient(rgb(255, 174, 174) 25%, #ffffff 60%);
}

.toolsArticles .box {
  width: 450px;
  height: auto;
  padding: 1.5%;
  border: 3px double rgb(237, 45, 45);
  border-radius: 25px;
  background-color: #ddd;
  text-align: center;
}

.toolsArticles .hRule {
  border-top: 3px double rgb(237, 45, 45);
}

.personalTitle {
  font-size: 1.6rem;
  /* color: #888; */
  color: rgb(187, 30, 169);
  text-align: center;
  padding: 1rem;
  /* border: 1px solid red; */
}

.personalArticles {
  width: 100%;
  height: auto;
  padding: 1rem;
  /* border: 1px solid blue; */
  margin-inline: auto;

  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: flex-start;

  background: radial-gradient(rgb(231, 197, 229) 25%, #ffffff 60%);
}

.personalArticles .box {
  width: 450px;
  height: auto;
  padding: 1.5%;
  border: 3px double rgb(237, 45, 230);
  border-radius: 25px;
  background-color: #ddd;
  text-align: center;
}

.personalArticles .hRule {
  border-top: 3px double rgb(225, 0, 255);
}

/******************* Media Queries Breakpoints *******************/
/* Media queries can be placed in both global CSS files and within  */
/* component-specific or "endpoint" CSS files, depending on the project's  */
/* organization and desired modularity. */

/* Styles for screens less than 576px (e.g., smartphones) */
@media screen and (width < 576px) {
  header {
    display: block;
  }
  .header {
    height: 0;
  }

  .csLogo {
    height: 100px;
  }

  .navigation {
    height: 20px;
    text-align: center;
  }

  .nav-top {
    height: 0;
  }

  .nav-bottom {
    word-spacing: 6px;
  }

  .nav-bottom a {
    font-size: 0.96rem;
  }

  .rights img {
    width: 200px;
    height: auto;
  }
}

/* Styles for screens wider than 576px -  768px (e.g., tablets) */
@media screen and (width >= 576px) and (width < 768px) {
  header {
    display: block;
  }

  .header {
    height: 0;
  }

  .csLogo {
    height: 100px;
    text-align: left;
  }

  .navigation {
    height: 20px;
    text-align: center;
  }

  .nav-top {
    height: 0;
  }

  .nav-bottom {
    word-spacing: 6px;
  }

  .rights img {
    width: 250px;
    height: auto;
  }
}
