@import url("https://use.typekit.net/ehg8oix.css");

/* Acier BAT Text Gris

font-family: acier-bat-gris, sans-serif;

font-weight: 400;

font-style: normal;


Acier BAT Text Noir

font-family: acier-bat-noir, sans-serif;

font-weight: 400;

font-style: normal;


Acier BAT Text Outline

font-family: acier-bat-outline, sans-serif;

font-weight: 400;

font-style: normal;


Acier BAT Text Solid

font-family: acier-bat-solid, sans-serif;

font-weight: 400;

font-style: normal;


Acier BAT Text Strokes

font-family: acier-bat-strokes, sans-serif;

font-weight: 400;

font-style: normal; */

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: 150px;
  /* background: url(../Image/Vancouver.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: left;
  color: white;
  background: black;
  padding-left: 40px;
}

/* .hero-section:hover{
opacity: 0.2;
} */

.hero-content-wrapper {
  /* background: white; */
  /* padding: 40px 20px; */
  text-align: center;
}

.heading {
  font-size: 34px;
  margin-bottom: 20px;
}

.flex-columns {
  display: flex;
  gap: 20px;
  margin: 0px auto 35px;
}

.column-space {
  margin: 50px 0 0 0;
}

.flex-columns .column {
  flex: 1;
  /* background: yellow; */
  text-align: center;
}

.subheading {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}

.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;
}

/* .swan{
  .flex-columns {
    margin: 200px auto 35px;
  }
} */

.column-one-another {
  flex: 1;
}

.column-two-another {
  flex: 1;
}

.image-container {
  margin: 50px auto 35px;
}

.footer-section {
  height: 150px;
  /* background: url(../Image/Vancouver.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: right;
  color: white;
  background: black;
  padding-right: 40px;
  font-family: Futura, sans-serif;
  text-align: right;
}

.instagram-link {
  font-family: sans-serif;
  font-size: 20px;
  /* padding-bottom: 80px; */
  /* border-bottom: 2px solid #383c3b; */
  color: #fcaf45;
  text-decoration: none;
}

h1 {
  font-family: acier-bat-noir, sans-serif;
}

h2 {
  font-family: acier-bat-noir, sans-serif;
}
