  html{
cursor: cell;
  }

@font-face {
font-family: "Wedding";
src: url("img/darkwedding.ttf");
}

#all{
  display: flex;
  flex-direction: row;
}

#bugs{
  position: fixed;
  display: inline-block;
  left: 0;
  right: 0;
  margin: -2px;
  margin-top: -4px; 
  overflow: hidden;
  vertical-align: top;
}

#bite:hover{
  content: url(img/bigfeedbite.gif);
    
    height: 120vh; 
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    object-fit: contain;
}


body{
  background-image: url(img/background.png);
  background-size: cover;
}


h1{
  display: grid;
    place-items: center;
font-family: "Wedding";
color: white;
font-size: 80px;
}

.splash-logo{

    display: grid;
    place-items: center;
    height: 80vh;           
    border: 0px dotted #aaa;
  }

video {
  width: 450px;
}

.grid{
    display: grid;
    place-items: center;
    height: 100vh;           
    border: 0px dotted #aaa;
    margin-left: 340px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}

.column {
  flex: 25%;
  /*max-width: 25%;*/
  padding: 0 16px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 8px;
}

.column video {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  min-width: 0px;
  margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
    min-width: 0;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

/*
 <video autoplay muted playsinline loop
    source src="img/typography.mp4">