/* SDO Theme - Skeleton Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Grid */
.container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  box-sizing: border-box;
}
  .column {
    position: center;
    width: 100%;
    float: center;
  box-sizing: border-box;
}
  
  @media (min-width: 400px) {
    .container {
      width: 85%;
    padding: 0;
  }
  }
  
  @media (min-width: 550px) {
    .container {
    width: 80%;
  }
    .column,
    .columns {
    margin-left: 0;
  }
    .column:first-child,
    .columns:first-child {
    margin-left: 0;
  }
}
  
  /* Base Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  html {
    font-size: 100%;
  overflow-x: hidden;
}

      body {
        font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  background-color: #f5fcf2;
  background-image: linear-gradient(135deg, rgba(245, 252, 242, 1) 0%, rgba(250, 253, 248, 1) 100%);
  background-attachment: fixed;
  color: #374151;
}

       ::-webkit-scrollbar {
        display: none;
      }
  
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  font-size: clamp(17px, 4.8vw, 32px);
  line-height: 1.25;
  letter-spacing: 0;
  color: #374151;
  display: block;
  padding: 0 8px;
  box-sizing: border-box;
}

@media (min-width: 550px) {
  h1 {
    font-size: clamp(24px, 3.8vw, 34px);
    line-height: 1.25;
    white-space: nowrap;
    padding: 0;
  }
}
  
  p {
    margin-top: 0;
  width: 70% !important;
  line-height: 1.7;
  color: #6b7280;
}
  
  /* Links
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  a {
  color: #58a82e;
    text-decoration: none;
  transition: color 0.15s ease-in-out;
  }
  a:hover {
  color: #4a9a3f;
}
  
  .spacing {
    padding: 0 10px;
  }
  
  /* Code
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
    font-size: 90%;
    white-space: nowrap;
  background: #f0f9eb;
  border: 1px solid #d4e8c7;
  border-radius: 4px;
}
  pre > code {
    display: block;
    padding: 1rem 1.5rem;
  white-space: pre;
}
  
  /* Spacing
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  button,
  .button {
  margin-bottom: 1rem;
}
  input,
  textarea,
  select,
  fieldset {
  margin-bottom: 1.5rem;
}
  pre,
  blockquote,
  dl,
  figure,
  p,
  ol {
  margin-bottom: 2.5rem;
}
  
  /* Utilities
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .u-full-width {
    width: 100%;
  box-sizing: border-box;
}
  .u-max-full-width {
    max-width: 100%;
  box-sizing: border-box;
}
  .u-pull-right {
  float: right;
}
  .u-pull-left {
  float: left;
}
  
  /* Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
  border-top: 1px solid #d4e8c7;
}
  
/* Scrollbar */
    * {
      scrollbar-width: thin;
  scrollbar-color: #58a82e #f5fcf2;
}
  
/* Credit footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.credit-txt {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #6b7280;
}

.credit-icon {
  transform: translateX(15px);
}

.credit-txt-clr {
  color: #6b7280 !important;
  transition: color 0.15s ease-in-out;
}
.credit-txt-clr:hover {
  color: #58a82e !important;
}
