.gradient-background {
  background: linear-gradient(300deg, #a3cf62, #dee459, #52a25e);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.card { 
    margin-bottom: 20px !important;
 }

.card-body {
  font-size: 1rem;
  margin-left: .5rem;
  margin-top: 0;
}

.card-img-top {
  width: 100%;
  height: auto;
  margin: 0px;
}

.hike-body {
  font-size: 1.2rem;
  margin: 2rem;
}

.nav-link {
  font-weight: 500;
  color: #6D6B6B;
}


body {
  font-family: 'Roboto', sans-serif;
}


p {
  font-size: 1.3rem;
}

.p-directions-box {
  margin-bottom: 0 !important;
}


.p-footer {
  font-size: 1rem;
}

h1 {
  font-size: 3.5rem;
  font-weight: 900;
}

h2 {
  font-size: 2.5rem;
  font-weight: 400;
}

.bold-italic {
  font-weight: bold;
  font-style: italic;
}

.highlight-green {
  color: #198754;
  font-weight:900; 
}

.icon-square {
  width: 50px;
  height: 50px;
  margin-right: 6px;
}

.profile-img {
  height: 100px;
  border-radius: 50%;
}

.update-box {
width: 100%;
background-color: #dc354525;
border: medium solid #A9A9A9;
border-radius: 9px;
padding-top: 12px;
padding-right: 12px;
padding-bottom: 0px;
padding-left: 16px;
margin-top: 9px;
margin-right: 12px;
margin-bottom: 12px;
margin-left: 0px;
font-size: 1.2rem;
}

.directions-box {
width: 100%;
background-color: #19875425;
border: medium solid #A9A9A9;
border-radius: 9px;
padding-top: 12px;
padding-right: 12px;
padding-bottom: 0px;
padding-left: 16px;
margin-top: 9px;
margin-right: 12px;
margin-bottom: 12px;
margin-left: 0px;
font-size: 1.2rem;
}

.highlight-box {
width: 100%;
background-color: #ffc10725;
border: medium solid #ffc107;
border-radius: 9px;
padding-top: 12px;
padding-right: 12px;
padding-bottom: 0px;
padding-left: 16px;
margin-top: 9px;
margin-right: 12px;
margin-bottom: 12px;
margin-left: 0px;
font-size: 1.2rem;
}

