* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(/css/fonts/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(/css/fonts/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/css/fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/css/fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/css/fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'HemiHeadRg';
  src: url('/css/fonts/subset-HemiHeadRg-BoldItalic.eot');
  src: url('/css/fonts/subset-HemiHeadRg-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/subset-HemiHeadRg-BoldItalic.woff2') format('woff2'),
    url('/css/fonts/subset-HemiHeadRg-BoldItalic.woff') format('woff'),
    url('/css/fonts/subset-HemiHeadRg-BoldItalic.ttf') format('truetype'),
    url('/css/fonts/HemiHeadRg-BoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
  }

.content-subsection-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  }

.content-section {
  padding: 20px;
  padding-top: 30px;
  background-color: rgba(165, 237, 208, 0.8);
  background-size: cover;
  background-position: center;
  color: #333;
  position: relative;
  }

body {
  font-family: Roboto, sans-serif;
  background-color: #a5edd0;
  margin-top: 100px;
  }

h1 {
  margin-bottom: 20px;
  }

p {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 20px;
  }

li {
  font-size: 1.2em;
  margin-left: 30px;
  margin-bottom: 10px;
  }

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }

.branding {
  display: flex;
  align-items: center;
  }

.logo {
  display: flex;
  align-items: center;
  font-size:40px;
  font-family: HemiHeadRg;
  color: white;
  }

.logo-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  }

.tagline {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: white;
  display: flex;
  align-items: center;
  margin-left: 10px; /* Adjust as necessary */
  }

nav {
  background-color: #5ba7e1;
  padding: 10px 20px;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  }

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  }

.nav-links li {
  margin-left: 20px;
  }

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  }

.nav-links a:hover {
  color: #ddd;
  }

.nav-links.active {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #73c2fb;
  text-align: center;
  }

.nav-links.active li {
  margin: 10px 0;
  }

#home {
  background-image: url('/css/images/home.jpg');
  }

#solutions {
  background-image: url('/css/images/about.jpg');
  }

#about {
  background-image: url('/css/images/solutions.png');
  }

#contact {
  background-image: url('/css/images/contact.png');
  }

.content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 237, 208, 0.8);
  z-index: 1;
  }

.content-section > * {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  }

@media (max-width: 680px) {
  .tagline {
    margin-left: 0;
    }

  .nav-links {
    flex-direction: column;
    }

  .content-subsection-container {
    flex-direction: column;
    }
  }

