/*!
 * Copyright (C) 2022 DagsHub - All Rights Reserved.
 *  You may not use, distribute or modify this code under any circumstances.
 */
:root {
  --darkest-bg: #08171B;
  --very-dark-bg: #0b282f;
  --dark-bg: #103037;
  --medium-bg: #1f4c55;
  --light-bg: #306a77;
  --bright-bg: #fff;
  --border-color: #135664;
  --text-color-dark: rgba(255, 255, 255, 0.9);
  --text-color-dark-faded: rgba(255, 255, 255, 0.5);
  --text-color-dark-very-faded: rgba(255, 255, 255, 0.08);
  --text-color-bright: rgba(0, 0, 0, 0.87);
  --text-color-icon-counter: #888;
  --added-color0: #eaffea;
  --removed-color0: #ffecec;
  --modified-color0: #ffffeb;
  --modified-color1: #fff5cc;
  --gray-code-color: #F0F0F0;
  --table-header-bg-color: hsla(191, 48%, 93%, 0.84);
  --table-header-font-color: hsl(191, 5%, 35%);
  --remote-dropdown-max-width: 450px;
  --roundness: 10px;
  --homepage-overlay-section: rgba(27, 28, 29, 0.9);
  --gray-sign-color: hsla(191, 55%, 9%, 0.14);
  --file-list-name-color: #1E70BF;
  --file-list-border-color: rgba(34, 36, 38, 0.1);
  --file-list-dvc-icon: #5277a9;
  --file-list-dvc-background: hsl(214, 75%, 96%);
  --file-list-dvc-background-hover: hsl(214, 75%, 91%);
  --file-list-dvc-badge-image: url(d3ff77e71987f58442ef.svg);
  --file-list-bucket-background: #FFF7ED;
  --file-list-bucket-background-hover: #faebd8;
  --file-list-bucket-s3-badge-image: url(51623e1984e37482c7ce.svg);
  --file-list-bucket-s3-compatible-badge-image: url(ebcf7fd06b4aa4d76f5c.svg);
  --file-list-bucket-repo-bucket-badge-image: url(61669c873f595f050ccc.svg);
  --file-list-bucket-gs-badge-image: url(bad5f58c790b54363808.svg);
  --file-list-bucket-azure-badge-image: url(65bbd673baf0f5c0ecad.svg);
  --file-list-zip-background: hsl(40, 28%, 95%);
  --file-list-zip-background-hover: hsl(40, 16%, 80%);
  --dark-900: #192E36;
  --dark-800: #23414D;
  --dark-800-transparent: rgba(35, 65, 77, 0.4);
  --dark-700: #284D54;
  --secondary-800: #1e293b;
  --secondary-600: #475569;
  --secondary-500: #64748B;
  --secondary-400: #94A3B8;
  --secondary-300: #CBD5E1;
  --secondary-200: #E2E8F0;
  --secondary-100: #F1F5F9;
  --secondary-50: #F8FAFC;
  --white: #FFFFFF;
  --black: #000000;
  --purple-800: #4453B3;
  --purple-600: #5467DE;
  --purple-300: #C4B5FD;
  --purple-150: #E8EBFF;
  --purple-100: #EEF0FC;
  --purple-50: #F7F8FF;
  --button-radius: 12px;
  --button-radius-big: 20px;
  --active-border: 2px solid var(--purple-300);
  --active-shadow: 0px 0px 0px 2px var(--purple-300);
}
.padded-masthead {
  padding: 10em 0;
}
.above-the-fold {
  padding-top: 30px;
  background: none;
  /* fallback for old browsers */
  padding-bottom: 250px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vh), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vh), 0 100%);
  z-index: 4;
}
.background-effect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.background-effect-container #animation_bg {
  width: 100%;
  height: 100%;
}
#homepagehero_container {
  pointer-events: none;
}
.homepagehero_content p {
  color: #f5fffa !important;
  font-size: 1.5rem !important;
  line-height: 2.8rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.homepagehero_content p.subtitle-2 {
  font-size: 1.1rem !important;
}
.homepagehero_content h1.ui.header {
  font-size: 3.6rem !important;
  margin-bottom: 30px;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #f2fff9;
  font-weight: 900;
  letter-spacing: 2px;
  font-family: "Inter", sans-serif !important;
}
.homepagehero_content h1.ui.header .emphasis-header {
  color: #a18cd1;
  background-image: -webkit-linear-gradient(90deg, #a18cd1 0%, #d0a8df 66.15%, #fbc2eb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.home_search .ui.input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
/* Sign up section */
.home-signup {
  margin: 40px 0 5px;
  position: relative;
}
.home-signup .ui.button {
  pointer-events: auto;
  font-weight: normal;
  border-radius: var(--button-radius-big);
  margin: 0 0.25em;
}
.home-signup .ui.button:not(.inverted) {
  background: var(--purple-600);
}
.home-signup .ui.button:not(.inverted):hover {
  background: var(--purple-800);
}
.home-signup .alternative-options {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
.home-signup .ui.button .icon {
  opacity: 1;
}
.home-signup h3,
.home-signup .segment {
  margin-top: 0 !important;
}
.home-signup .segment,
.home-signup .ui.form input {
  padding: 0.4em 1em;
}
.home-signup #github-login-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  margin-bottom: 5px;
  border-radius: var(--roundness);
  box-shadow: -2px 2px 4px 0 rgba(34, 36, 38, 0.5);
  -webkit-box-shadow: -2px 2px 4px 0 rgba(34, 36, 38, 0.5);
  -moz-box-shadow: -2px 2px 4px 0 rgba(34, 36, 38, 0.5);
}
.home-signup #email-signup-button {
  background-color: #b500b3;
}
.touch-to-scroll {
  margin-top: 2rem;
  display: none;
}
.touch-to-scroll .ui.button {
  pointer-events: auto;
  font-weight: normal;
}
/* End Sign up section*/
/* Featured repos section */
.ui.header.featured_header {
  opacity: 0.8;
  font-size: 1.4rem;
}
#featured-repos .card {
  opacity: 0.9;
  font-size: 1em;
  color: var(--text-color-dark);
  border-top: 2px solid #b500b3 !important;
  border-radius: var(--roundness);
  background-color: rgba(29, 29, 29, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 1px 2px 0 rgba(100, 100, 100, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(100, 100, 100, 0.25);
  box-shadow: 0 1px 2px 0 rgba(100, 100, 100, 0.25);
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
#featured-repos .card:hover {
  transform: translateY(-3px);
  -webkit-box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.25), 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25);
  box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.25), 0 2px 4px 0 rgba(34, 36, 38, 0.15), 0 2px 10px 0 rgba(34, 36, 38, 0.25);
}
#featured-repos .card.two {
  margin-left: -25px;
}
#featured-repos .card.three {
  margin-left: -50px;
}
#featured-repos .breadcrumb {
  display: flex;
  align-items: baseline;
  color: lightskyblue;
}
#featured-repos .breadcrumb .divider {
  color: var(--text-color-dark-faded);
}
.featured_repo_desc {
  color: var(--text-color-dark) !important;
  padding-top: 0.6rem;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.featured_user_name {
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}
.featured_image {
  border: 1px solid rgba(122, 176, 229, 0.5);
}
.featured_icon {
  padding: 0 7px;
  opacity: 0.7;
}
.featured_project_name {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* End featured repo section */
/* Media Queries */
@media (hover: none), only screen and (max-width: 950px) {
  .touch-to-scroll {
    display: block;
    z-index: 5;
  }
}
@media only screen and (max-width: 767px) {
  .home-signup .ui.button {
    margin: 0.25em;
    padding: 15px 20px;
  }
  .above-the-fold {
    padding-bottom: 125px;
  }
  #featured-repos {
    display: none;
  }
  .homepagehero_content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .padded-masthead {
    padding: 2em 0em 3em;
  }
}
@media only screen and (max-width: 600px) {
  .homepagehero_content h1.ui.header {
    font-size: 2.5rem !important;
    margin: 0 0 1rem;
    font-weight: 800;
  }
  .homepagehero_content p.homepage_copy {
    font-size: 1.1rem !important;
    line-height: 1.7rem;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .homepagehero_content p.subtitle-2 {
    font-size: 0.8rem !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .homepagehero_content h1.ui.header {
    font-size: 2.7rem !important;
  }
  .homepagehero_content p {
    font-size: 1.4rem !important;
  }
  .homepagehero_content p.subtitle-2 {
    font-size: 1.3rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 970px) {
  .homepagehero_content p {
    font-size: 1.4rem !important;
  }
  .homepagehero_content p.subtitle-2 {
    font-size: 1.3rem !important;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1200px) {
  .homepagehero_content p {
    font-size: 1.4rem !important;
  }
  .homepagehero_content p.subtitle-2 {
    font-size: 1.3rem !important;
  }
}
#team-photos {
  z-index: 6;
}
#team-photos img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
#team-photos #team-img-1 {
  transform: translateY(-80%) rotate(10deg);
}
#team-photos #team-img-2 {
  transform: translateY(-65%);
}
#team-photos #team-img-3 {
  transform: translateY(-60%) rotate(-5deg);
}
#team-photos #team-img-4 {
  transform: translateY(-55%) rotate(7deg);
}
#team-photos #team-img-5 {
  transform: translateY(-50%);
}
#team-photos #team-img-6 {
  transform: translateY(-40%) rotate(-7deg);
}
#why-how-what {
  padding: 0;
  margin-top: 0;
}
#why-how-what p {
  font-size: 16px;
}
#why-how-what h2 {
  font-size: 22px;
}
#why-how-what #final-paragraph {
  font-size: 22px;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: var(--roundness);
  background: #f6f8f8;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(214, 214, 214, 0.2), 0 0 0 1px rgba(214, 214, 214, 0.05);
  box-shadow: 3px 3px 3px 0 rgba(214, 214, 214, 0.2), 0 0 0 1px rgba(214, 214, 214, 0.05);
}
#team-div {
  padding-bottom: 0;
}
#team-div .about-img {
  max-width: calc(min(100%, 200px));
  border-radius: 50%;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
#team-div .about-name {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 650px) {
  #team-div .about-name {
    font-size: 16px;
  }
}
#backed_by {
  background: var(--medium-bg);
  z-index: 0;
  padding: 18rem 0 6rem;
  clip-path: polygon(0 5vh, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 5vh, 100% 0, 100% 100%, 0 100%);
}
#backed_by img {
  max-height: 40px;
  max-width: 100%;
}
#backed_by .header {
  padding-bottom: 2rem;
}
#culture {
  margin-bottom: -225px;
}
#culture .main.header {
  font-size: 30px;
}
#culture .segment {
  z-index: 5;
  background-color: var(--homepage-overlay-section);
  color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(34, 36, 38, 0.12), 0 4px 20px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 4px 8px 0 rgba(34, 36, 38, 0.12), 0 4px 20px 0 rgba(34, 36, 38, 0.15);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: var(--roundness);
  height: 100%;
}
#culture .segment:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#culture .subtitle {
  margin-bottom: 0;
}
#culture p {
  font-size: 16px;
}
#quote-author {
  font-size: 0.8em;
}
.easter-link:link,
.easter-link:visited,
.easter-link:hover,
.easter-link:active {
  color: inherit;
}
.above-the-fold {
  padding-bottom: 150px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vh));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vh));
}
.workable-iframe h1.ui.main.header {
  font-family: 'Inter', sans-serif !important;
  font-weight: 900;
}
.workable-iframe #whr_embed_hook {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.workable-iframe #whr_embed_hook .whr-group,
.workable-iframe #whr_embed_hook .whr-items {
  margin: 0;
  border-top: 1px solid #cbcbcb;
}
.workable-iframe #whr_embed_hook .whr-group:first-of-type,
.workable-iframe #whr_embed_hook .whr-items:first-of-type {
  border-top: none;
}
.workable-iframe #whr_embed_hook ul {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
}
.workable-iframe #whr_embed_hook .whr-location span {
  display: none;
}
.workable-iframe #whr_embed_hook .whr-items {
  padding: 1rem;
}
.workable-iframe #whr_embed_hook .whr-items .whr-item {
  padding-bottom: 1rem;
}
.workable-iframe #whr_embed_hook .whr-items .whr-item .whr-title {
  margin-bottom: 3px;
}
.workable-iframe #whr_embed_hook .whr-items .whr-item .whr-date {
  display: none;
}
#careers {
  /* Media Queries */
}
#careers .padded-masthead {
  padding: 10em 0 7em;
}
#careers .above-the-fold {
  padding-top: 30px;
  background: none;
  /* fallback for old browsers */
  padding-bottom: 10px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vh), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vh), 0 100%);
  z-index: 0;
}
#careers .above-the-fold::before {
  content: "";
  background: #1b1c1d;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#careers .above-the-fold::after {
  content: "";
  background-image: url(6ec1bc33f05904a83880.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}
#careers .homepagehero_content h1.ui.header {
  font-size: 2.3rem !important;
  margin-bottom: 0;
  font-family: "Lato", 'Hiragino Sans GB', "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #f2fff9;
}
#careers .homepagehero_content p {
  color: #f5fffa !important;
  font-size: 1.2rem !important;
  line-height: 1.8rem;
  font-weight: 200;
}
#careers p.homepage_copy {
  color: #fff;
}
#careers .careers-ninja-dag {
  max-height: 500px;
}
#careers .hero .octicon,
#careers .careers .hero .fas {
  font-size: 3em;
}
#careers .perks {
  z-index: 1;
  margin-top: -140px;
  margin-bottom: 50px;
}
#careers .perks .segment {
  background-color: rgba(16, 48, 55, 0.85);
  color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  border-top: 2px solid #00b5ad !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media only screen and (max-height: 667px) and (max-width: 767px) {
  #careers .home-signup form {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 809px) {
  #careers .homepagehero_content h1.ui.header {
    font-size: 2.75rem !important;
  }
  #careers .homepagehero_content p {
    font-size: 1.4rem !important;
    line-height: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  #careers .homepagehero_content h1.ui.header {
    font-size: 2.75rem !important;
  }
  #careers .homepagehero_content p {
    font-size: 1.3rem !important;
    line-height: 2.5rem;
  }
  #careers .padded-masthead {
    padding: 5em 0em 1em;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #careers .homepagehero_content h1.ui.header {
    font-size: 3rem !important;
  }
  #careers .homepagehero_content p {
    font-size: 1.5rem !important;
    line-height: 2.8rem;
  }
}
.segment-header {
  font-size: 2em;
}
#free-plan {
  --plan-color: #00b380;
  --plan-hover: #008c65;
}
#team-plan,
#private-cloud-plan,
#enterprise-plan {
  --plan-color: var(--purple-600);
  --plan-hover: var(--purple-800);
}
#starter-plan {
  --plan-color: var(--purple-600);
  --plan-hover: var(--purple-800);
}
.plans-segment {
  margin-bottom: 3em;
}
.plan-segment {
  border-top: 2px solid var(--plan-color) !important;
  transition: transform 0.2s;
  /* Animation */
  margin: 15px 0 0 !important;
  padding: 0.5em !important;
}
.segment.plan-segment {
  min-height: 45em;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.segment.price {
  height: 80px;
}
.plan-name {
  margin-bottom: 0 !important;
  font-size: 1em !important;
}
.plan-price {
  margin-top: 0 !important;
}
.header.plan-price {
  font-size: 2em !important;
}
.plan-price .price-explainer {
  font-size: 0.5em !important;
  color: #000;
  font-weight: normal;
}
.feature-divider {
  margin: 5px !important;
}
.plan-price,
.plan-segment .fas {
  color: var(--plan-color) !important;
}
.plan-segment .content {
  display: table-cell;
  width: 100%;
  padding: 0 0 0 0.5em;
  vertical-align: top;
}
.plan-segment .fas.fa-infinity,
.plan-segment .fas.fa-tshirt {
  padding-right: 0;
}
.plan-segment .fas {
  display: table-cell;
  margin: 0;
  padding-top: 0;
  padding-right: 0.28571429em;
  vertical-align: top;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.plan-segment .button {
  background: var(--plan-color) !important;
}
.plan-segment .button:hover {
  background: var(--plan-hover) !important;
}
.plan-segment .basic.button,
.plan-segment .basic.button:hover {
  color: var(--plan-color) !important;
}
.academic-plans {
  font-size: 1.2rem;
  text-align: center;
}
#schedule-demo {
  border: 1px solid var(--secondary-300);
  background: linear-gradient(90deg, rgba(161, 140, 209, 0.4) 0%, rgba(251, 194, 235, 0.4) 100%);
}
#schedule-demo h2 {
  color: var(--secondary-800);
}
#schedule-demo .button {
  color: #fff;
  background: var(--purple-600);
}
#schedule-demo .button:hover {
  background: var(--purple-800);
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .segment.features {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .plans-segment .segment-header {
    font-size: 3.5em !important;
    margin: 0.5em 0 1em !important;
  }
  .plan-grid .segment.column {
    border-right: 1px solid rgba(34, 36, 38, 0.15);
  }
  .plan-grid .segment.column:last-child {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .plan-category {
    margin-bottom: 1.5em !important;
    font-size: 1.5em !important;
  }
}
@media only screen and (max-width: 1080px) {
  .home .plans-segment {
    display: none;
  }
}
.no-bg-nav.following.bar.light {
  background: none !important;
  position: absolute;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home.content .ui.header.subtitle {
  margin-top: -10px;
  font-weight: normal;
  margin-bottom: 4rem;
}
.home.content .main.header {
  font-size: 3rem;
  font-weight: 900;
}
.home.content .number.symbol {
  font-size: 1.71428571rem;
  font-style: oblique;
  border: 3px solid #212121;
  border-radius: 100px;
  padding: 8px 17px 11px;
  margin-right: 15px;
}
.home.content .inverted .number.symbol {
  border-color: #fff;
}
.home.content .middle-segment {
  background: #f6f8f8;
}
.home.content .ui.main.header {
  font-family: 'Inter', sans-serif !important;
  font-weight: 900;
}
.home.content .custom-padded-container {
  margin: 4rem auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.large.text {
  font-size: 1.7rem;
}
.emphasis-text {
  background: linear-gradient(to right, #8D0366 0, #b500b3 100%);
  background: -webkit-linear-gradient(to right, #8D0366 0, #b500b3 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  font-weight: 900;
}
.emphasis-text::selection {
  background-clip: unset;
  text-fill-color: initial;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: initial;
  color: var(--dark-bg);
  background: #b500b3;
}
/*Collapse menu when screen is small*/
/* Make it so that after animation the menu is on top */
.sidebar.visible:not(.animating) {
  z-index: 9999 !important;
}
.secondary.menu .toc.item {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .following.bar.light .secondary.menu .left-menu.item,
  .following.bar.light .secondary.menu .dropdown.item,
  .following.bar.light .secondary.menu .right-menu.item,
  .following.bar.light .secondary.menu .right-menu.search.item {
    display: none;
  }
  .following.bar.light .secondary.menu .toc.item {
    display: block;
  }
  .sidebar .bottom-menu {
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .home.content .main.header {
    font-size: 2.3rem;
  }
  .home.content .custom-padded-container {
    margin: 3rem auto 2rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

