/* You can customize theme styles here */
#display-header {
    font-weight: 700!important;
    width: 95%!important;
    background: -webkit-linear-gradient(left,#444,#2bbfce,#2b98ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media only screen and (min-width: 768px) {
    #display-header {
        font-size: 1.5em!important;
    }

     h1.display-1 span {
        font-size: 0.75em;
      }
}

.header .navbar-brand span:first-child {
    font-family: 'Orbitron', sans-serif;
    color: #444;
    font-size: 40px;
}

.header .navbar-brand span {
    display: inline; 
}

.header .navbar-brand span:first-child#bracket { 
    color: #2b98ce;
    font-size: 32px;
    margin-left: 2px;
    margin-right: 2px;
}

html body ::selection {
    background-color: #2b98ce;
    color: #fff;
}

.footer__right a {
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    
}

html body ::-moz-selection{background-color:#2b98ce !important;color:#fff}

@media (max-width: 480px) {
  .header .navbar-brand {
    margin-right: 14px;
  }

  #display-header {
    font-size: 1.20em!important;
  }
  h1.display-1 span {
    font-size: 0.75em;
  }

  .header .navbar-brand span:first-child {
    font-size: 30px;
  }

  .header .navbar-brand span:first-child#bracket {
    font-size: 22px;
  }
}
