@font-face {
  font-family: "Ivy Mode";
  src: url("/font/IvyMode-Regular.woff2") format("woff2"), url("/font/IvyMode-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Mode";
  src: url("/font/IvyMode-Regular.woff2") format("woff2"), url("/font/IvyMode-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.text-metal {
  color: #03303E;
}

.text-navy {
  color: #1D3459;
}

.text-blue {
  color: #D9EFFD;
}

.text-pink {
  color: #D0396C;
}

.bg-metal {
  background-color: #03303E;
}

.bg-navy {
  background-color: #1D3459;
}

.bg-blue {
  background-color: #D9EFFD;
}

.bg-pink {
  background-color: #D0396C;
}

.btn-metal {
  background-color: #03303E;
  border-color: #03303E;
  color: #ffffff;
}

.btn-navy {
  background-color: #1D3459;
  border-color: #1D3459;
  color: #ffffff;
}

.btn-blue {
  background-color: #D9EFFD;
  border-color: #D9EFFD;
  color: #ffffff;
  color: #000000;
}

.btn-pink {
  background-color: #D0396C;
  border-color: #D0396C;
  color: #ffffff;
}

.btn-hover-metal:hover, .btn-hover-metal:active, .btn-hover-metal:focus {
  background-color: #03303E !important;
  border-color: #03303E !important;
}

.btn-hover-navy:hover, .btn-hover-navy:active, .btn-hover-navy:focus {
  background-color: #1D3459 !important;
  border-color: #1D3459 !important;
}

.btn-hover-blue:hover, .btn-hover-blue:active, .btn-hover-blue:focus {
  background-color: #D9EFFD !important;
  border-color: #D9EFFD !important;
  color: #000000;
}

.btn-hover-pink:hover, .btn-hover-pink:active, .btn-hover-pink:focus {
  background-color: #D0396C !important;
  border-color: #D0396C !important;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

.header-padding-fix {
  height: 68px;
}

.section-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.navbar-brand .logo {
  width: 18vw;
  min-width: 200px;
}
.navbar-brand .icon {
  width: 2.5vw;
  min-width: 30px;
}

.nav-link {
  font-family: "Ivy Mode", "serif";
  color: #ffffff;
  font-size: 32px;
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
}

.nav-item {
  padding-left: 1.5vw;
}

.btn {
  text-align: center;
  font-family: "Ivy Mode", "serif";
  line-height: normal;
  letter-spacing: 0.2em;
  border-radius: 0.65em;
  padding: 0.5em 1.5em;
}
.btn .btn-lg {
  color: #FFF;
  font-size: clamp(1.625rem, 2vw, 32px);
  font-style: normal;
  font-weight: 600;
}

.section-home {
  height: 500px;
}

.background {
  position: absolute;
  inset: 0;
}

.background-image {
  background-size: cover;
  background-position: center;
}

h1.display-1 {
  text-align: center;
  font-family: "Ivy Mode";
  font-size: clamp(1.625rem + 4.5vw, 6vw, 96px);
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

h2 {
  font-family: "Ivy Mode";
  font-size: clamp(1.325rem + 0.9vw, 2.25vw, 36px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

h3 {
  font-family: "Ivy Mode";
  font-size: clamp(1.3rem + 0.6vw, 1.85vw, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

p.lead {
  font-size: clamp(1.25rem, 1.5vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.tile {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.tile img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}

.section-about .flowers {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 105%;
}/*# sourceMappingURL=main.css.map */