
body {
  padding-top: 54px;
  background: #f7f9fc;
  color: #17212b;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

.navbar {
    background-color: #081D2E;
    box-shadow: 0 2px 14px rgba(8, 29, 46, 0.18);
}

.portfolio-page {
    margin-top: 42px;
}

.portfolio-header {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-label {
    color: #4d6f8f;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.portfolio-header h1 {
    color: #081D2E;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.portfolio-header .lead {
    color: #53606c;
    font-size: 1.2rem;
    max-width: 620px;
}

h2 {
    color: #081D2E;
    font-weight: 700;
}

@media (max-width: 575px) {
    .portfolio-page {
        margin-top: 28px;
    }

    .portfolio-header h1 {
        font-size: 2.35rem;
    }

    .portfolio-header .lead {
        font-size: 1.05rem;
    }
}

.card {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(8, 29, 46, 0.10);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 16px 36px rgba(8, 29, 46, 0.16);
    transform: translateY(-4px);
}

.project-image {
    background: #ffffff;
    height: 220px;
    object-fit: cover;
}

.card-body {
    min-height: 265px;
    height: auto;
    padding: 1.4rem;
}

.card-title {
    color: #081D2E;
    font-weight: 700;
}

.card-text {
    color: #52606d;
}

.card ul {
    color: #33485c;
    padding-left: 1.2rem;
}

.btn-stack {
    display: flex;
    flex-direction: column;
}

.btn-stack .btn + .btn {
    margin-top: 8px;
}

.learning-card-image {
    object-fit: contain;
    padding: 24px;
    background-color: #f6f8fa;
}

.footer-margin {
  height: 80px;
}
.footer-bottom{
	width: 100%;
	padding: 25px 0;
	text-align: center;
    background-color:#0C1D2E;
}

.btn-linkedin {
    background: #007bb6;
    border-color: #007bb6;
}

.btn-github {
    background: #23282D;
    border-color: #23282D;
}

.btn-email {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.link_button {
  position: absolute;
  bottom: 15pt;
  right: 0;
  left: 0;
  margin: auto;
}

.projectFilter a {
  border: 1px solid #d8e1ea;
  border-radius: 999px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin: 4px 5px;
  padding: 8px 14px;
  color:#081D2E;
  text-decoration:none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.projectFilter a.current {
    background-color: #081D2E;
    border-color: #081D2E;
    color: #ffffff;
}

.projectFilter a:hover {
    border-color: #081D2E;
    text-decoration: none;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
