html, body { min-height: 100vh; }
h1, h2, h3, h4, h5, h6, ol, ul, body, figure { margin: 0; padding: 0; }
* { box-sizing: border-box; }
img, video { max-width: 100%; }

body{
	font-family: "Roboto-Regular", sans-serif;
  background-image: url(../images/expbg.png);
  background-color: #CA3CFF;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: transparent;
  font-family: "Roboto-Regular", sans-serif;
  border: solid black;
  border-width: 1px;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 1.3em;
  color: black;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown.about {
  float: right;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 1.3em;
  border: none;
  outline: none;
  color: black;
  padding: 14px 30px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: grey;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  z-index: 1;
  border: solid black;
  border-width: 1px;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.drop-level2 a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.drop-level2:hover .drop-level2-content {
  display: block;
}

.drop-level2-content {
  display: none;
  position: absolute;
  margin-left: 10.3em;
  margin-top: -3.05em; 
  background-color: transparent;
  min-width: 160px;
  z-index: 1;
  border: solid black;
  border-width: 1px;
}

.drop-level2-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.drop-level3 a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.drop-level3:hover .drop-level3-content {
  display: block;
}

.drop-level3-content {
  display: none;
  position: absolute;
  margin-left: 10.3em;
  margin-top: -3.05em; 
  background-color: transparent;
  min-width: 160px;
  z-index: 1;
  border: solid black;
  border-width: 1px;
}

.drop-level3-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.colors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  padding: 5px;
}

.font1 {
  font-size: 1.3em;
  padding: 12px 16px;
}

.font1:hover {
  background-color: #ddd;
}

.font2 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "Courgette";
}

.font2:hover {
  background-color: #ddd;
}

.font3 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "CrimsonText";
}

.font3:hover {
  background-color: #ddd;
}

.font4 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "FjallaOne";
}

.font4:hover {
  background-color: #ddd;
}

.font5 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "KaushanScript";
}

.font5:hover {
  background-color: #ddd;
}

.font6 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "MavenPro";
}

.font6:hover {
  background-color: #ddd;
}

.font7 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "Pangolin";
}

.font7:hover {
  background-color: #ddd;
}

.font8 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "Newsreader";
}

.font8:hover {
  background-color: #ddd;
}

.font9 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "Play";
}

.font9:hover {
  background-color: #ddd;
}

.font10 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "EBGaramond";
}

.font10:hover {
  background-color: #ddd;
}

.font11 {
  font-size: 1.3em;
  padding: 12px 16px;
  font-family: "PTSans";
}

.font11:hover {
  background-color: #ddd;
}

.swatch {
  width: 100%;
  height: 3em;
  border: solid black;
  border-width: 1px;
}

.iconsgrid {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 14vh;
  width: 1%;
  grid-gap: 15px;
  margin-left: 1vw;
}

.title {
  margin-top: 0.5vh;
  text-align: left;
  font-size: 1.5em;
  color: black;
  line-height: 3.5vh;
}

.icontitle {
  text-align: center;
  font-size: 1.1em;
  color: black;
  font-weight: 400;
}

h2 {
  color: black;
  text-align: left;
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 1.7vh;
}

.folder1 {
  width: 112%;
}

.folder2 {
  width: 111.2%;
}

a {
  text-decoration: none;
}

.text1 {
  position: relative;
  color: black;
  font-size: 2.35em;
  width: 60%;
  top: 13vh;
  left: 39vw;
  line-height: 6.5vh;
}

.icon {
  position: relative;
  top: 0;
  left: 0;
  padding: 1em;
  color: white;
  text-align: center;
}

.imgpop {
  margin-top: 1vh;
  width: 100%;
  float: left;
  margin-bottom: 2vh;
}

.imgpop2 {
  margin-top: 1vh;
  width: 55%;
  float: left;
  margin-bottom: 2vh;
}

.imgpop3 {
  margin-top: 1vh;
  width: 45%;
  float: left;
  margin-bottom: 2vh;
}

.imgpop4 {
  margin-top: 3vh;
  width: 30%;
  margin-right: 42vw;
}

.popup {
  display: block;
  opacity: 0;
  position: absolute;
  left: -27vw;
  top: 0;
  transform: translate(31%, -39%) scale(0.1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  width: 40vw;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.popup.active {
  opacity: 1;
  transform: translate(73%, 6%) scale(1.0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  border: solid black;
  border-width: 1px;
  background-color: #CA3CFF;
  z-index: 999;
}

.popup2 {
  display: block;
  opacity: 0;
  position: absolute;
  left: -27vw;
  top: 0;
  transform: translate(29%, 18%) scale(0.1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  width: 40vw;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  top: -22vh;
}

.popup2.active {
  opacity: 1;
  transform: translate(74%, -25%) scale(1.0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  border: solid black;
  border-width: 1px;
  background-color: #CA3CFF;
  z-index: 999;
  top: -22vh;
}

.popup3 {
  display: block;
  opacity: 0;
  position: absolute;
  left: -25vw;
  top: 2vh;
  transform: translate(25%, -41%) scale(0.1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  width: 40vw;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.popup3.active {
  opacity: 1;
  transform: translate(77%, 3%) scale(1.0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  border: solid black;
  border-width: 1px;
  background-color: #CA3CFF;
  z-index: 999;
  top: 2vh;
  left: -28vw;
}

.popup4 {
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: translate(94%, -77%) scale(1);
  transition-property: opacity, transform;
  transition-duration: 1s;
  width: 40vw;
  border: solid black;
  border-width: 1px;
  background-color: #CA3CFF;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  top: 21vh;
  left: 19vw;
}

.popup4.active {
  opacity: 0;
  transform: translate(-87%, -71%) scale(0.1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  border: solid black;
  border-width: 1px;
  background-color: #CA3CFF;
  z-index: 999;
  top: 21vh;
  left: 19vw;
}

.popup5 {
  display: block;
  opacity: 0;
  position: absolute;
  left: -27vw;
  top: 0;
  transform: translate(28%, 32%) scale(0.1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  width: 40vw;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  top: -32vh;
}

.popup5.active {
  opacity: 1;
  transform: translate(72%, -14%) scale(1.0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  border: solid black;
  border-width: 1px;
  background-color: #CA3CFF;
  z-index: 999;
  top: -32vh;
}

.popup6 {
  display: block;
  opacity: 0;
  position: absolute;
  left: -27vw;
  top: -15vh;
  transform: translate(29%, 0%) scale(0.1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  width: 40vw;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.popup6.active {
  opacity: 1;
  transform: translate(74%, 47%) scale(1.0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  border: solid black;
  border-width: 1px;
  background-color: #CA3CFF;
  z-index: 999;
  top: -15vh;
}

.popup7 {
  display: block;
  opacity: 0;
  position: absolute;
  left: -27vw;
  top: -65vh;
  transform: translate(27%, 18%) scale(0.1);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  width: 40vw;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.popup7.active {
  opacity: 1;
  transform: translate(74%, 2%) scale(1.0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  border: solid black;
  border-width: 1px;
  background-color: #CA3CFF;
  z-index: 999;
  top: -65vh;
}

.citação1 {
  color: black;
  font-size: 1.6vw;
  line-height: 4.5vh;
  text-align: left;
}

.close {
  background-color: #02A9EA;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0vh;
  width: 30px;
}

.close:before {
  color: white;
  content: "X";
  font-size: 24px;
  text-shadow: 0 -1px white;
}
.close:hover {
  background-color: #72D6FE;
}

.desktop {
  position: relative;
  top: 0;
  left: 0;
}