@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mada:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

/* ------------GENERAL STYLES------------- */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  background: #f8f8f8;
  color: #474747;
  line-height: 2;
  font-family: "Karla", sans-serif;
  overflow-y: scroll;
  cursor: default;
  position: relative;
  min-height: 100%;
  text-align: center;
  padding: 1rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(113, 184, 239, 0.5);
}

p {
  font-family: "Karla", sans-serif;
  text-align: left;
  font-size: 20px;
}

strong {
  font-size: 22px;
  line-height: 1;
}

span {
  font-weight: 700;
}

h1 {
  font-family: "Mada", sans-serif;
  font-size: 50px;
  color: #0064c5;
}

h3 {
  text-align: left;
  font-size: 20px;
}

h2,
h4,
h5,
h6 {
  font-family: "Mada", sans-serif;
  font-weight: 400;
  color: #0064c5;
  text-align: left;
}

body {
  max-width: 900px;
  margin: auto;
}

ul {
  text-align: left;
  font-size: 18px;
}

.spacer {
  margin: 6rem 0;
}

.text-orange-grad {
  background: linear-gradient(90deg, #5eeafc 0%, #736efe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* -------------NAVIGATION STYLING----------- */

nav {
  position: absolute;
  left: 0;
  top: 0;
  padding: .5rem 1rem;
}

.nav-logo {
  color: #333;
  border-radius: 50px;
  font-size: 30px;
}

.nav-links {
  display: flex;
  list-style: none;
  font-size: 24px;
  font-weight: 600;
}

.nav-links li {
  padding-right: 2rem;
}

.nav-links a:hover {
  background: linear-gradient(90deg, #5eeafc 0%, #736efe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* -------------IMAGE CONTAINERS------------- */

.title-header {
  margin-top: 2rem;
}

.header-container {
  margin: 2rem auto;
  max-width: 1000px;
}

.header-image {
  width: 100%;
  height: auto;
}

.research-container1 {
  max-width: 800px;
  margin: auto;
}

.research-container1 img {
  width: 100%;
  height: auto;
}

.research-container2 {
  max-width: 739px;
  margin: auto;
}

.research-container2 img {
  width: 100%;
  height: auto;
}

.research-container3 {
  max-width: 490px;
  margin: auto;
}

.research-container3 img {
  width: 100%;
  height: auto;
}

.research-container4 {
  max-width: 844px;
  margin: auto;
}

.research-container4 img {
  width: 100%;
  height: auto;
}

/* -------------HF WIREFRAMES-------------- */

.image-container, .lfw-container {
  max-width: 800px;
  margin: auto;
}

.image-container img, .lfw-container img {
  width: 100%;
  height: auto;
}

.image-container2 {
    max-width: 600px;
    margin: auto;
  }
  
  .image-container2 img {
    width: 100%;
    height: auto;
  }

/* -------------OTHER-------------- */

.myrole p {
  text-align: center !important;
  color: #898989;
}

.research-section {
    text-align: left;
}

.stat {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-text p, h3{
    max-width: 450px;
}