* {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF !important;
  font-size: 16px;
}
*::-moz-selection {
  background-color: #BBA4E5;
}
*::selection {
  background-color: #BBA4E5;
}

body {
  background-color: #404552;
  margin: 0;
  min-height: 100vh;
  position: relative;
}

#bodyContainer {
  padding: 0 9%;
}
@media (max-width: 991px) {
  #bodyContainer {
    padding: 0 2%;
  }
}

a {
  color: #FFFFFF;
}
a:hover {
  color: #EFD079;
}

section {
  padding: 4.5rem 9%;
}
@media (max-width: 991px) {
  section {
    padding: 4.5rem 2%;
  }
}
section:first-of-type {
  padding-top: 9rem;
}

.link--color {
  color: #EFD079 !important;
}

.link--underline {
  text-decoration: underline !important;
}

.primary {
  background-color: #404552;
}

.light {
  background-color: #6B707E;
}

.dark {
  background-color: #191E2A !important;
}

.smFont {
  font-size: 14px;
}

.mdFont {
  font-size: 16px;
}

.lgFont {
  font-size: 20px;
}

.bold {
  font-weight: bold;
}

.noStyle {
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

#nav {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 1rem 9%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  #nav {
    padding: 1rem 2%;
  }
}
#nav a {
  font-size: 20px;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav #nav__right a {
  margin-left: 1.5rem;
}
#nav .navbar-toggler {
  outline: transparent;
  outline-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
#nav .navbar-toggler:focus {
  outline: transparent;
  outline-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
#nav .navbar-toggler:focus-visible {
  outline: transparent;
  outline-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
#nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#nav #navbarToggler {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#nav #navbarToggler .navbar-nav {
  margin: 0 !important;
}

footer {
  background-color: #6B707E;
  text-align: center;
  padding: 1rem 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contactLink {
  padding: 0 0.75rem;
}
.contactLink:hover i {
  color: #EFD079 !important;
}
.contactLink i {
  font-size: 20px;
}

#bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bio p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bio #headshotContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bio #headshotContainer #headshot {
  height: 195px;
}
#bio__text {
  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;
}
#bio__text #age {
  display: contents;
}

#featuredProjects .featuredProjects__imgContainer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#featuredProjects .featuredProjects__imgContainer img {
  height: 333px;
  width: 333px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  margin-bottom: 1rem;
}

#projectsIntro .tool {
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#projectsIntro .tool__logo {
  height: 4.5rem;
  width: 4.5rem;
  background-color: #6B707E;
  border-radius: 50%;
  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;
  margin-bottom: 1rem;
}
#projectsIntro .tool__logo i {
  font-size: 40px;
}
#projectsIntro .tool__desc {
  margin-top: 1rem;
}

#projectSearchBar {
  padding: 0 9%;
}
@media (max-width: 991px) {
  #projectSearchBar {
    padding: 0 2%;
  }
}
#projectSearchBar #searchBar {
  background-color: #6B707E;
  border-radius: 35px;
  padding-left: 1rem;
}
#projectSearchBar #searchBar button {
  height: 100%;
  background-color: transparent;
  border: none;
}
#projectSearchBar #searchBar input {
  width: calc(100% - 40px);
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#projectSearchBar #searchBar input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#projectSearchBar #searchBar input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#projectSearchBar #searchBar input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#projectSearchBar #searchBar input::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#projectSearchBar #searchBar input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
#projectSearchBar #searchBar input:focus-visible {
  border: none;
  outline: none;
}

#projects .project {
  border-radius: 40px;
  background: #6B707E;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
#projects .project__seeMore {
  margin-bottom: 0;
}

#games .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#games .game {
  background-color: #6B707E;
  border-radius: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 65%;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  #games .game {
    width: 90%;
  }
}
#games .game img {
  width: 100%;
  border-radius: 40px;
  margin-bottom: 1rem;
}
#games .game p {
  margin-left: 1rem;
  margin-right: 1rem;
}
#games .game__myRoles {
  margin-bottom: 1rem;
}