.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;
}

.m-auto {
  margin: auto!important;
}

