body {
  overflow-y: scroll;
  overflow-x: scroll;
  background-image: url('../Background_v4.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.90);
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
body {
    -ms-overflow-style: none;
}

.container {
  max-width: 70%;
  background-color: rgba(255, 255, 255, 0.85);
}

.container .container{
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.container-webpagefill{
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
   background-color: rgba(255, 255, 255, 0);
}

.tooltip-inner{
  color: black;
  background-color: white;
  word-wrap: break-word;
  text-align: left;
  white-space: pre-line;
}

.btn-default{
  font-weight : bold ;
}

a {
  color:rgb(0,0,100);
}
