@media (min-width: 768px) {
  .show-on-large {
    /*display: block;*/
  }
}

@media (max-width: 767px) {
  .show-on-large {
    display: none;
  }
}

.show-on-large {
  font-size: 2.4rem;
  font-family: 'Allison';
}

/* Adjust for desktop screens */

#navbar-logo {
  width: 50px;
  height: auto;
  object-fit: contain;
}

.timeline {
  list-style: none;
  padding: 0;
}

.timeline li {
  padding: 15px;
  /*border-left: 3px solid #007BFF;*/
  margin-bottom: 15px;
  background: #efeaea;
  border-radius: 5px;
  position: relative;
  text-align: center;
}

.timeline .year {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #b33100;
  margin-bottom: 5px;
}

.ronjaBackGroundColor {
  background-color: #efeaea;
}

.button-container {
  text-align: center;
  margin-top: 20px;
  background-color: background-color: #b33100;
  color: #b33100;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #b33100;
  background: #b33100;
}

ronjaBackGroundColor {
  background-color: #efeaea;
}

ronjaHeading {
  font-family: 'Allison';
  font-size: 4.2em;
  /*height: -3em;*/
}

.ronjaHeading {
  /*color: red;*/
  font-family: 'Allison';
  font-size: 4.2em;
}

.ronjaNavBarBackGround {
  background-color: #ffffff6e !important;
  color: black !important;
}

.ronjaNavBarFont > li > a {
  color: black !important;
}

.hiddenCurrent{
  display:none
}

