BODY {
  background-color: #c2d9e9;
  background-image: url("https://graphics.cammsoft.com/img/659bd064c0efa3628dd7a6df");
  background-attachment: fixed;
}

DIV.body-background {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  opacity: 0;
}

#body-welcome {
  width: 100%;
  height: 2000px;
  background-color: #00518a;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 200px;
}

IMG.main-logo {
  max-width: 400px;
  max-height: 400px;
  width: 75%;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#body-content {
  position: absolute;
  top: 300px;
  left: 0px;
  width: 100%;
  min-height: 100%;
}

IMG.banner-logo {
  max-width: 100%;
  max-height: 41px;
}

DIV.header-elem {
  display: inline;
  line-height: 41px;
  vertical-align: bottom;
}

DIV.served-logo {
  display: inline-block;
  height: 50px;
  margin: 10px;
}
DIV.served-logo IMG {
  height: 50px;
  width: auto;
}

DIV.canada-flag {
  text-align: center;
}
DIV.canada-flag IMG {
  max-width: 100%;
}

#menu-welcome {
  position: fixed;
  right: 12px;
  top: 0px;
}

#text-welcome {
  position: fixed;
  left: 20px;
  bottom: 10px;
  color: #DDDDDD;
  font-size: 30px;
  font-family: "copperplate_gothic_boldRg";
  text-align: center;
}