/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #C2C1C1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #767677; 
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5A5A5A; 
  border-radius: 6px;
}

body {
  width: 100%;
  margin:0;
  overflow-x: hidden;
  background-color: #F2F2F2;
}


/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  color: black;
  padding-bottom: 1vh;
  padding-left: 5vh;
  padding-top: 1vh;
  border-bottom: 1px dashed  black;
  background-color: rgba(255,255,255,0.8);
  z-index: 1;
}


/* Style the links inside the navigation bar */
header a {
  color: black;
  padding-left: 1vw;
  padding-right: 1vw;
  text-align: center;
  text-decoration: none;
}

/* Change the color of links on hover */
header a:hover {
  font-weight: 550;
  font-style: italic;
}

/* Add a color to the active/current link */
header a.active {
  font-weight: 550;
  text-decoration: underline;
  font-style: italic;
}

header {
  width: 100%;
  font-family: 'Courier New';
  display: flex;
  margin-top: 2vh;
  padding-bottom: 2vh;
}

header > div{
  flex:1
}

.text-left {
  padding-left: 3vh;
}

.text-right{
  text-align: right;
  padding-right: 3vh;
}

.index_entry {
  border-bottom: dashed 0.5px #444444;
}

.grid-row {
  display: grid;
  grid-template-columns: 15% 40% 10% 10% 15%;
  grid-gap: 0 20px;
  grid-column: 1 / 6;
}

.grid-entry-expand {
  grid-column: 1 / 6;
}

.index_header {
  border-bottom: dashed 0.5px #444444;
  color: #444444;
  font-family: 'Courier New';
  font-weight: 600;
  padding-bottom: 10px;
}

.index_data .grid-row:hover {
  font-weight: 550;
  background-color: #C2C1C1;
  cursor: pointer;
}

.grid-row .item-expand {
  grid-column: 1 / 6;
  height: 0;
  transition-property: height;
  transition-duration: 0.5s;
  overflow: hidden;
}

.grid-row .item-expand.active {
  height: auto;
  border-bottom: 1px solid black;
  transition-property: height;
  transition-duration: 0.5s;
  font-family: 'Courier New';
  font-size: 12px;
}

.grid-row .item-expand.active a{
font-size: 12px;
color: black;
}

.grid-row .item-expand.active a:hover{
  font-size: 12px;
  color: black;
  font-weight: 550;
  font-style: italic;
  }

  .grid-row .item-expand.active a:visited{
    font-size: 12px;
    color: black;
    }

.expand-content {
  display:inline-flex;
}

.flex-item {
margin-top: 2vh;
margin-bottom: 2vh;
}

#content1 {
  width: 45%;
  padding-right: 2vw;
}

#content2 {
width: 45%;
align-content: flex-end;
}

.grid-row .item-expand.active img{
width: 80%;
height: auto;
}

#index_list {
  position: relative;
  margin-top: 7vh;
  margin-bottom: 5vh;
  margin-right: 7vh;
  width: fit-content;
}


.info1 {
  position: relative;
  margin-top: 5vh;
}

.filters label{
    font-family: 'Courier New';;
    font-size: 14px;
    font-weight: 500;
    margin-left: 3px;
    color: #2D2D2D;
}

input[type=checkbox]:checked + label {
  font-weight: 550;
  font-style: italic;
  color: #2D2D2D;
}


#filterTheme {
  display: flex;
  font-size: 14px;
}

p {
  font-family: 'Courier New';;
  line-height: 2.5vh;
  font-size: 14px;
}

.filters div {
    display: inline-block;
    padding-right: 5px;
}

h3 {
  font-family:'Courier New';
  font-weight: normal;
  line-height: 1.5vh;
}

    #info {
      position: absolute;
      margin-top: 8vh;
      margin-left: 7vh;
    }



  @media only screen and (max-width:400px) {
    .sm {
      display: none;
    }
    .mf {
      display: none;
    }
    .index_header{
      font-size: 10px;
      padding-right: 5px;
    }
    .grid-container {
      grid-template-columns: 15% 30% 15%;
      column-gap: 5vw;
    }
    .lg {
      padding-left: 25px;
    }
    div .md {
      width: 20vw;
      padding-right: 10px;
    }
    .topnav {
      width: 130%;
    }
  }

  @media only screen and (max-width:600px) {
    h3 {
      font-size: 14px;
    }
    .text-left a {
      font-size: 14px;
    }
    .text-right a {
      font-size: 12px;
    }
    a {
      font-size: 14px;
    }
    .grid-row {
      grid-gap: 0 5vw;
    }
  }
  
  @media only screen and (max-width:700px) {
    h3 {
      font-size: 14px;
      line-height: 3vh;
    }
    .text-left a {
      font-size: 14px;
    }
    .text-right a {
      font-size: 12px;
    }
    a {
      font-size: 14px;
    }
    .index_header {
      font-size: 12px;
    }
  }
  
  @media only screen and (max-width:740px) {
    h3 {
      font-size: 14px;
    }
    .text-left a {
      font-size: 14px;
    }
    .text-right a {
      font-size: 12px;
    }
    a {
      font-size: 14px;
    }
    .index_header {
      font-size: 13px;
    }
  }
  
  @media only screen and (max-width:1020px) {
  h3 {
    font-size: 15px;
  }
  .text-left a {
    font-size: 15px;
  }
  .text-right a {
    font-size: 13px;
  }
  a {
    font-size: 15px;
  }
    .index_header {
      font-size: 14px;
    }
  }

  @media only screen and (max-width:1700px) {
    h3 {
      font-size: 15px;
    }
    .text-left a {
      font-size: 15px;
    }
    .text-right a {
      font-size: 13px;
    }
    a {
      font-size: 15px;
    }
    .index_header {
      font-size: 15px;
    }
  }