@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* @FONTWARNING[{"type": "restricted", "family": "Futura-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Futura-Bold";
  src: local("Futura-Bold");
}
/* @FONTWARNING[{"type": "restricted", "family": "Futura-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Futura-Medium";
  src: local("Futura-Medium");
}

/* Shared header and hero styles */
.lindsay-cooks a {
  color: inherit;
  text-decoration: none;
}

.lindsay-cooks {
  margin-left: 1px;
  height: 56px;
  width: 403px;
  align-self: center;
  margin-top: 70px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 40px;
  letter-spacing: 0.80px;
  line-height: 56.0px;
  white-space: nowrap;
}

.hero {
  width: 1276px;
  height: 640px;
  position: relative;
  margin-top: 28px;
  align-self: center;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 640px;
}

.hero-background {
  position: absolute;
  top: calc(50.00% - 320px);
  left: 50.00%;
  width: 640px;
  height: 640px;
  background-color: #fff7c9;
  border: 2px solid;
  border-color: #242f76;
}

.hero-info {
  display: flex;
  flex-direction: column;
  width: 308px;
  align-items: flex-end;
  justify-content: center;
  gap: 17px;
  position: absolute;
  top: calc(50.00% - 102px);
  left: calc(50.00% + 250px);
}

.hero-title {
  position: relative;
  align-self: stretch;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 32px;
  text-align: right;
  letter-spacing: 0;
  line-height: 35.2px;
}
