/* Add here all your css styles (customizations) */

#logo-white {
  display: none;
}

#logo-black {
  display: inline;
}

.top-nav-collapse #logo-white {
  display: inline !important;
}

.top-nav-collapse #logo-black {
  display: none !important;
}

.top-nav-collapse a.navbar-brand img {
    -webkit-transition: all 300ms ease-out;
       -moz-transition: all 300ms ease-out;
         -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
}

.top-nav-collapse a.navbar-brand:hover img {
  opacity: 0.65;
}

.ico-number {
  font-weight: 400;
  font-size: 28px !important;
  font-style: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

::selection {
  background-color: #27d7e7;
  color: #fff;
}


