body {
  background: #3d4044;
}
header {
  background-position: center;
  /* box-shadow: 0px -30px 40px 2px rgba(var(--dark-shade0-rgb), 0.6); */
  margin: 0 auto;
  /* max-width: 1920px; */
}
.header-text-container {
  position: relative;
  top: 8%;
}
.flyout {
  display: flex;
  position: absolute;
  width: 342px;
  z-index: 2;
}
#flyout1 {
  right: 19%;
  top: 54%;
}
#flyout2 {
  right: calc(3% + 52px);
  top: 7%;
}
.flyout button {
  height: 48px;
  position: absolute;
  top: 50%;
  width: 48px;
}
#flyout1 button {
  left: -52px;
  transform: translate3d(0, -50%, 0);
}
#flyout2 button {
  right: -52px;
  transform: translate3d(0, -50%, 0);
}
.flyout-bubble {
  display: flex;
  justify-content: space-between;
  height: 160px;
  position: relative;
  width: 340px;
}
#flyout-bubble1 {
  background: url("/images/home/flyout_speech_bubble1.svg") no-repeat;
  background-position: 0 100%;
  padding: 15px 15px 25px 60px;
}
#flyout-bubble2 {
  background: url("/images/home/flyout_speech_bubble2.svg") no-repeat;
  background-position: 0 100%;
  padding: 15px 60px 25px 15px;
}
.flyout-content-container {
  width: 120px;
}
.flyout-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#flyout-bubble1 .flyout-content-container {
  align-items: flex-end;
}
#flyout-bubble2 .flyout-content-container {
  align-items: flex-start;
  order: 2;
}
#flyout-bubble2 .flyout-image {
  order: 1;
}
.flyout-header {
  font-size: 1.25rem;
  font-weight: 800;
}
#flyout-bubble1 .flyout-header {
  text-align: right;
}

.flyout-content-container a {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  width: 80%;
}
.flyout-content-container a svg {
  width: 12px;
}
.flyout-image {
  border-radius: 15px;
  overflow: hidden;
  height: 120px;
  width: 120px;
}
@media only screen and (min-width: 1921px) {
  header {
    background-position: 0 70%;
  }
}
@media only screen and (max-width: 1280px) {
  #header-content-container-section {
    height: 86.5%;
		padding-left: 20px;
    padding-right: 20px;
  }
  #flyout1 {
    right: min(max(4%, 20vw), 20%);
    top: 56.5%;
  }
  #flyout2 {
    right: calc(3% + 52px);
    top: 12.5%;
  }
}

@media only screen and (max-width: 1280px) {
  header {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-text-container {
    margin: 0 auto;
    width: 80% !important;
    text-align: center;
  }
  .header-text-container h1 {
    display: block;
    text-align: center;
  }
  .flyout {
    display: none;
  }
}

/* About us section */
.image-content {
	padding-top: 0;
}
#what-we-offer-container {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
  background-color: var(--dark-shade2);
  box-shadow: 0px 2px 25px var(--dark-shade1);
	padding: 50px;
	position: relative;
	top: -80px;
	z-index: 5;
}
#what-we-offer-container > ul {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-flow: column;
	grid-auto-columns: minmax(min-content, max-content);
	grid-gap: 35px;
	gap: 35px;
	flex-basis: 765px;
}
#what-we-offer-container > ul li {
	display: flex;
}
#what-we-offer-container > ul li:nth-child(2n) {
	margin-right: 0;
}
#what-we-offer-container .icon {
	flex-shrink: 0;
	margin-right: 15px;
	width: 48px;
}
.content-container h4 {
	font-size: 1.25rem;
	font-weight: 800;
	margin-bottom: 5px;
}
.content-container div {
	font-size: var(--fs-17p);
}
#what-we-offer-links {
	align-items: center;
	box-shadow: 10px 10px 30px var(--dark-shade1);
	display: flex;
	flex-direction: column;
	flex-basis: 380px;
	padding: 60px 50px;
	margin-top: -100px;
}
#what-we-offer-links .header {
	font-size: 1.75rem;
	font-weight: 800;
	margin-bottom: 40px;
}
#what-we-offer-links ul {
	margin-bottom: 50px;
	width: 100%;
}
#what-we-offer-links ul li {
	margin-bottom: 20px;
	width: 100%;
}
#what-we-offer-links ul li:last-child {
	margin: 0;
}
#what-we-offer-links ul li a {
	display: flex;
	line-height: 140%;;
	justify-content: space-between;
	width: 100%;
}
#what-we-offer-links ul li span {
	display: block;
	font-size: var(--fs-17p);
}
#what-we-offer-links ul li strong {
	font-weight: 800;
}
#what-we-offer-links ul li svg {
	width:  12px;;
}
#about-company-button {
	margin-bottom: 50px;
}


@media only screen and (max-width: 1280px) {
	#what-we-offer-container {
		margin: 20px 0 40px 0;
		top: auto;
	}
	#what-we-offer-container ul {
		flex-basis: auto;
	}
	#what-we-offer-links {
		flex-basis: auto;
		padding: 60px 50px;
		margin: 50px 0 0 0;
		width: 70%;
	}
}
@media only screen and (max-width: 800px) {
	#what-we-offer-container > ul {
		grid-template-rows: auto;
		grid-auto-flow: row;
		grid-auto-columns: minmax(min-content, max-content);
		grid-gap: 25px;
		gap: 25px;
	}
	.content-container h4 {
		font-size: 1rem;
	}
	.content-container div {
		font-size: 0.875rem;
	}
	#what-we-offer-links {
		width: 90%;
	}
}
@media only screen and (max-width: 600px) {
	#what-we-offer-container {
		padding: 25px;
	}
	#what-we-offer-links {
		padding: 40px 25px;
		width: 100%;
	}
	#what-we-offer-links .header {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
	#what-we-offer-links ul li span {
		font-size: 0.875rem;
	}
}

/* Uses by industry section */
#uses-by-industry-section {
	padding-bottom: 120px;
}
@media only screen and (max-width: 1280px) {
	#uses-by-industry-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
	#uses-by-industry-section {
		padding-bottom: 40px;
	}
}

/* Aluminum resource section */
#aluminum-resource-section {
	padding-bottom: min(max(65px, 7vw), 120px);
}
#aluminum-resource-section > div:first-child {
	margin-bottom: 65px;
}


/* Stainless steel resource section */
#stainless-steel-resource-section {
	padding-bottom: min(max(65px, 7vw), 120px);
}
#stainless-steel-resource-section > div:first-child {
	margin-bottom: 65px;
}