body { 
  background: url('austin.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main_row {
  height: 100%;
}

.title {
  color: white;
  background: rgba(80,80,80,0.3);
  padding: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  letter-spacing: 2px;
}

.email {
  color: white;
  background: rgba(80,80,80,0.4);
  padding: 10px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  display: inline-block;
}


.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}

.logo {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 100px;
  height: 100px;
}
