
@font-face {
	font-family: 'solarwarrior';
	src:url(../fonts/slkscr.ttf) format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    #font-family: 'Droid Serif', Georgia, Times, serif;
	#font-family: 'Allerta', Helvetica, Arial, sans-serif;
	font-family: solarwarrior, sans-serif; #, Helvetica, Arial, sans-serif;
}
 
p, div {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	#font-family: 'Crimson Text', Georgia, Times, serif;
}




body { 
    #background: url(../img/cubes/cubes.png) repeat 0 0;
    #background: url(../img/BlackBG.jpg) repeat 0 0;
    #background: url(../img/bright_squares/bright_squares.png) repeat 0 0;
    #background: url(../img/connect/connect.png) repeat 0 0;
    #background: url(../img/white_carbon/white_carbon.png) repeat 0 0;
    #background: url(../img/cream_dust/cream_dust.png) repeat 0 0;
}
.container-narrow {
    #background: url(../img/connect/connect.png) repeat 0 0;
    #background: url(../img/bright_squares/bright_squares.png) repeat 0 0;
	#background:rgba(255,255,255,1);
}

h1 { 
    text-shadow: 1px 1px 1px #ccc;
}

  body {
	padding-top: 20px;
	padding-bottom: 40px;
  }

  /* Custom container */
  .container-narrow {
	margin: 0 auto;
	max-width: 700px;
  }
  .container-narrow > hr {
	margin: 30px 0;
  }

  /* Main marketing message and sign up button */
  .jumbotron {
	margin: 60px 0;
	text-align: center;
  }
  .jumbotron h1 {
	font-size: 72px;
	line-height: 1;
  }
  .jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
  }

  /* Supporting marketing content */
  .marketing {
	margin: 60px 0;
  }
  .marketing p + h4 {
	margin-top: 28px;
  }