scratch – Rev 71

Subversion Repositories:
Rev:
@font-face {
    font-family: 'Overdose Sunrise';
    src: url('fonts/overdose_sunrise-webfont.woff2') format('woff2'),
         url('fonts/overdose_sunrise-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.paralax-background {
  background: url('/img/scratch-logo.svg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 480px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
  
  /* Blur. */
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

.jumbotron {
  height: 480px;
  color: red;
  padding-top: 120px;
  text-align: center;
  text-shadow: #EEEE00 0 0 10px;
  background:transparent;
  font-family: 'Overdose Sunrise';
}