.page-header {
    background-color: silver;
    border-radius: 10px;
    border: 3px solid #C0C0C0;
}

body { 
   /*padding-bottom: 70px; 
background-color:blue; */
}

#logo {
    height: 100px;
    position: fixed;
    z-index: 1100;
    text-align: center;
    //margin-top: -70px;
    margin-left: -50px;
    border-radius: 50%;
}

.background {
  background-image:url("../img/background.jpg"); 
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin-top: 120px;
  //height:600px;
}

.container {
  padding-top: 60px;
}

.bottom {
  width:100%;
  height:100%
}

.centerPage {
text-align: center;
height:40px;
//width:100%;
}

h1, h2 {
    text-align: center;
}

li{
  display: inline-block;
  text-align: center;
  font-size: 26px;
  padding-right: 15px;
}

img {
  cursor: pointer;
}

footer {
    /*margin: 50px 0px;*/
    text-align: center;
    color: white;
    background-color: #222;
    /*border-radius: 4px;
    border-radius: 10px;
    border: 3px solid #C0C0C0;*/
}
