body {
  margin: 0;
  background-image: url("http://mugglr.seanweinert.com/opacity20.png");
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  /* font-family: "Lumos"; */
}

.navbar {
  background-color: #6f0505;
  position: fixed;
  top: 0;
  width: 100%;
  height: 5em;
}
.navbar input {
  float: right;
  border: none;
  padding: 1em;
  margin-top: 1em;
  margin-right: 4em;
  font-size: 1em;
}
button {
  float: right;
  clear: right;
  background: #ddd;
  border: none;
  cursor: pointer;
  padding: 1.5em;
  margin-top: -4.4em;
  margin-right: 1.5em;
}
img {
  height: 3em;
  margin: 1em;
}
.clearfix {
  overflow: auto;
}
h1 {
  margin-top: 1em;
  font-size: 1.5em;
}
h2 {
  size: 2em;
}
#headroom {
  margin-top: 8em;
}
.results {
  border: 3px solid black;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 2%;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.2s;
  background-color: rgba(220, 220, 220, 0.5);
}
.results:hover {
  background-color: rgba(246, 190, 1, 0.5);
  /*transform: scale(1.02);*/
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 10px solid black;
  border-radius: 8px;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
