html, body {
    background: radial-gradient(circle, #472e89 0%, #341f6c 100%);
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

a:link, a:visited {
    color: #472e89;
    text-decoration: none;
}

a:hover, a:active {
    color: #341f6c;
}

h1, h2, h3, h4 {
    margin: 0;
}

h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

h4 {
    color: #341f6c;
    font-size: 1rem;
    font-weight: 500;
}

.section-title {
    padding-top: 25px;
}

.section-title, .descriptor {
    padding-left: 25px;
}

.section:nth-of-type(odd) h4 {
    color: #f0f0f0;
}

.section:not(:first-of-type) {
    padding-bottom: 50px;
}

.descriptor {
    line-height: 0.6;
    padding-bottom: 2.5rem;
}

.navbar {
    position: sticky;
    top: 20px;
    width: 100%;
    z-index: 999;
}

.navbar .container {
    background: #472e897d;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px 10px;
    max-width: 1300px;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.navbar .logo {
    height: 70px;
    filter: brightness(0) invert(1);
    margin-left: 20px;
}

.navbar .menu {
    display: block;
    margin-top: 22px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.navbar .menu a:link, .navbar .menu a:visited {
    color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    margin: 5px;
    transition: all 0.4s;
}

.navbar .menu a:hover, .navbar .menu a:active {
    background: #341f6c;
    box-shadow: 0 4px 30px rgba(146, 146, 146, 0.1);
}

.nav-container-change {
    background: #f0f0f059 !important;
    transition: all 0.4s;
}

.nav-logo-change { 
    filter: none !important;
    transition: all 0.4s;
}

.nav-menu-change a {
    color: #472e89 !important;
    transition: all 0.4s;
}

.nav-menu-change a:hover {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)  !important;
}

.nav-menu-change a:hover {
    background: #ffffff !important;
}

.section {
    display: grid;
}

.section:first-of-type {
    min-height: 92vh;
}

.section:nth-of-type(even), .footer {
    background: #f0f0f0;
    color: #472e89;
}

.hero-flex, .clients-flex, .footer-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.hero-flex {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.hero-image {
    width: 350px;
}

.glass-section {
    background: rgba(255, 255, 255, 0.61);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.2px);
    -webkit-backdrop-filter: blur(9.2px);
    padding: 20px;
    margin: 0px 20px 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.glass-section li::marker {
  content: ">   ";
}

.glass-image {
    width: 300px;
}

.clients-flex {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.card {
  max-width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
  flex-basis: 33.333%;
  flex-grow: 0;
  flex-shrink: 0;
}

.card > img {
  margin-bottom: .75rem;
  width: 100%;
}

.card-text {
  font-size: 85%;
}

.footer {
    padding-bottom: 40px;
    color: #000000;
}

.footer ul {
    list-style: none;
    padding: 0;
}
