html,
body {
  background-color: white;
}

header {
  margin-top: 2em;
  margin-left: 2em;
  color: rgb(17, 17, 17);
  text-orientation: mixed;
  display: flex;
  flex-direction: column;
  justify-content: left;
  position: fixed;
  gap: 10px;
}

.about {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding-top: 7em;
  padding-left: 3em;
  padding-right: 2em;
  
}

.gridbox {
  max-width: 1400px;
  display: grid;
  grid-template-columns: 600px 800px;
  grid-row: auto;
  gap: 20px;

}
.gridbox img {
  max-width: 100%;
  object-fit: cover;
 
}

.gridbox p {
  line-height: 1.25;
  font-size: 0.9em;
  overflow-wrap: break-word;
  text-align: justify;
  object-fit: cover;
}


.footer {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 0rem;

}

.footer .socials  {
  text-align: center;
  padding-bottom: 25px;
  font-size:13px;
  text-align: center;
  line-height: 1.2;
  
}
.footer .email  {
  text-align: center;
  font-size:13px;
  text-align: center;
  line-height: 0.9;
  
}

.footer .rights  {
  text-align: center;
  padding-bottom: 25px;
  font-size:13px;
  text-align: center;
  
}



/*

a:link {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgba(198, 2, 2, 0.875);
  background-color: transparent;
  text-decoration: none;
}
*/





@media screen and (max-width: 820px) {
  .gridbox {
      grid-template-columns: 1fr;
      row-gap: 20px;
      margin-bottom: 200px;
  }

  .gridbox img {
    max-width: 100%;
    object-fit: cover;
  }

  .footer {
    position: relative;
    bottom: 0;
    width: 100%;
  
  }

}



/*
a:link {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgba(198, 2, 2, 0.875);
  background-color: transparent;
  text-decoration: none;
}

/*

