body,html{
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 100%;
  font-family: 'Nunito',sans-serif;
  overflow-x: hidden;
}
div#first img{
  margin: 2rem;
  width: 5rem;
}
div.row span{
  font-weight: 800;
}
h1{
  font-family: 'Lobster',sans-serif;
  color: white;
  letter-spacing: 10px;
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
  /* text-decoration: underline; */
}
.card{
  text-align: center;
  position: relative;
  top: 15rem;
  width: 40%;
  max-width: 40%;
  padding: 1rem;
  font-size: 5vw;
  background: rgba(52, 73, 94,0.7)
}

video{
  position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
h3{
  font-family: 'Pacifico',sans-serif;
  text-decoration: underline;
  color: rgba(52, 73, 94,1);
}
.row{
  background: #fff;
  color: rgba(52, 73, 94,1);
  text-align: center;
}
div.row img{
  width: 20rem;
  height: auto;

  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  transition: box-shadow 0.2s;
  padding: 10px;
  background: white;
}
div.row img::after {
  /* content: '';
  position: absolute; */
  z-index: -1; /* hide shadow behind image */
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
div.row img:hover {
  box-shadow: 15px 15px 25px #aaa;
  transition: box-shadow 0.6s;
}

.borderred{
  border: 2px solid red!important;
}
.borderblue{
  border: 2px solid blue!important;
}
.margin{
  margin: 25rem 0 0 0;
}
.margin2{
  margin-bottom: 5rem;
}
#quid{
  z-index: 20;
}
div#event4 img#fire{
  width: 25rem;
  height: 25rem;

  position: absolute;
  bottom: 0;
  z-index: 1;
}
