:root {
  font-family: "Mukta", sans-serif;
  --primary: #4b5320;
  --secondary: #ecf1ce;
  --title-font: "Righteous", sans-serif;
}

h2 {
  font-family: var(--title-font);
}

h4 {
  font-family: var(--title-font);
}

h5 {
  
  margin: 0 !important;
}

.profile-circle {
  width: 300px;
  height: 300px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.profile-circle img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.6) translateY(-30px);
}

.padding-less {
  padding: 0 !important;
}

.footer-icons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.solid-black {
  background-color: black;
  height: 1px;
}

.solid-white {
  background-color: white;
  height: 2px;
}

.section {
  padding-bottom: 0;
}

.padding-less-col-left {
  padding-top: 0px;
  padding-right: 0.75rem;
  padding-bottom: 0px;
  padding-left: 0px !important;
}


.about-me {
  margin: 5%;
}

.transition-on-view {
  opacity: 0;
}

.parallax-container {
  height: 75% !important;
  width: 100%;
}

.bullets {
  list-style-type: circle !important;
  margin: 10px;
}

.project-repo {
  margin-left: 1%;
}

.underline-link {
  transition: border-bottom 0.5s ease-in;
}

.underline-link:after {
  content: "";
  width: 0px;
  height: 3px;
  display: block;
  transition: 300ms;
}

.underline-link:hover:after {
  width: 100%;
  height: 2px;
  background-color: #607d8b;
}

body {
  background-color: black;
}

.no-margin {
  margin: 0 !important;
}

.project-item {
  margin-top: 2vh !important;
}

.connect-icons {
  border-radius: 5px;
  margin-right: 5px;
}

.my-chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 16px;
  border: solid 2px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.side-image {
  max-width: 270px;
  max-height: 270px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.side-image-div {
  display: grid;
}

.commit-message {
  font-family: "Lucida Console", Monaco, monospace;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 2px;
}

.margin-less {
  margin: 0;
  padding: 0;
}

.side-image-container {
  width: 25vw;
  float: left;
}

.transitioned {
  animation-name: has-transitioned;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.super-rounded {
  border-radius: 40px;
}

.item-shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 4px 0;
}

.smaller-font {
  font-size: small;
}

.img-fit {
  width: 100%;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

img {
  background-color: rgba(255, 255, 255, 1);
}

a {
  text-decoration: none;
}


.sun {
  margin: auto;
  background-color: rgba(255, 255, 255, 0);
}

.moon {
  margin: auto;
  background-color: rgba(255, 255, 255, 0);
}

.pop-in {
  animation: pop-in 0.5s ease-out;
  animation-fill-mode: forwards;
}

.pop-out {
  animation: pop-out 0.5s ease-out;
  animation-fill-mode: forwards;
}

.animation-frame {
  width: 100%;
  height: 100%;
  padding: auto;
}

.section-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.text-column {
  width: 40vw;
}