/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

@font-face {
  font-family: "nohemi";
  src: url("../../assets/font/Nohemi-VF.ttf") format("opentype");
  font-weight: 100, 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Epilogue", sans-serif;
  font-size: clamp(1rem, 0.8722rem + 0.5682vw, 1.3125rem);
  line-height: 1.8;
  color: #2B2B2B;
  background-color: #E7E7E7;
}

h2 {
  font-family: "nohemi", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 0.1648rem + 7.0455vw, 5.625rem);
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 650px) {
  h2 {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    margin-top: 160px;
    margin-bottom: 80px;
  }
}

h3 {
  font-family: "nohemi", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.1619rem + 2.6136vw, 3.1875rem);
  text-align: left;
}
@media screen and (min-width: 1200px) {
  h3 {
    text-align: center;
  }
}

p {
  margin-bottom: 20px;
}
@media screen and (min-width: 650px) {
  p {
    max-width: 66%;
  }
}
@media screen and (min-width: 1200px) {
  p {
    max-width: 45%;
  }
}

main {
  margin: 0 2%;
}
@media screen and (min-width: 650px) {
  main {
    margin: 0 10%;
  }
}
@media screen and (min-width: 1200px) {
  main {
    margin: 0 15%;
  }
}

h2 {
  margin-right: -2%;
}
@media screen and (min-width: 650px) {
  h2 {
    margin-right: -10%;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    margin-right: -15%;
  }
}

.container {
  display: block;
}
@media screen and (min-width: 1200px) {
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}

.list li {
  margin-bottom: 16px;
}

html {
  scroll-behavior: smooth;
}

.header__title {
  font-family: "nohemi", sans-serif;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  font-size: clamp(2.375rem, -0.9545rem + 16.4091vw, 13.3125rem);
  line-height: 0.8;
  margin: 20px 0;
}

#content {
  scroll-margin-top: 80px;
}

.header--img {
  width: 100%;
}

.gotocontent {
  position: absolute;
  display: flex;
  justify-content: center;
  margin: 0 50%;
  background-color: rgba(255, 255, 255, 0.7);
  border: #FFF 2px solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4705882353);
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 650px) {
  .gotocontent {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .gotocontent {
    width: 80px;
    height: 80px;
  }
}

.header--svg {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 650px) {
  .header--svg {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header--svg {
    width: 80px;
    height: 80px;
  }
}

.header--img::before {
  content: "";
  display: block;
  position: relative;
  background-image: url("../../assets/images/header.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
  z-index: -10;
  top: 0;
}

.header__container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 20px 0 80px 0;
}

.footer__list {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  align-items: center;
}

.footer__list--el a {
  color: #2B2B2B;
}

.footer--btn {
  font-family: "nohemi", sans-serif;
  font-size: clamp(1.3125rem, 1.1335rem + 0.7955vw, 1.75rem);
  background-color: #2b2b2b;
  color: #E7E7E7;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
}

.footer--btn::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-image: url("../../assets/images/arrow-up-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.footer--btn:hover::after {
  width: 0.8em;
  height: 0.8em;
}

.footer__list--el, a, abbr {
  text-decoration: none;
  color: inherit;
}

.footer__list--el:hover a {
  color: #004A80;
}

@media screen and (min-width: 1200px) {
  .container--img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
  }
}

.img--mid {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.img--small {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (min-width: 1200px) {
  .img--small {
    width: 50%;
    height: 50%;
  }
}

.team__names {
  font-family: "nohemi", sans-serif;
  font-size: clamp(1.3125rem, 1.1335rem + 0.7955vw, 1.75rem);
}
@media screen and (min-width: 1200px) {
  .team__names {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 20px;
  }
}

.team__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.team__member:hover {
  color: #004A80;
}

.team--img {
  width: 100%;
  max-width: 250px;
  height: 250px;
  border-radius: 8px;
}

.team {
  display: block;
  position: relative;
  padding-top: 80px;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  .team {
    padding-top: 160px;
    margin-top: 160px;
    margin-bottom: 160px;
  }
}

.team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  right: 3%;
  border-top: 4px solid #2B2B2B;
}
@media screen and (min-width: 1200px) {
  .team::before {
    border-top: 8px solid #2B2B2B;
  }
}

.credits:hover {
  color: #004A80;
}

.credits::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-image: url("../../assets/images/arrow-up-right-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.credits:hover::after {
  width: 0.8em;
  height: 0.8em;
}

.credits__list--el {
  list-style: none;
  cursor: pointer;
}

.credits--btn {
  font-family: "nohemi", sans-serif;
  font-size: clamp(1.3125rem, 1.1335rem + 0.7955vw, 1.75rem);
  background-color: #2b2b2b;
  color: #E7E7E7;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
}

.credits--btn::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-image: url("../../assets/images/arrow-up-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.credits--btn:hover::after {
  width: 0.8em;
  height: 0.8em;
}

/*# sourceMappingURL=app.css.map*/