body {
    background: url('../img/bg.png') left top;
}

.container {
    background: #fff;
    margin: 20px auto;
    border-radius: 6px;
    /* border: 1px solid #ccc; */
    
    -moz-box-shadow:    0px 0px 2px 2px #ebebeb;
    -webkit-box-shadow: 0px 0px 2px 2px #ebebeb;
    box-shadow:         0px 0px 2px 2px #ebebeb;    
    
}

.header {
    margin-top: 10px;
    margin-bottom:  -10px;
    z-index: 1;
    position: relative;
}

.header .nav-pills li {
    padding: 0;
}

.nav > li > a {
    padding: 0;
    margin:  0;  
}

.header .nav-pills a {
    color:  #999;
    font-size: 3em;
}

.header .nav-pills a span {
    display: none;
}

.jumbotron {
    z-index: 0;
    position: relative;
    background: #fff;
}

.jumbotron .text h1, .jumbotron .text p.lead {
    color:  #000;
    text-shadow: 0px 1px 7px #fff;
} 

.facebook_color, .facebook_color:visited {
    background: #3B5997;
    border-color: #324B83;
}

.facebook_color:hover, .facebook_color:focus {
    background-color: #5A75A2;
}


/**************************************/
/*********** SOCIAL ICONS *************/
/**************************************/

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?42073601');
  src: url('../fonts/fontello.eot?42073601#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?42073601') format('woff'),
       url('../fonts/fontello.ttf?42073601') format('truetype'),
       url('../fonts/fontello.svg?42073601#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?42073601#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-twitter-circled:before { content: '\e803'; } /* '' */
.icon-facebook-circled:before { content: '\e802'; } /* '' */
.icon-gplus-circled:before { content: '\e801'; } /* '' */