@import url(//fonts.googleapis.com/css?family=Abril+Fatface:400);

@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700);

@import url(//fonts.googleapis.com/css?family=Oxygen:400);


html {
  position: relative;
}
body {


}
.main {
      margin-left: 20%;
      background:transparent url(../images/background.png) repeat scroll; 
  /*  max-height: 60% !important;*/
}

p {
    font-family:Oxygen;
    font-weight:400;
   /* font-size:25px;*/
   
}
.header {

  top: 0;
  width: 100%;
  height: 2em;
  line-height: 2em; /* Vertically center the text there */
  background-color: rgba(224,224,227,0.8);/*  #f5f5f5; rgba(245,245,245,1) #e0e0e3; rgba(224,224,227,0.8)  */
 
}
.footer .row{
    margin-left: 20%;
}
.footer{
 position: relative;
  bottom: 0;
  width: 100%;
  line-height: 2em;
  background-color: rgba(224,224,227,0.8); /*#e0e0e3;*/ 
}
.PWfoot li {
    
    border: 0 !important;
}

.list-group-item {
    padding: 0.5em 0.5em 0 0!important;
}
