@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––

- Grid
- Base Styles
- Typography
- Links
- Code
- Spacing
- Utilities
- Misc
- Credit footer

*/


/* 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; }
  
  /* For devices larger than 400px */
  @media (min-width: 400px) {
    .container {
      width: 85%;
      padding: 0; }
  }
  
  /* For devices larger than 550px */
  @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%; }

  /* Dark/light mode detection */
    @media (prefers-color-scheme: dark) {
      body {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        background: #1D1E18;
        font-family: "Arial Narrow", Arial, sans-serif;
        color: #EDEAE2; }
    }
    @media (prefers-color-scheme: light) {
      body {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        background: #EDEAE2;
        font-family: "Arial Narrow", Arial, sans-serif;
        color: #1D1E18; }
    }
  
  /* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700; 
    font-family: "Oswald", "Arial Narrow", Arial, sans-serif; 
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;}
  h1 { font-size:24px; line-height: 64px; letter-spacing: 0.4;}
  
  @media (prefers-color-scheme: dark) {
    h1 { color: #FFFFFF; }
  }
  @media (prefers-color-scheme: light) {
    h1 { color: #1D1E18; }
  }
  
  /* Larger than phablet */
  @media (min-width: 550px) {
    h1 { font-size: 48px; line-height: 96px;}
  }
  
  p {
    margin-top: 0; }
  
  
  /* Links
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  a {
    color: #FF3C20; 
    text-decoration: none;
  }
  a:hover {
    color: #FFDE00; }
  
  .spacing {
    padding: 0 10px;
  }
  
  @media (prefers-color-scheme: dark) {
    .social-icon{color:#EDEAE2;}
    }
    @media (prefers-color-scheme: light) {
      .social-icon{color:#1D1E18;}
    }  

  /* Code
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #1D1E18;
    color: #EDEAE2;
    border: 1px solid #FF3C20;
    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 #FF3C20; }
  
    @media (prefers-color-scheme: dark) {
  /* ===== Scrollbar CSS ===== */
    /* Firefox */
    * {
      scrollbar-width: thin;
      scrollbar-color: #FF3C20 #1D1E18;
    }
  
    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 8px;
    }
  
    *::-webkit-scrollbar-track {
      background: #1D1E18;
    }
  
    *::-webkit-scrollbar-thumb {
      background-color: #FF3C20;
      border-radius: 30px;
      border: 3px none #EDEAE2;
    }
   
  }
    
    @media (prefers-color-scheme: light) {
  /* ===== Scrollbar CSS ===== */
    /* Firefox */
    * {
      scrollbar-width: thin;
      scrollbar-color: #FF3C20 #EDEAE2;
    }
  
    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 8px;
    }
  
    *::-webkit-scrollbar-track {
      background: #EDEAE2;
    }
  
    *::-webkit-scrollbar-thumb {
      background-color: #FF3C20;
      border-radius: 30px;
      border: 3px none #EDEAE2;
    }
  
  }
  
/* Credit footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Styling for credit footer text */
.credit-txt {
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

/* Switches text color for credit footer for dark/light mode */
@media (prefers-color-scheme: dark) {
  .credit-txt-clr{
      color: #EDEAE2 !important;
  }
}
@media (prefers-color-scheme: light) {
  .credit-txt-clr{
      color: #1D1E18 !important;
  }
}