.attributions-header{
    background-color: var(--header-color);
    height:100vh;
    color: var(--header-color);
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: -2px 2px 0 white,
				  2px 2px 0 white,
				 2px -2px 0 white,
				-2px -2px 0 white;
    position:relative;
}
.deslayers{
    position: absolute;
    right: 0;
    top: 0px;
}
.attributions-main-content{
    background-color: var(--background-color);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position:relative;
    display:flex;
    justify-content: center;
    flex-direction: row;
    height: 200vh;
    padding: 5vh;
}
.attributions-main-left{
    width:100px;
}
.attributions-sidebar{
    width:25px;
    background-color: var(--sidebar-color);
    height: 500px;
    position:sticky;
    top: 15vh;
    margin-bottom: 100px;
    margin-top: 40px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left:15px;
    transition: transform 0.3s ;
}
.attributions-sidebar:hover{
    cursor: pointer;
}
.attributions-sidebar-hover{
    width:150px;
    height: 500px;
    position:sticky;
    top: 15vh;
    margin-bottom: 100px;
    margin-top: 40px;
    margin-left:15px;
    padding:10px;
    transform: translateX(-200%);
    transition: transform 0.3s ;
}
.attributions-sidebar-hover:hover{
    cursor: pointer;
}
.attributions-sidebar-inner-hover{
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap:15px;
    padding:5px;
}

/*
.attributions-sidebar:hover{
    width:150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor:pointer;
}
*/

.attributions-main-right{
    flex:1;
    padding-left: 7vw;
}
.attributions-main-top{
    background-color: var(--background-color);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position:relative;
    height: 1300px;
}
.attributions-title{
    -webkit-text-stroke: 1px var(--title-color);
	-webkit-text-fill-color: var(--title-color);
    font-size: 2.5rem;
    padding-left: 30px;
    padding-top: 10px;
}

.attributions-sidebar-inner{
    width:25px;
    height: 100%;
    background-color: var(--sidebar-progress-color);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

/*
.attributions-sidebar-inner{
    display:none;
    flex-direction: column;
    gap:15px;
    padding:5px; 
}
*/

.attributions-sidebar-title-hover{
    color: var(--sidebar-title-color);
    font-size: 16px;
    text-decoration: none;
    align-items: center;
}

.attributions-sidebar-title-hover.active{
    font-size: 18px;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px var(--sidebar-hover-color), 0 0 40px var(--sidebar-hover-color), 0 0 50px var(--sidebar-hover-color), 0 0 60px var(--sidebar-hover-color), 0 0 70px var(--sidebar-hover-color);
}

.attributions-sidebar-title-hover:hover{
    opacity:1;
    color: var(--sidebar-title-color);
    font-size: 18px;
    cursor:pointer;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px var(--sidebar-hover-color), 0 0 40px var(--sidebar-hover-color), 0 0 50px var(--sidebar-hover-color), 0 0 60px var(--sidebar-hover-color), 0 0 70px var(--sidebar-hover-color);
}


.attributions-text{
    text-align: justify;
    color:var(--text-color);
    font-size: 20px;
    padding-left: 50px;
    padding-right: 100px;
    padding-top: 10px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: light;
}
.hidden{
    display:none;
}
.tabs-attrs {
    position: relative;
    margin-left: 5rem;
    margin-right: 5rem;
    background-color: var(--background-color);
    height: 14.75rem;
}
.tabs-attrs::before,
.tabs-attrs::after {
  content: "";
  display: table;
}
.tabs-attrs::after {
  clear: both;
}
.tab-attrs {
  float: left;
}
.tab-attrs-switch {
  display: none;
}
.tab-attrs-label {
  position: relative;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  display: block;
  line-height: 3em;
  height: 2.69em;
  width: 8em;
  font-size: 20px;
  padding: 0 1em;
  background-color: var(--tab-label-color);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-right: 0.125rem solid var(--tab-label-border-color);
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-attrs-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-attrs-content {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  position: absolute;
  display: flex;
  flex-direction: row;
  z-index: 1;
  top: 50px;
  left: 0;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--header-color);
  opacity: 0;
  transition: 0.25s;
}
.tab-attrs-switch:checked + .tab-attrs-label {
  background: var(--header-color);
  color: #fff;
  border-bottom: 0;
  border-right: 0.125rem solid var(--header-color);
  z-index: 1;
  top: -0.0625rem;
}
.tab-attrs-switch:checked + label + .tab-attrs-content {
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width: 120rem) {
  .attributions-title{
    font-size: calc(10px + 2vw);
    padding-top: 5vw;
  }
  .attributions-text{
    font-size: calc(5px + 1vw);
  }
  .tab-attrs-content{
    width: calc(100vw - 150px);
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vw;    
  }
}
/* .grid-container{
  background-color: black;
} */
@media screen and (min-width: 15rem) {
  .attributions-header{
      font-size: calc(2rem + 3vw);
  }
  .attributions-text{
      font-size: calc(5px + 1vw);
  }
  .attributions-title{
      font-size: calc(20px + 2vw);
  }
  .attributions-main-right{
      width: calc(100% - 5vw);
  }

}

table.attr-table { 
  /* width: 1190px;  */
  width: 100%;
  border-collapse: collapse; 
  margin:50px auto;
}

/* Zebra striping */
tr.attr-table:nth-of-type(odd) { 
  background: #2a588f; 
  }


.attr-table1 {
color: white;
}

th.attr-table { 
  background: #3498db; 
  color: white; 
  font-weight: bold; 
  }

td.attr-table, th.attr-table, td.attr-table1, th.attr-table1 { 
  padding: 10px; 
  border: 1px solid #ccc; 
  text-align: left; 
  font-size: 18px;
  }

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  table.attr-table { 
      width: 100%; 
  }

  /* Force table.attr-table to not be like table.attr-tables anymore */
  table.attr-table, thead.attr-table, tbody.attr-table, th.attr-table, td.attr-table, tr.attr-table { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  thead.attr-table tr.attr-table { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  tr.attr-table { border: 1px solid #ccc; }
  
  td.attr-table { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }

  td.attr-table:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }

}