/*

         ||  '||  '||   ||                                         
......  ...   ||   ||  ...    ....  .. ...     ....   ....   ....  
'  .|'   ||   ||   ||   ||  .|...||  ||  ||  .|...|| ||. '  ||. '  
 .|'     ||   ||   ||   ||  ||       ||  ||  ||      . '|.. . '|.. 
||....| .||. .||. .||. .||.  '|...' .||. ||.  '|...' |'..|' |'..|' 


*/


@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}


/* cursor */

body {
  /* cursor: url("pinkarrowcursor.png"), default; */
  cursor: url("cursors/cursor-arrow-pink-light.svg"), auto;
}

a:hover, button:hover { 
  cursor: url("cursors/cursor-arrow-purple-med.svg"), auto;
}

.auto {
    cursor: url("cursors/cursor-arrow-pink-light.svg"), auto;
}


/* highlight text color */
::selection {
		background-color: #C1B0F2;
}


#background {
  background-color: #183546;
  background-image: url("worldbuilding images/village background blue.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

header {
  background-color: #183546;
  width: 100vw;
  height: 200px;
  padding-top: 47px;
  padding-left: 60px;
  padding-right: 60px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.7));
  margin-bottom: 50px;
}

.title {
  width: 385px;
  height: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
}

#navcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#filterbuttoncontainer{
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;
}

.headerhr {
  width: 50%;
  border: 1.5px solid #345263;
  opacity: .5;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.8));
}

.filterbutton {
  width: 183px;
  height: 36px;
  background-color: #D9D9D9;
  border: none;
  border-radius: 10px;
  padding: 1.5px;
}

.filterbuttoninner {
  width: 180px;
  height: 33px;
  border-radius: 9px;
  border-style: solid;
  border-width: 1.5px;
  color: #183546;
}

.filterbuttontext {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 3%;
  color: #173B4D;
  line-height: 213%;
  text-decoration: none;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .4));
}

.filterbutton:hover {
  background-color: #ADCEE2;
  transition: 0.4s ease;;
}

#backdrop {
  width: 500px;
  height: 455px;
  margin: auto;
}

p {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1.5%;
  color: #D9D9D9;
  text-align: center;
  line-height: 160%;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .8));
  padding-left: 20px;
  padding-right: 20px;
}

.backdrophr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1.5px solid #D9D9D9;
  opacity: .5;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.8));
  align: center;
}

.downloadtitle {
  width: 265px;
  display: block;
  margin: auto;
  margin-bottom: 28px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.7));
}


.savefilebutton {
  width: 176px;
  height: 78px;
  background-color: #ADCEE2;
  border: none;
  border-radius: 10px;
  padding: 1.5px;
  vertical-align: top;
}

.savefilebuttoninner {
  width: 173px;
  height: 75px;
  border-radius: 9px;
  border-style: solid;
  border-width: 1.5px;
  color: #183546;
  padding: 11px;
}

.paraliveslogo {
  width: 112px;
  height: 31px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
  margin-top: 4px;
  margin-bottom: -4px;
}

.inzoilogo {
  width: 82px;
  height: 30px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .25));
}


.savefilesmall {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 3%;
  color: #173B4D;
  line-height: 160%;
  text-decoration: none;
  text-transform: uppercase;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .4));
  margin-top: -3px;
}

.savefilebutton:hover {
  background-color: #D9D9D9;
  transition: 0.4s ease;;
}

.disclaimer {
  color: #B4B4B4;
}

/*
#container {
  background-color: #173B4D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 3%;
  padding-bottom: 3%;
}

#filters {
  gap: 1ch;
  display: flex;
  position: relative;
}

details {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 3%;
  color: #f8f8f8;
  line-height: 180%;
  text-align: center;
}

details.main {
  background: #D9D9D9;
  padding: 6px;
  width: 205px;
  height: 40px;

  &[open]::details-content {
    left: 0;
    position: absolute;
  } 
  
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 3%;
  color: #173B4D;
  line-height: 180%;
  text-align: center;
}
  
details.main[open] {
  background: #8AAAB9;
}
  
summary.main {
  display: block; /* Or anything else that isn't list-item to remove marker*/
  
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  
  margin-bottom: 100px;
}
*/















