  html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
    body {
      font-family: 'Poppins', sans-serif;
      padding-bottom: 70px; 
    }

    .bottom-bar {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #f8f9fa;
      border-top: 1px solid #ddd;
      padding: 10px 20px;
      z-index: 1030;
  padding-top: 15px;
   padding-bottom: 15px;
    }
.main-content {
  display: flex;
  flex-direction: column; 
  justify-content: flex-start;
  height: 100%; 
}
    

    .top-bar {
      padding: 20px 40px;
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .modal-title {
      font-weight: 600;
    }
    
.list-group-item-action {
  cursor: pointer !important;
}

.modal-dialog {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: none; 
}


.card {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  align-items: center; 
}

.imgpf {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-text {
  flex-grow: 1;
  margin-right: 15px;
}

.card-img {
  border-radius: 5px;
}

.projectlink {
text-decoration:none;
}

.proj-name {
  font-family: 'Roboto Condensed';
  display: inline-block;
  transform: scaleY(1.3);
  font-size:30px;
  font-weight:bold;
  color:#48F; 
  transform-origin: center; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.proj-box:hover {
background-color:#EFF;
}

.proj-title-img {
max-width: 100%; max-height:100%; object-fit: contain;
}

.proj-img-box {
width: 240px; height: 200px; display: flex; justify-content: center;
margin:auto; 
align-items: center; 
}

.portfolio-line-head {
font-family: 'Roboto Condensed';
font-size:17px;
font-weight:bold;
margin-top:10px;
padding:5px;
color:white;
background:#48F;
}

.portfolio-line-text {
font-size:18px;
color:#000;
margin:0;
margin-bottom:5px;
margin-left:20px;
}

.portfolio-line-text ul {
margin:0;
padding:0;
margin-left:0;
padding-left:20px;
width:100%;
}

.portfolio-line-summary {
font-family: 'Roboto Condensed';
font-size:22px;
color:#080;
margin:0;
margin-bottom:5px;
margin-left:20px;
}

