.app.light {
  --shade-0: #ffffff;
  --shade-1: #f5f5f5;
  --shade-2: #d8d8d8;
  --shade-3: #bbbbbb;
  --shade-4: #979797;
  --shade-5: #535353;
  --shade-6: #0c0c0c;
  --primary: #F04F54;
  --primary-dark: #ec2026;
  --primary-darker: #c81117;
  --secondary: #FFDD55;
  --secondary-dark: #ffd322;
  --secondary-darker: #eebe00;
  --background: #ffffff;
  --background-dark: #e6e6e6;
  --background-darker: #cccccc;
  --text-color: #0c0c0c;
  --text-color-dark: black;
  --text-color-darker: black;
  --bg-color: #f5f5f5;
  --border-color: #d8d8d8;
  --border-focus-color: #bbbbbb;
  --subtle: #979797;
  --muted: #535353;
}

.app.dark {
  --shade-0: #404447;
  --shade-1: #303437;
  --shade-2: #616161;
  --shade-3: #757575;
  --shade-4: #9e9e9e;
  --shade-5: #bdbdbd;
  --shade-6: #f5f5f5;
  --primary: #F04F54;
  --primary-dark: #ec2026;
  --primary-darker: #c81117;
  --secondary: #FFDD55;
  --secondary-dark: #ffd322;
  --secondary-darker: #eebe00;
  --background: #0c0c0c;
  --background-dark: black;
  --background-darker: black;
  --text-color: #ffffff;
  --text-color-dark: #e6e6e6;
  --text-color-darker: #cccccc;
  --bg-color: #303437;
  --border-color: #616161;
  --border-focus-color: #757575;
  --subtle: #9e9e9e;
  --muted: #bdbdbd;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.pl-1 {
  padding-left: 1em;
}

.pr-1 {
  padding-right: 1em;
}

body {
  font-size: 14px;
  background-color: var(--background);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: auto auto;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.secondary {
  color: var(--secondary-darker);
}

.lexendFont {
  font-family: Lexend Deca;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.interFont {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.h100 {
  height: 100%;
}

.al-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.one_page_div {
  height: 500px;
  position: relative;
  top: 0px;
  left: 0px;
  line-height: 18px;
  width: 98%;
}

.navbar-nav .always-active {
  background: var(--primary);
  border-radius: 16px;
  color: white !important;
  height: 30px;
}

.navbar-nav .active {
  background: var(--primary);
  border-radius: 16px;
  overflow: hidden;
  color: white !important;
  cursor: pointer;
}

.nav-link {
  color: var(--text-color) !important;
}

.hand {
  cursor: pointer;
}

.center-thankyou {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20%;
}

.center-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.primary-button {
  background: var(--primary);
  color: white;
}

.perspective-left {
  -webkit-transform: perspective(1500px) rotateY(15deg);
          transform: perspective(1500px) rotateY(15deg);
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.perspective-left:hover {
  -webkit-transform: perspective(3000px) rotateY(5deg);
          transform: perspective(3000px) rotateY(5deg);
}

.perspective-right {
  -webkit-transform: perspective(1500px) rotateY(-15deg);
          transform: perspective(1500px) rotateY(-15deg);
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.perspective-right:hover {
  -webkit-transform: perspective(3000px) rotateY(-5deg);
          transform: perspective(3000px) rotateY(-5deg);
}

.one_navbar_item {
  display: inline-block;
  background: transparent;
  color: var(--text-color);
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
  padding: 10px !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.one_navbar_item a {
  color: var(--text-color);
}

.btn {
  font-family: Inter;
  min-width: 150px;
  margin-top: 10px;
}

.logosvg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.logosvg:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.navbar-brand {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.navcontainer {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

div#navbarSupportedContent {
  -webkit-box-shadow: var(--primary) 0px 5px 8px;
          box-shadow: var(--primary) 0px 5px 8px;
  border-radius: 2rem;
}

.navbar-toggler {
  color: var(--text-color) !important;
  font-size: 3rem !important;
  -webkit-box-shadow: var(--primary) 5px 5px 8px;
          box-shadow: var(--primary) 5px 5px 8px;
}

.contactme-card {
  width: 75%;
  border-radius: 29px;
  padding: 20px !important;
}

.contactme-card .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contactme-card .space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-section {
  background-color: var(--primary);
  color: white;
}

.container {
  margin-bottom: 20px;
}

.no-color-pill {
  border-radius: 16px;
  padding: 10px;
  line-height: 10px;
}

.regular-font {
  font-size: 14px !important;
}

.timeline-div {
  background-color: var(--primary);
  width: 100%;
  min-height: 900px;
  overflow: show;
  color: white;
  padding: 5%;
  /* The actual timeline (the vertical ruler) */
  /* The actual timeline (the vertical ruler) */
  /* Container around content */
  /* The circles on the timeline */
  /* Place the container to the left */
  /* Place the container to the right */
  /* Add arrows to the left container (pointing right) */
  /* Add arrows to the right container (pointing left) */
  /* Fix the circle for containers on the right side */
  /* The actual content */
}

.timeline-div .heading {
  margin-top: 0 !important;
  color: white !important;
}

.timeline-div .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-div .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 50px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-div .card_container {
  padding: 10px 10px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-div .card_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid var(--secondary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-div .left {
  left: 0;
}

.timeline-div .right {
  left: 50%;
}

.timeline-div .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.timeline-div .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.timeline-div .right::after {
  left: -13px;
}

.timeline-div .content {
  position: relative;
  border-radius: 6px;
}

.timeline-div .card {
  position: relative;
  height: 250px;
  max-width: 400px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: 0px;
}

.timeline-div .card-side {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 15px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  color: white;
}

.timeline-div .card-side.back {
  background-color: var(--background);
  color: var(--shade-6);
}

.timeline-div .card-side.front {
  background-color: var(--secondary);
  color: #000;
}

.hobbies-div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.hobbies-div .comment {
  width: 200px;
  height: 120px;
  background-color: var(--secondary);
  padding: 20px;
  border-radius: 1.2rem;
  color: black !important;
}

.hobbies-div .row {
  width: 80%;
}

.hobbies-div .image1-holder {
  width: 219px;
  height: 262px;
  background: url("../assets/hobby-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  -webkit-transform: rotate(9.59deg);
          transform: rotate(9.59deg);
}

.hobbies-div .image2-holder {
  width: 219px;
  height: 262px;
  background: url("../assets/hobby-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  -webkit-transform: rotate(-20.72deg);
          transform: rotate(-20.72deg);
}

.hobbies-div .image3-holder {
  width: 219px;
  height: 262px;
  background: url("../assets/hobby-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  -webkit-transform: rotate(16.75deg);
          transform: rotate(16.75deg);
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.yellow-pill {
  background: var(--secondary);
  color: black;
  border-radius: 16px;
  padding: 10px;
  margin-left: 10px;
  text-align: center;
  line-height: 10px;
}

.btn-primary {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: white;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-content {
  padding: 2% 15% 0 15%;
  color: var(--text-color);
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  margin-top: 0%;
  color: var(--text-color);
}

.center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text-color);
}

.years-text {
  color: var(--text-color) !important;
}

.skills-container .list-heading {
  color: var(--text-color);
  font-size: 1.2rem;
  opacity: 0.9;
}

.skills-container .skill-ul {
  color: var(--text-color);
}

.skills-container .skill-ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.skills-container .skill-ul li .stars {
  position: absolute;
  padding-left: 130px;
}

.scroll-button {
  position: fixed;
  bottom: 10%;
  left: 3%;
  border: 1px solid var(--secondary);
}

.btn-dark-outline {
  background: transparent;
  opacity: 1;
  color: black;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid black;
}

.btn-dark-outline:hover {
  background: black;
  color: #FFFFFF;
}

.btn-dark {
  background: black;
  opacity: 1;
  color: #FFFFFF;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-dark:hover {
  opacity: 0.9;
}

.btn-white {
  background: white;
  opacity: 1;
  color: var(--primary);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-white:hover {
  opacity: 0.9;
}

.light .btn-primary:hover {
  background-color: var(--primary-darker);
}

.light .btn-primary-outline {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.light .btn-primary-outline:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #FFFFFF;
}

.dark .btn-primary-outline {
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.dark .btn-primary-outline:hover {
  background: var(--background);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.btn-secondary {
  background-color: var(--secondary);
  border: 0px;
  color: black;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-secondary-outline {
  background-color: transparent;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.landing-page-title {
  width: 65%;
  height: 100%;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10%;
  z-index: 1;
  color: var(--text-color);
}

.yellow-highlight {
  background-color: var(--secondary);
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  color: black;
}

.blue-highlight {
  background-color: var(--primary);
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  white-space: nowrap;
}

.h1 {
  font-size: 36px;
  line-height: 45px;
}

.h2 {
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}

.h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.name {
  color: var(--background);
}

.d-none {
  display: none;
}

.myphoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.myphoto-group {
  opacity: 1;
  position: absolute;
  top: 25%;
  right: 13%;
  margin: auto;
}

.circle2 {
  width: 398px;
  height: 392px;
  background: var(--primary);
  opacity: 1;
  position: absolute;
  top: 28px;
  left: 25px;
  border-radius: 50%;
  z-index: -3;
}

.circle3 {
  width: 283px;
  height: 298px;
  background: var(--background);
  opacity: 1;
  position: absolute;
  top: 87px;
  left: 83px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: -2;
}

.circle4 {
  width: 350px;
  height: 350px;
  background: url("../assets/mid-image-section.png");
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 20px;
  left: 0px;
  border-radius: 39%;
  z-index: -1;
}

.years-number {
  width: 100%;
  height: 298px;
  opacity: 1;
  position: absolute;
  top: 200px;
  left: -140px;
  font-family: Lemonada;
  font-style: normal;
  font-size: 500px;
  z-index: -1;
  color: var(--secondary);
}

.years-text {
  /* width: 100%; */
  /* max-width: fit-content; */
  /* opacity: 1; */
  /* position: absolute; */
  /* overflow: hidden; */
  /* top: 400px; */
  /* left: 200px; */
  /* z-index: -1; */
  font-family: Lemonada;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  /* line-height: 48px; */
  /* text-align: center; */
  color: #222222;
}

.footer-section .list-unstyled {
  line-height: 25px;
}

.footer-section .icon-button {
  min-width: 0 !important;
  height: 0px;
  padding-left: 10px;
  border-radius: 50%;
}

.footer-section .icon-button i {
  color: white;
  font-size: 2.5rem;
}

.one_navbar_item .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  background-color: var(--text-color) !important;
  border-radius: 20px;
  border: var(--primary) 5px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.one_navbar_item .switch:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: var(--secondary);
  top: 1px;
  left: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.one_navbar_item input[type='checkbox']:checked + .switch:after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.one_navbar_item input[type='checkbox']:checked + .switch {
  background-color: var(--text-color);
}

.one_navbar_item .offscreen {
  position: absolute;
  left: -9999px;
}

.thankyou .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thankyou h1, .thankyou p {
  margin: 0px;
  padding: 0px;
  color: var(--text-color);
  text-align: center;
}

.thankyou .box h1 {
  padding-top: 150px;
  color: var(--text-color);
  font-size: 50px;
}

.thankyou .box p {
  margin: 0px;
  padding: 0px;
}

.logosvg {
  width: 200px;
  height: 200px;
  background: url(../assets/logo.svg) no-repeat;
  background-size: contain;
  z-index: 100;
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .logosvg {
    width: 80px !important;
    height: 90px !important;
  }
  .skills-section .div-center {
    margin-left: 20%;
    width: 90%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  button.navbar-toggler {
    font-size: 29px !important;
  }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .recognition .row {
    padding: 15%;
  }
  .btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .circle2 {
    width: 200px;
    height: 200px;
    background: var(--secondary);
    opacity: 1;
    position: absolute;
    top: 28px;
    left: 58px;
    border-radius: 50%;
    z-index: -3;
  }
  .circle3 {
    width: 150px;
    height: 150px;
    background: var(--background);
    opacity: 1;
    position: absolute;
    top: 55px;
    left: 84px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: -2;
  }
  .circle4 {
    width: 225px;
    height: 225px;
    background: url("../assets/mid-image-section.png");
    opacity: 1;
    background-size: cover;
    position: relative;
    top: 9px;
    left: 41px;
    border-radius: 39%;
    z-index: -1;
  }
  .years-number {
    width: 100%;
    height: 298px;
    opacity: 1;
    position: absolute;
    top: 113px;
    left: -36px;
    font-family: Lemonada;
    font-style: normal;
    font-size: 250px;
    z-index: -1;
    color: var(--secondary);
  }
  .years-text {
    /* width: 100%; */
    /* max-width: fit-content; */
    /* opacity: 1; */
    /* position: absolute; */
    /* overflow: hidden; */
    /* top: 400px; */
    /* left: 200px; */
    /* z-index: -1; */
    font-family: Lemonada;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /* line-height: 48px; */
    /* text-align: center; */
    color: #222222;
  }
  .one_page_div {
    height: 500px;
    position: relative;
    top: 0px;
    left: 0px;
    line-height: 18px;
    width: 98%;
  }
  .main-content {
    font-size: 1rem !important;
  }
  .landingpage-section {
    margin-bottom: 500px;
  }
  .myphoto-group {
    opacity: 1;
    position: absolute;
    top: 500px;
    left: 16%;
    margin: auto;
  }
  .landing-page-title {
    margin: auto;
  }
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .card_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .card_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
  .div-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yellow-pill {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  div#about-me {
    margin-top: -183px !important;
  }
  .domain-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .domain-pills .col {
    margin-top: 5px;
  }
  .skills-section .div-center {
    margin-left: 0%;
    width: 60%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactme-card {
    width: 100%;
  }
  .footer-section p {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -33%;
    margin-bottom: 15px;
  }
  .footer-section .icon-button {
    /* display: flex; */
    /* flex-direction: column; */
    margin-left: 10%;
  }
  span.yellow-highlight {
    white-space: break-spaces;
  }
  span.blue-highlight {
    white-space: break-spaces;
  }
  .landing-page-title.center-flex {
    margin-top: 12px;
    padding: 0 !important;
  }
  .h1 {
    font-size: 18px;
    line-height: 25px;
  }
  .h2 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .logosvg {
    width: 80px !important;
    height: 90px !important;
  }
  .card-side {
    padding: 5px !important;
  }
  button.navbar-toggler {
    font-size: 29px !important;
  }
  .left::before {
    display: none;
  }
  .right::before {
    display: none;
  }
  /* The circles on the timeline */
  .timeline-div .card_container::after {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */