/*
body
{

    background-color: rgb(193, 246, 255);
}
#title
{
    background-color: rgb(59, 121, 156);

}
.year
{
    width: 100%;
    padding: 5px 0;
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    text-align: center;
    font-size: 32px;
    background-color: lightgray;
}
.title_1
{
    font-size: 25px;
    font-weight: bold;
}
.title_2
{
    font-size: 20px;
}
.description
{
    margin-top: 25px;
}
a
{
    color: black;
    text-decoration: none;
}
*/
body
{
    margin: 0;
    padding: 0;
    font-family: 'Open sans';
}
.authors
{
    font-size:  18px;
    font-weight: bold;
    margin-bottom: 10px
}
.title_1
{
    font-size: 18px;
    font-weight: bold;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}
.title_2
{
    font-size: 14px;
}
.description
{
    margin-top: 15px;
    font-size: 15px;
}
.menu a, .small_menu
{
  color: black; 
}
.links_menu
{
  border-radius: 10px;
  padding: 20px 25px;
  width: calc(100% - 70px);
  box-shadow: 8px 8px 24px 0px rgb(186, 186, 189);
  margin: 15px auto;
  text-transform: capitalize;

  
}
/* .small_menu:hover, .links_menu div:hover
{
  background-color: #4e86cf !important;
  color: white;
} */
.small_menu:hover div
{
  background-color: #4e86cf !important;
  color: white;
}
.links_menu div
{
  margin: 5px auto;
  padding: 15px 8px;
  width: fit-content;
  border-radius: 5px
}
a
{
    color: #0d53af;
    text-decoration: none;
}

.item
{
  -webkit-box-shadow: 8px 8px 24px 0px rgb(186, 186, 189);
  -moz-box-shadow: 8px 8px 24px 0px rgb(186, 186, 189);
  box-shadow: 8px 8px 24px 0px rgb(186, 186, 189);
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 20px 25px;
  width: calc(100% - 70px);
  flex-direction: column;
}

nav {
    height: 60px;
    width: 100%;
    background-color: #1f0b68;
    box-shadow: 0 4px 2px -2px gray;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    position: relative;
  }

  .logo {
    color: white;
    font-family: Oswald, Arial, Helvetica, sans-serif;
  }

  .logo img {
    vertical-align: middle;
    margin-right: 10px;
    height: 81px;
  }
  .logo span {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 10px;
    top: -6px;
    position: relative;
  }
  nav img {
    height: 54px;
    margin: 3px;
      margin-right: 3px;
  }
  h1
  {
    margin-left: 20px;
    font-family: Oswald, Arial, Helvetica, sans-serif;
  }
  .file
  {
    border: 2px solid lightgray;
    padding: 4px 25px 4px 25px;
    border-radius: 18px;
    /* background-color: lightgray; */
    margin: 10px 15px;
    width: fit-content;
    font-family: Oswald, Arial, Helvetica, sans-serif;

  }
  .btn_year
  {
    border-radius: 10px;
    padding: 20px 25px;
    width: calc(100% - 70px);
    box-shadow: 8px 8px 24px 0px rgb(186, 186, 189);
    margin: 15px auto;
  }


  /* MENU BURGER */
#hamburger {
  float: right;
}
.hamburger-lines {
  height: 40px;
  width: 39px;
  /* position: absolute; */
  top: 22px;
  right: 5px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px;
  cursor: pointer;
  }
  
  
  .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: white;
  }
  
  
  .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
  }
  
  
  .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
  }
  
  
  .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
  }
  
  
  .hamburger-lines-checked .line1 {
  transform: rotate(45deg);
  }
  
  
  .hamburger-lines-checked .line2 {
  transform: scaleY(0);
  }
  
  
  .hamburger-lines-checked .line3 {
  transform: rotate(-45deg);
  }
@media only screen and (max-width: 1550px) 
{
  .hamburger-lines
  {
      position: absolute;
      top: 0;
  }
}  
/* ENDBURGER */

#menu-container{
  /* max-width: 1550px; */
  margin: auto;
  position: relative;
}
.menu
{
  background: white;
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 1;
  overflow-x: auto;
  overflow-y: hidden;
  width: fit-content;
  max-width: max(calc(100vw / 3), 325px);
  height: fit-content;
  max-height: 0;
  /* transition: max-height 0.5s ease; */
  list-style: none;
  right: 0;
  border-radius: 0 0 25px 25px;
  transition: max-height 0.5s ease, box-shadow 0.5s ease;
  box-shadow: none;
  /* padding: 0 0 10px; */
  padding: 0;

}
@media only screen and (max-width: 1550px) {
  .menu {
      border-radius: 0 0 0 25px;
  }
}
.menu.shownedMenu
{
  width: fit-content;
  padding: 15px 0 10px;
  max-width: max(calc(100vw / 3), 325px);
  max-height: 1000px;
  /* transition: max-height 0.5s ease-out; */
  transition: max-height 0.5s ease-out, box-shadow 0.5s ease-out;
  box-shadow: 8px 8px 24px 8px rgb(186, 186, 189);
  -webkit-box-shadow: 8px 8px 24px 8px rgb(186, 186, 189);
  -moz-box-shadow: 8px 8px 24px 8px rgb(186, 186, 189);
}
.menu li
{
  padding: 5px 45px;
  white-space: wrap;
}
.menu h2
{
  margin: 0;
}
.series_item_menu 
{
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  font-weight: 380;
  color: #636463;
  font-family: oswald;
}
.series_item_menu :hover
{
  text-decoration: underline;
  font-weight: 390;
  text-decoration-color: #248aff;
}