/**
Palette: https://scrimba.com/links/hometown-palette
RED: #E63946
LIGHT: #F1FAEE
AQUA: #A8DADC
LIGHT BLUE: #457B9D
DARK BLUE: #1D3557

*/

body {
    text-align: center;
    margin: 0;
}

img {
    width: 100px;
} 

#hero-section {
    background-image: url('./images/torshov.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    height: 200px;
    padding: 40px;
    color: #F1FAEE;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hero-section h1 {
  margin-top: 0;
  background: #457B9D;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 24px;
  
}

#hero-section h2 {
  margin-top: 0;
  background: #1D3557;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  width: 250px;
}

#activity-section {
  background: #F1FAEE;
  margin-top: auto;
  color: #1D3557;
  padding: 40px 0 0 0;
}
#activity-section h3 {
  margin: 0;
}

#activities {
  display: flex;
  margin-top: 40px;
}

#activities img {
  border-radius: 50%;
}

#guide-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 50px auto;
  border-bottom: 5px solid #1D3557;
  border-radius: 5px;
  background: #A8DADC;
  width: 400px;
  padding: 10px 40px;
  color: #1D3557;
}

#guide-section img {
  width: 200px;
  border-radius: 10px;
}
