html {
  background: url('images/metal.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Be Vietnam Pro', sans-serif;
}

.privacyWrapper {
  background-color: #ffaa5a;
  padding: 3%;
  margin: 75px 3% 3%;
}

#titleContainer {
  display: flex;
  background-color: rgba(250, 235, 215, 0.45);
  padding: 5px 8px 4px 8px;
  position: relative;
}

#titleContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1;
  background: url("/images/blueprintbackground.jpg");
}

.appTitle {
  font-size: 35px;
}

.logoImage {
  width: 45px;
  margin-right: 10px;
}

.headerBar {
  background-color: #ffaa5a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1
}