.custom-button{
    cursor: pointer;
}   

#image-preview{
    max-height: 200px;
    width: 200px;
}
#images-preview{
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    #logo img {
        width: 205px;
    }
}

.timeline-cover {
	max-height: 500px;
	object-fit: cover;
	display: flex;
	align-items: center;
}

.active-tab{
    border-bottom: 2px solid black;
}
.nav__underline ul li a{
    padding-bottom: 12px;
}
.mb-1{
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 2rem !important;
}
.mb-3{
  margin-bottom: 3rem !important;
}


.pb-1{
  margin-bottom: 1rem;
}
.pb-2{
  margin-bottom: 2rem !important;
}
.pb-3{
  margin-bottom: 3rem !important;
}


.w-200{
  width: 11rem;
}

.overflow-hidden {
  overflow: hidden;
}

.img-thumb {
	min-height: 200px;
	object-fit: cover;
	max-height: 200px;
}