* {
    font-family: 'Source Sans Pro', sans-serif;
}

@media (min-width: 992px) {
    .navbar {
        height:55px;
    }
    .timeline_container {
        display: none;
  }
      
    .timeline_container div {
        display: none;
    }
}

a {
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    font-weight: bold;
    color: #28a745;
    text-decoration: none;
}

.border-left {
    border-left: 2px solid #343a40;
    padding-left: 8px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.timeline-container {
    margin-left: 50px;
    margin-top: 10px;
    border-left: 5px solid rgb(0, 123, 255);
}

.timeline-container div {
    padding: 8px;
    margin-left: 15px;
    margin-bottom: 10px;
    background-color: rgb(32, 201, 151);
    width: 500px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.timeline-container div p b {
    font-size: 20px;
    color: rgb(0, 123, 255);
    margin-bottom: 5px;
}

.carousel-item {
    max-width:1100px;
    max-height:500px;           
    }
    
.card.border-info:hover {
    background-color: rgb(23, 162, 184);
    font-weight: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
  background-color: rgba(0,0,0,0.5);
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 65px;
  color: rgb(0, 123, 255);
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 65px;
  color: rgb(0, 123, 255);
}

.btn-large {
    height: 50px;
    width: 80%;
}