/* Typography imported from Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Pacifico|Roboto:200,400');

/* Generic styles */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  background-image: url("../images/localhistory_32_large.jpg");
  background-position: center top;
  background-size: 100% auto;
}

h1 {
  font-family: 'Helvetica', sans-serif;
  color: black;
  font-size: xxx-large;
}
a {
  text-decoration: none;
  transition: all .3s;
}

a.contact {
  color: blue;
}

a:hover {
  opacity: .6;
}
footer {
  clear: left;
}
div.container {
  float: left;
  width: 45%;
}
div.box {
  float: left;
  width: 45%;
}
img {
  width: 100%;
  border: 2px solid #000;
}
footer {
  position: absolute;
  bottom: 10px;
}
