/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

html {
  cursor: url(cursordagv.png), auto;
}

main {
  position: relative;
  z-index: -5;
}

body {
  background-image: url(fundoc1.png);
  background-size: cover;
  background-color: black;
  color: white;
  font-family: Verdana;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -6;
  pointer-events: auto;
}

h1 {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0);
  font-family: Arial;
}

.top-header {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  text-decoration: underline wavy;
}

.upperbar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 3px;
  text-decoration: underline wavy;
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  text-justify: inter-word;
}

.active {
  float: left;
  cursor: url(cursordagv.png), auto;
}

.active a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  cursor: url(cursordagv.png), auto;
}

.active a:hover {
  background-color: #111111;
  cursor: url(cursordagv.png), auto;
}

.sidebar-box {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 20px 40px;
  float: left;
}

.sidebar {
  position: relative;
  color: rgba(0, 0, 0, 1);
  width: 250px;
  padding-left: 20px;
  height: 100vh;
  border: 5px solid white;
  background-image: linear-gradient(
      30deg,
      rgba(237, 170, 163, 0.8),
      rgba(209, 105, 116, 0.8)
  );
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;  
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  float: left;
  cursor: url(cursordagv.png), auto;
}

.sidebar h2 {
  color: rgba(0, 0, 0, 1);
  padding: 20px 0 0 0;
  cursor: url(cursordagv.png), auto;
}

.sidebar a {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  display: block;
  padding: 12px;
  padding-left: 20px;
  text-decoration: none;
  outline: none;
  z-index: 1;
  cursor: url(cursordagv.png), auto;
}

.sidebar a:hover {
  color: #7b234c;
  background: #ffffff;
  position: relative;
  background-color: #ffffff;
  width: 70%;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;  
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  cursor: url(cursordagv.png), auto;
}

.weatherwidget-io {
  position: relative;
  top: 50px;
  padding-left: 40px;
  padding-right: 20px;
  border: 5px solid white;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;  
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  cursor: url(cursordagv.png), auto;
}

.neocities-logo {
  position: relative;
  top: 25px;
}

.flag-icon {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 32px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.flag-icon-bra {
  background-image: url("/bra.svg"); }
.flag-icon-gbr {
  background-image: url("/gbr.svg"); }
.flag-icon-esp {
  background-image: url("/esp.svg"); }
.flag-icon-fra {
  background-image: url("/fra.svg"); }
.flag-icon-chn {
  background-image: url("/chn.svg"); }
.flag-icon-jpn {
  background-image: url("/jpn.svg"); }
.flag-icon-kor {
  background-image: url("/kor.svg"); }
.flag-icon-tza {
  background-image: url("/tza.svg"); }

.langbar {
  position: relative;
  top: 100px;
  color: rgba(0, 0, 0, 1);
  width: 250px;
  padding-left: 20px;
  height: 100vh;
  border: 5px solid white;
  background-image: linear-gradient(
      30deg,
      rgba(154, 229, 213, 0.8),
      rgba(61, 128, 163, 0.8)
  );
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;  
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  float: left;
  cursor: url(cursordagv.png), auto;
}

.langbar h2 {
  color: rgba(0, 0, 0, 1);
  padding: 20px 0 0 0;
  cursor: url(cursordagv.png), auto;
}

.langbar a {
  line-height: 10px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  display: block;
  padding: 12px;
  padding-left: 20px;
  text-decoration: none;
  outline: none;
  z-index: 1;
  cursor: url(cursordagv.png), auto;
}

.langbar a:hover {
  color: #3d80a3;
  background: #ffffff;
  position: relative;
  top: 0px;
  background-color: #ffffff;
  width: 70%;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;  
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  cursor: url(cursordagv.png), auto;
}

.article-box {
  position: relative;
  display: flex;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0);
  z-index: -2;
  pointer-events: auto;
}

.article-content {
  position: relative;
  top: 150px;
  left: 0px;
  padding: 50px;
  display: inline-block;
  border: 5px solid white;
  background-color: rgba(238, 203, 144, 0.8);
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;  
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  z-index: -1;
  pointer-events: auto;
}

.article-text {
  color: rgba(0, 0, 0, 1);
  align-items: center;
  position: relative;
  bottom: 225px;
  padding: 20px;
  z-index: 0;
  pointer-events: auto;
}

.dagv-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 212px;
}
  
.dagv-logo img {
  width: 276px;
  height: 192px;
}

.grid {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 20px;
}

.container {
  flex: 1;
  position: relative;
  top: 25px;
  width: 320px;
}

.person-frame {
  width: 100%;
  z-index: 1;
}

.person-image {
  position: absolute;
  height: 240px;
  width: auto;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -41%);
  z-index: 2;
}

.quote {
  position: relative;
  padding: 10px;
  top: 40px;
  background-color: rgba(0, 0, 0, 0);
  font-family: Verdana;
  justify-content: center;
  align-items: center;
}

.quote-text {
  font-size: 25px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
}

.quote-person {
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
}

.another-grid {
  position: relative;
  top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-gap: 20px;
  z-index: 1;
}

.megaphone-header {
  display: block;
  margin: auto;
}

.megaphone-image {
  flex: 1;
  position: relative;
  display: block;
  margin: auto;
}

.megaphone-icon {
  width: 320px;
  height: 320px;
  position: relative;
  bottom: 50px;
}

.megaphone-text{
  position: relative;
  text-align: justify;
  text-justify: inter-word;
  z-index: 2;
  pointer-events: auto;
}

.form-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  pointer-events: auto;
}

.form-link {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0);
  z-index: 4;
  pointer-events: auto;
  cursor: pointer;
}

.galeria-box {
  background-image: url(mural.png);
  background-size: 100% 100%;
  padding: 50px;
  z-index: -1;
  align-items: center;
}

.images-wrapper {
  position: relative;
  top: 25px;
  right: 5px;
   line-height: 100px;       
    -webkit-column-count: 3;    
    -webkit-column-gap: 20px;    
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -ms-column-count: 3;
    -ms-column-gap: 20px;
     column-count: 3;    
     column-gap: 20px;    
}  

.images-wrapper img {    
   width: 100%;    
   height: auto;
   border: 5px solid white;
}  

.images-wrapper{    
   display:block;    
   margin-right: auto;    
   margin-left: auto;  
}

::-webkit-scrollbar {
width: 16px;
}
::-webkit-scrollbar-corner {
background: #eee;
}
 
::-webkit-scrollbar-track:vertical {
background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
}
 
::-webkit-scrollbar-thumb {
border: 1.5px solid #888;
border-radius: 3px;
box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
background-color: #eee;
}
::-webkit-scrollbar-thumb:vertical {
background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
background-repeat: no-repeat;
background-size: 65% auto, cover;
background-position: center;
}
 
::-webkit-scrollbar-button:vertical:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement {
display: block;
}
 
::-webkit-scrollbar-button:vertical {
height: 15px;
}
::-webkit-scrollbar-button:vertical:start:decrement {
background: white;
background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
background-repeat: no-repeat;
background-position: center;
-moz-background-size: 100% auto, cover;
-webkit-background-size: 100% auto, cover;
-o-background-size: 100% auto, cover;
background-size: 100% auto, cover;
border-radius: 0 3px 0 0;
}
 
::-webkit-scrollbar-button:vertical:start:increment {
display: none;
}
::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}
 
::-webkit-scrollbar-button:vertical:end:increment {
background: white;
background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
background-repeat: no-repeat;
background-position: center;
-moz-background-size: 100% auto, cover;
-webkit-background-size: 100% auto, cover;
-o-background-size: 100% auto, cover;
background-size: 100% auto, cover;
border-radius: 0 0 3px 0;
}
