#navbar:not(.navbar-scrolled) {
  background-color: transparent;
  color: red;
  font-family: 'Montserrat';
  font-weight: bolder;
}

#navbar.navbar-scrolled {
  background-color: #0f5e03;
  box-shadow: 0 3px 10px black;
  color: #506799;
  font-family: 'Montserrat';
  font-weight: bolder;
}

.navbar {
  transition: all 0.3s;
}

.navbar-brand {
  width: 150px;
  height: 73px;
}

#rtravel_logo {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#socialicons {
  color: rgb(86,94,100);
}

#linkcolours {
  font-family: 'Montserrat';
  color: white;
}

