:root {
    --accent: #0CF5BC;
    --white: #ffffff;
    --dark: #000000
    --darkgreen: #045256
  }

  .koulen-regular {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  .verticalalign{
    display: flex;
    align-items: center;
  }


  .navbar {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

/* Optionally, you can target specific elements within the navbar */
.navbar-brand {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.navbar-nav .nav-link {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.nav-item {
    padding-right: 30px;
}

.title{
    margin-top: 25%;
    font-family: "Koulen", sans-serif;
    font-size: 64px;
    color: var(--accent);
    text-align: left;
    letter-spacing: 8px;
}

.mainLogo{
    margin-top: 5%;
    height: 350px;
    width: auto;
}

.custom-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(0 0 0 / 50%) !important;
}

.titleinvert{
  font-family: "Koulen", sans-serif;
  font-size: 64px;
  color: var(--accent);
  text-align: left;
  letter-spacing: 8px;
  color: white;
  line-height: 0.75;
}

.titleinvert-contact {
    font-family: "Koulen", sans-serif;
    font-size: 64px;
    color: var(--accent);
    text-align: left;
    letter-spacing: 8px;
    color: white;
    line-height: 0.75;
}

.subtitle{
  font-family: "Koulen", sans-serif;
  font-size: 20px;
  color: var(--white);
  text-align: left;
  letter-spacing: 17px;
}

.subtitleinvert{
  font-family: "Koulen", sans-serif;
  font-size: 20px;
  color: var(--accent);
  text-align: left;
  letter-spacing: 17px;
}

.quotetext {
  line-height:1.0;
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  color: white;
  text-align: left;
}

.standardtext {
  font-family: "Roboto Serif", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  color:white;
}

.animtext {
  transition: all 0.5s ease;
  border-left: 0 solid #0beab4; /* initial width 0, color set */
  padding-left: 0;
  color: black;
}

.animtext:hover {
  color: white;
  padding-left: 5px;
  border-left-width: 40px; /* only change width on hover */
}

.projecttext {
  font-family: "Roboto Serif", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  color:white;
}

a,ol{
  font-family: "Roboto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  color: #0cf8bf;
  text-decoration: none;
  margin-top: 5px;
}

li,ul {
    margin-top: 5px;
  font-family: "Roboto Serif", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}


a:hover {
  color: #9cffe8;
}

h1 { 
  font-family: "Koulen", sans-serif;
  font-size: 26px;
  color: var(--accent);
}

h3 {
  font-family: "Arapey", sans-serif;
  font-size: 16px;
  color: var(--dark);
  text-align: left;
}

.header {
  height: 1024px;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 30px;
}

.projectpageheaders {
  height: 150px;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 30px;
}

.whitebg {
  height: 100%;
  padding: 60px;
  text-align: center;
  background: var(--white);
  color: var(--dark);
  font-size: 30px;
}

.footerstyle {
  margin-top: 40px;
  text-align: center;
  background: #ffffff26;
  color: #0cf8bf;
  }

.darkbg {
  height: 100%;
  padding: 60px;
  text-align: center;
  background: --dark;
  color: var(--white);
  font-size: 30px;
}

body, html {
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
  width: 100%;
  height: 100%;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #91e1cd !important;
}

#background-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; /* Ensure the canvas doesn't intercept any mouse events */
  background-image: linear-gradient(155deg, rgba(4,82,86,1) 0%, rgba(4,82,86,1) 27%, rgba(2,2,2,1) 100%);
}

.content {
  height:100%;
  /* height: 1024px; */
  position: relative;
  z-index: 1; /* Ensure content is above the canvas */
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 30px;
}

.content-area{
    border-style: solid;
    border-color: #ffffff38;
    border-width: 0.5px;
}

#totopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0CF5BC;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#totopBtn:hover {
  color: white;
  background-color: #9cffe8;
}