body {
  font-family: sans-serif;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.hero-section {
  height: 600px;
  background: url(../IMG/Vancouver.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .hero-section:hover{
opacity: 0.2;
} */

.hero-content-wrapper {
  /* background: white; */
  padding: 40px 20px;
  text-align: center;
}

.heading {
  font-family: serif;
  font-size: 80px;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}

.flex-columns {
  display: flex;
  gap: 20px;
  margin: 100px auto 200px;
}

.flex-columns .column {
  flex: 1;
  /* background: yellow; */
  text-align: center;
}

.subheading {
  font-size: 20px;
  font-family: serif;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: bold;
  background: orange;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  text-align: center;
}

.two-columns {
  display: flex;
  gap: 20px;
}

.column-one {
  flex: 2;
}

.column-two {
  flex: 1;
}

/* .hover-visible {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: none;
} */

/* .column-two:hover .hover-visible {
  display: block;
} */

.button-google {
  background: black;
  width: 80px;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: orange;
  text-decoration: none;
  font-family: "helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 auto;
  border: 5px solid white;
  border-radius: 1rem;
  margin-top: 60px;
}

.button-google:hover {
  opacity: 70%;
}

.text-about {
  padding: 40px 20px;
  text-align: center;
  font-weight: bold;
}

.right {
  text-align: right;
}

.upright {
  text-align: center;
}

.two-columns {
  padding-bottom: 45px;
}

/* .footer-content .container{
  background: orange;
}

.heading .h3{
  font-family: serif;
  font-size: 60px;
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
} */

.button-facebook {
  background: #4267b2;
  width: 130px;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-decoration: none;
  font-family: "helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 auto;
  border: 5px solid white;
  border-radius: 1rem;
  margin-top: -50px;
}

.button-instagram {
  background: #833ab4;
  width: 130px;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-decoration: none;
  font-family: "helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 auto;
  border: 5px solid white;
  border-radius: 1rem;
  margin-top: -50px;
}

.button-pinterest {
  background: #e60023;
  width: 130px;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-decoration: none;
  font-family: "helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 auto;
  border: 5px solid white;
  border-radius: 1rem;
  margin-top: -50px;
}

.button-twitter {
  background: #1da1f2;
  width: 130px;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-decoration: none;
  font-family: "helvetica", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 auto;
  border: 5px solid white;
  border-radius: 1rem;
  margin-top: -50px;
}

h3 {
  font-size: 16px;
  font-family: serif;
  text-transform: uppercase;
  /* margin-top: 20px; */
  font-weight: bold;
  text-align: center;
  padding-bottom: 0px;
  background: orange;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
}

h4 {
  font-size: 14px;
  text-align: center;
  /* background-color: orange; */
  color: white;
  /* padding-top: 30px;
  padding-bottom: 30px; */
}

.footer-section {
  height: 600px;
  background: url(../IMG/Vancouver2.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.button-facebook:hover {
  opacity: 70%;
}

.button-instagram:hover {
  opacity: 70%;
}

.button-pinterest:hover {
  opacity: 70%;
}

.button-twitter:hover {
  opacity: 70%;
}
