body {
  min-height: 100%;
  font-family: 'Rozha One', serif;
  background: url("../images/background.jpg") no-repeat fixed center; 
  background-size: cover;
  background-size: 100% 100%;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.cnvBar {
  cursor: pointer;
  width: 40px;
  padding-top: 20px;
  margin-left: 60px;
}

.bar {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.topnav {
  overflow: hidden;
  background-color: #99c2d0;
  position: relative;
  width: 215px;
}

.topnav #links {
  display: none;
  border: 1px;
  border-style: solid;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.left {
  position: absolute;
  top: 40%;
  padding-left: 60px;
}

.lbl32 {
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
  /*color: #00529b;*/
  font-size: 32;
  width: 400px;
  line-height: 26px;
}

.lbl24 {
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
  font-size: 22;
  width: 400px;
  line-height: 26px;
}

.cnvDetails {
  position: absolute; 
  left: 0px; 
  top: 180px; 
  width: 100%;
}

.cnvOpacity {
  color: #FFFFFF; 
  background-color: #000000; 
  font-size: 20;  
  text-align: justify; 
  padding-top: 14px; 
  width: 100%; 
  height: 100%; 
  opacity: .7;  
  -moz-opacity: .7; 
  -khtml-opacity: .7; 
  filter: alpha(opacity=70);
}

.cnvCell {
  display: flex; 
  justify-content: center; 
  align-items: center;
  width:50%; 
}