body,h1 {
  font-family: "Raleway", sans-serif;
}

body{
  background-image: url("pexels-eberhard-grossgasteiger-4406662.jpg");
  background-repeat: none;
  width: 100%
  background-position: center;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1em;
}

.content{
  margin: 5% 10% 50px 10%;
  background-color: rgba(255,255,255,0.2);
}

header {
  
}

a {
  padding: 0 10px 0 10px;
}

a:link {
  color: #319177;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #3db595;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ce6e88;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #2e8b57;
  background-color: transparent;
  text-decoration: underline;
}
section {
    padding: 20px;
}

p {
  display: block;
  width: 70%;
}

footer {
  background-color: rgba(255,255,255,0.6);
  width: 100%;
}

footer p {
  padding-left: 10%;
}

address {
    padding-left: 10%;
}