body {
  font: 1.2em Roboto, Arial, Helvetica, sans-serif;
  background-color: #5CBEF7;
  margin: auto;
  max-width: 900px;
  padding: 20px;
  text-align: justify;
  min-height: 100%; }



  #bannerimage {
  width: 100%;
  background-image: url('../images/Banner.jpg'););
  height: 300px;
  background-color: purple;
  background-position: center;
}


::-moz-selection { /* Code for Firefox */
  color: black;
  background: #FFEE77;
}

::selection {
  color: black;
  background:  #FFEE77;
}
/*
* {
  transition: all 0.3s; }
*/
h1,
h2,
h3,
h4,
h5 {
  font-family: Futura;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: normal;
  text-align: left; }

h3 {
  font-size: 1.3em;
}
h4,
h5 {
  font-size: 1.1em;
}

.link,
a {
  text-shadow: 1px, 1px solid;
  color: blue;
  cursor: pointer;
  text-decoration: none; }

.noactivities {
  font-weight: bold; }

.hidden {
  display: none; }
