@import url(https://fonts.googleapis.com/css?family=Signika+Negative:400,700);

html, body {
  font-family: 'Signika Negative', sans-serif;
  font-size: 25px;
  
  background: url('https://i.pinimg.com/originals/45/58/a0/4558a02ea724cb95c03b124687c009ba.jpg') fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(251 182 213 /.9);
}

html {

}

#interests img{
  display: block;
  margin-left: auto;
  margin-right: auto;
 width: 100%;
 aspect-ratio: 16/9;
 object-fit: contain;
}
video{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  
}
.wrapper2{
  display: grid;
  grid-template-columns: repeat(3, 5fr);
  gap:30px;
  padding: 20px;}

  .wrapper3{
    display: grid;
    justify-content: left;
    align-content: left;
    text-align: left;
    grid-template-columns: repeat(2, 7fr);
    gap:30px;
    padding: 20px;}

div {
  overflow: hidden;
}

a {
    text-decoration:none;
  }
  a:hover {
    color: #6b0c50;
  }
p {
  padding: 0 5%;
}

img {
  box-shadow: 0px 0px 4px #000;
  
}
figure img{
  width: 100%;
}

#header {
  background: rgba(255, 255, 255, .5);
  padding: 1%;
  overflow: hidden;
  height: 55px;
}
#header img {
  float: left;
  box-shadow: none;
}
#header ul {
  list-style: none;
  float: left;
  padding-left: 10px;
  margin-top: 15px;
}
#header ul li {
  float: left;
  margin-left: 10px;
  font-size: 20px;
}

.fullscreen {
  
  position: relative;
}
.fullscreen .header {

  bottom: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 2px #000;
}

.white {
  background: #eeeeec;
  padding: 0 5%;
}

.nobg {
  background: none;
  padding: 0 5%;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
}
.semitrans {
  background: rgba(255, 255, 255, .5);
  padding: 0 5%;
}
.dark {
  color: #eeeeec;
  background: #010105;
  padding: 0%;
}

#gallery{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: left;
}

#gallery h3,h4{
  grid-column: 1/-1;
  align-content: left;

}
#gallery h5{
  grid-column: 1/-1;
  align-content: left;
  justify-content: left;
  color:rgb(36, 10, 152);
  box-align: left;
  padding: 5px;
  margin: 0px auto;
  box-shadow: 0px 0px 15px #bdbdbd;
  background-size: cover;
  background-repeat: no-repeat;
}

#interests{
  display: block;
  margin-left: auto;
  margin-right: auto;
 width: 100%;
 aspect-ratio: 16/9;
 object-fit: contain;
}
img,video{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  
}
.wrapper2{
  display: grid;
  grid-template-columns: repeat(3, 5fr);
  gap:30px;
  padding: 20px;}



iframe{
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}

@media screen and (min-width:600px){
  html{
    background-repeat: no-repeat;    
  }
}
@media screen and (min-width:900px){
  #gallery{
    grid-template-columns: 1fr 1fr;
  }
}