body {
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  color: #222;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbf4+0,f0e5d7+40,bcbaad+79,fffbf4+100 */
background: rgb(255,251,244); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,251,244,1) 0%, rgba(240,229,215,1) 40%, rgba(188,186,173,1) 79%, rgba(255,251,244,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,251,244,1) 0%,rgba(240,229,215,1) 40%,rgba(188,186,173,1) 79%,rgba(255,251,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,251,244,1) 0%,rgba(240,229,215,1) 40%,rgba(188,186,173,1) 79%,rgba(255,251,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf4', endColorstr='#fffbf4',GradientType=0 ); /* IE6-9 */

}
  
h1, h2 {
  color: #48f;
}
h1 {
  font-size: 2.8em;
  margin: .2em;
  text-shadow: 2px 2px 2px #668;  
}
h2 {
  font-size: 2em;
  margin: .1em;
}

#header {
  text-align: center;
}
#content {
  position: relative;
 
}
#intro {
  position: static;
  float: left;
  width: 33%;
  padding: .5em 2em;
  margin: 0;
  font-size: 1.3em;
}
#slides {
  width: 33%;
  float: left;
  padding: .5em;
  position: relative;
  padding: 0;
  margin: 0;
}
#facebook {
  position: static;
  float: right;
  width: 380px;
  margin: .5em;
  padding: 0;

}
#intro {
  text-align: center;
}
#intro p {
   text-align: justify;
   margin: 0 0 2em 0;
   padding: 0;
}
a.enter {
  font-size: 1.5em;
  font-weight: bold;
  color: #eff;
  background: #48f;
  border-radius: 8px;
  padding: 8px;
  text-shadow: 1px 1px #040;
  text-decoration: none;
  white-space: nowrap;
}
a.enter:hover {
  background: #4Af;
  color: white;
  text-shadow: none;
}

@media screen and (max-width: 1400px) {
  #intro {
    width: 45%;
    margin-bottom: 3em;
  }
  #slides {
    width: 45%;
    float: right;
  }
  
  #facebook: {
    clear: both;
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #intro {
    width: 90%;
    float: none;
  }
  #slides {
    width: 100%;
    float: none;
  }
  
  #facebook {
    width: 90%;
    clear: both;
    float: none;
    text-align: center;
  }
}

html
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}