/* 
.body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif,
    "Sans Serif Bold", Icons;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #031a2b;
  animation: float 10s ease-in-out infinite;
}
*/

/* nav menu */

.navbar-nav .nav-link {
  margin-left: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #212529;
  font-size: 14px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #999;
  text-decoration: underline;
}

/* project pages */

/* heros */
.hero-banner {
  margin-bottom: 0;
  border-bottom: none !important;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

/* roles */
.hero-meta {
  padding-top: 16px;
  margin-top: 16px;
}

.meta-label {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.meta-value {
  font-size: 16px;
  font-weight: 300;
}

/* project-main */

.main-section {
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

.sub-section {
  padding-bottom: 2rem;
}

.section-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1rem;
}

.icon-bullet {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.project-body p {
  font-size: 16px;
  line-height: 1.6;
  /*transition: transform 1s ease-in-out, opacity 0.8s ease-in-out;*/
}

.project-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.project-img.reveal {
  opacity: 1;
  transform: translateY(0);
}

.projectbody-link {
  /*text-decoration: none;*/
  color: inherit;
  transition: color 0.3s ease;
}

.projectbody-link:hover {
  color: #999;
}

.custom-bullets {
  font-size: 14px;
  line-height: 1.5;
}

.figma-embed {
  border: none;
  width: 100%;
  height: 600px;
}

/* pending */

.header {
  border-bottom: none !important;
  padding: 20px 0;
}

.icon-placeholder {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 4px;
}

.intro {
  padding: 60px 40px 20px;
  line-height: 1;
}

.intro span {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.intro h1 {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 1000;
  margin: 0;
}

.intro p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/* index.com */

.menu {
  margin: 40px;
  line-height: 1;
}

.menu-item {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 16px 0;
  text-decoration: underline;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
  color: rgba(3, 26, 43, 1);
}

.menu-item:hover {
  transform: translateX(30px);
  color: #999;
}

.projects {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 40px 60px;
}

.project {
  width: calc(50% - 40px);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.project img {
  width: 100%;
  display: block;
  background-image: repeating-conic-gradient(#ccc 0% 25%, #fff 0% 50%);
  background-size: 20px 20px;
  aspect-ratio: 1688 / 1035;
  opacity: 1;
  height: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
  will-change: transform, opacity;
}

.project img:hover {
  filter: brightness(95%);
}

.project h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 400;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif,
    "Sans Serif Bold", Icons;
}

.project p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif,
    "Sans Serif Bold", Icons;
}

.project h3 a,
.project p a {
  color: inherit;
  text-decoration: none;
}

.project h3 a:hover,
.project p a:hover {
  color: #999 !important;
  /*text-decoration: underline;*/
}

.project:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}

/* bottom menu */
.bottom-menu {
  border-top: 1px solid #e0e0e0;
  padding: 40px 40px 10px 40px;
}

.bottomproject-link {
  color: #999;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.bottomproject-link:hover {
  text-decoration: underline;
  color: #212529;
}

.bottomnav-links {
  padding: 20px 30px;
}

.left-link,
.right-link {
  color: #212529;
  font-weight: 400;
  text-decoration: none;
  padding: 0 40px 0 40px;
}

.left-link:hover,
.right-link:hover {
  text-decoration: underline;
  color: #999;
}

@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }
}

/* general */

footer {
  padding: 40px;
  text-align: center;
  font-size: 14px;
}

.section-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.social-links a {
  margin: 0 10px;
  color: #001323;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #999;
}

.resume-btn {
  background-color: black;
  color: white;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.resume-btn:hover {
  background-color: #999;
  color: white;
  text-decoration: none;
}
