:root {
    --p-padding:50px 120px;
    --p-margin: 0 150px;
    --bold-font: 1200px;
  }

body {
    padding: 3rem 4rem;
    background-color: #0a0a0a;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: white;
}

p {
    padding: 25px 50px;
    margin: 0px;
}
  
h1 {
    font-size: 4rem;
    text-align: center;
    color: #dc724b;
    margin-top: 100px !important;
}

.modeling-components {
    font-size: 4.5rem;
    color: white;
    text-align: center;
}

a {
    color: black;
}
  
h2 {
    margin-block-end: 1.5rem;
}

p {
    line-height: 25px;
} 

.bg-box {
    background-image: radial-gradient(157.49% 100.03% at 88.62% 83.56%, rgba(69, 64, 64, 0.40) 0%, rgba(62, 50, 50, 0.35) 55.29%);
    border: 2px solid #c83a07;
    border-left: 5px solid #c83a07;
    border-right: 5px solid #c83a07;
    padding: 30px;
    max-width: inherit;
    margin: 50px 250px;
}
  
.bg-box-1 {
    border-radius: 10px 55px 10px 55px !important;
}
  
.bg-box-2 {
    border-radius: 55px 10px 55px 10px;
}

img {
    border-radius: 20px;
}

.image-wrapper {
    width: 100%;
    text-align: center;
}

.eq-img {
    width: 70%;
}

.equation {
    padding-left: 15%; 
    margin-top: -20px;
    font-weight: bolder;
}

.figure-label {
    margin-bottom: 10px;
    margin-top: -10px;
    font-style: oblique;
    font-size: 1.1rem;
    padding-left: 15%;
}

.aos-container  a {
    color: white !important;
}

.aos-container b {
  color: #c83a07;
  font-weight: 1000;
}

.table {
    padding: 15px;
}
.accent-strong,
.accent-strong:link,
.accent-strong:visited {
  color: var(--accent-orange, #ff7a00);
  font-weight: 600;
}

ul, ol {
    padding-left: 6rem;
}

/* Button Styling */
.button-container {
    justify-self: center !important;
    max-width: 100% !important;
    display: flex;
    padding: 20px 80px;
    margin-left: 10vw;
  }
  
  .modeling-button {
    margin: 0px 30px !important;
    width: 400px;
    height: 300px;
    max-width: 400px;
    padding: 0px;
    text-align: center !important;
    border-radius: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    border: none;
    filter: drop-shadow(0 0 5px #e96451);
    transition: transform 0.3s ease-out !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0a0a0a;
    background-size: 400px 100%;
    font-family: 'Space Grotesk';
  
    position: relative;
  }

  .modeling-button:hover {
    transform: scale(1.06);
  }

  .btn2 {
    background-image: linear-gradient(
      90deg,
      #B50806 90%,
      #E24B19 100%,
      #F96651 100%,
      #FF6B33 100%
    );
  }

  .btn1 {
    background-image: linear-gradient(
      90deg,
      #830403 90%,
      #B63D16 100%,
      #CA5443 100%,
      #D55627 100%
    );
  }
  
  button a {
    max-width: 100%;
    font-style: none;
    font-weight: 750;
    text-decoration: none;
    font-size: 1.4rem;
    color: white;
    letter-spacing: 2px;
    transition: color 0.2s ease;
  }
  
  button a:hover {
    color: #ccc;
  }
  
  button a img {
    margin-right: 30px;
  }

  .supplemental a {
    list-style: none;
  }