:root {
  --primary-bg-color: #fff9e9;
  --secondary-color: #4CAF50;
  --text-color: #000;
  --link-color: #000000;
  --colored-text-color: #9c812f;
  --colored-text-faint: #d0c49f;
  --colored-bg-color: #ffffff;
  --colored-border-color: #c5b37f;
  --colored-border-color2: #9c812f30;
  --colored-shadow-color: #a5864230;
  --colored-bgfill-color: #dfd7bf;
  --colored-hover-color: #000000;

  --dark-primary-bg-color: #353535;
  --dark-secondary-color: #4CAF50;
  --dark-text-color: #ebebeb;
  --dark-link-color: #000000;
  --dark-colored-text-color: #ffffff;
  --dark-colored-bg-color: #1e1e1e;
  --dark-colored-border-color: #3c3c3c;
  --dark-colored-shadow-color: #00000029;

}

/* * {
  transition: all .6s cubic-bezier(0.16, 1, 0.3, 1);
} */

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Barlow', sans-serif;
  background-color: var(--primary-bg-color);
  color: var(--text-color);
  
  &.dark {
    background-color: var(--dark-primary-bg-color);
    color: var(--dark-text-color);
  }
}

#menu_wrapper {
  width: 100%;
  /* background-color: var(--colored-bgfill-color); */
  border-bottom: 1px solid var(--colored-bgfill-color);

  #menu {
    text-align: right;
    max-width: 1000px;
    margin: auto;

    a {
      text-decoration: none;
    }
  }

  .menu_item_wrapper {
    display: inline-block;
  }
    
  .menu_item {
    display: inline-block;
    margin: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #323232;

    &.active {
      border-bottom: 3px solid;
    }
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  color: var(--link-color);
  font-weight: bold;
}


#menu_wrapper {
  width: 100%;
  /* background-color: var(--colored-bgfill-color); */
  border-bottom: 1px solid var(--colored-bgfill-color);

  #menu {
    text-align: right;
    max-width: 1000px;
    margin: auto;
  }

  .menu_item {
    display: inline-block;
    margin: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #323232;

    &.active {
      border-bottom: 3px solid;
    }
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 3rem;
}

#headerBanner {
  width: 728px;
  height: 90px;
  border: 1px solid #666666;
  margin: auto;
  margin-top: 2rem;
  display: none;
}

#midBanner {
  width: 728px;
  height: 90px;
  border: 1px solid #666666;
  margin: auto;
  margin-top: 2rem;
  display: none;
}

#info_wrapper {
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  top: 0;
  margin-top: 1.5rem;
}

#info {
  width: 100%;
  vertical-align: top;
  position: sticky;
  top: 0;
  max-width: 1000px;
  margin: auto;
  padding: 0rem 2rem;
  box-sizing: border-box;
}

#logo {
  background-image: url(../SCoA_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11rem;
  height: 6rem;
}

#about {
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #000000;
  font-size: 1rem;
  max-width: 1000px;
  display: none;

  .cta {
    font-size: 1.5rem;
  }

}

#content {
  width: 100%;
  padding-bottom: 3rem;
  right: 0;
}

/* Styles for tablets */
@media (max-width: 991px) {
    /* Styles for tablets and smaller devices */
}

/* Styles for mobile */
@media (max-width: 767px) {
  html {
    #info {
      padding: 0rem 2rem;
    }
    
    #info_wrapper{
     width: 100%; 
    }

    #content {
      width: 100%;
      padding-top: 15rem;
    }
  }

  
  html {
    #info_wrapper{
     width: 100%; 
    }

    .menu_item_wrapper {
      .menu_item {
        margin: .3rem .6rem !important
      }
    }

    #menu_wrapper {
      #menu {
        text-align: center;
        padding: 1rem;
      }
    }

    #logo {
      width: 12rem;
      height: 6rem;
      margin: auto;
      background-position: center;
    }

    #content {
      width: 100%;
      padding-top: 1rem;
    }

    #headerBanner, #midBanner {
      width: 480px;
    }

    .listLocation {
      width: 90%;
      /* border-radius: 3rem; */

      .sectionPercent {
        border-width: 1px;
        margin-right: .2rem;
        bottom: .1rem;
        padding: 0.5rem 2.3rem 0.5rem 0.85rem;
      }

      .sectionStatsToggle {
        right: .8rem;
      }
    }

    .sectionTitle {
      font-size: 1.6rem;
      width: 80%;
      letter-spacing: 0px;
    }

    .ranking {
      font-size: 2rem;
    }

    
  }
    /* Styles for mobile devices */
}


@media only screen and (max-width: 600px) {
  html {
    font-size: 15px;
  }
}


@media (max-width: 480px) {
  .champText {
    text-align: center !important;
  }
}
