
#main-div{
  position: relative;
  top: 150px;
  
}

#hero-div{
  width: 100vw;
  margin-bottom: 3vw;
}

#Giving{
  width: 100%;
  object-fit: fill;
  height: 60vw;
}

#overlay{
  background-color: black;
  width: 100vw;
  height: 60vw ;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 350px;
  opacity: 0.5;
}

#hero-text{
  z-index: 7 ;
  color: #FFFFFF;
  text-align: left;
  position: absolute;
  top: 5vw;
  width: 50%;
  display: grid;
  grid-template-columns: 48vw 48vw;
  left: 5vw;
  right: 5vw;
  vertical-align: top;

  
}

#texts-div{
  margin-top: 8vh;
}

#buttons-div{
  
}

.buttons{
  background-color: var(--button-colors);
  border: none;
  color: white;
  display: block;
  width: 12vw;
  height: 4vw;
  margin-bottom: 1vw;
  margin: 1vw auto;
  
}

.buttons:hover{
  color: var(--button-colors);
  background-color: #FFFFFF;

}

nav a:hover{
  font-weight: bold;
  color: var(--header-color);
}




  
#info{
  margin: 0;
  width: calc(100vw - 8vw);
  background-color: var(--button-colors);
  height: 50vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  padding: 4vw;
  color: white;
  font-size: 1.8vw;
  vertical-align: middle;
  align-items: center;
  text-indent: 2px;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  text-align: justify;


 
}

.texts{
  margin-right: white solid 2px;
}

#first {
    width: 550px;
    float: left;
    height: 500px;
    margin-right: 90px;
        /*background-color: blue;*/
}

