/*****************************************************
NAVIGATION
*****************************************************/

@media screen {

a.navbar-brand {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
}

.navbar-brand {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
}

.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
}



} /* end media screen */



/*****************************************************************************/
/*
/* SMALL SCREEN
/*
/*****************************************************************************/

  @media (max-width: 768px) {

}
