body {
    font-family: 'Montserrat', 'sans-serif';
    font-size: 14px;
}

.brand {
  text-align: center;
  color: rgb(165, 158, 158);
  font-size: 16px;
  font-weight: bold;
}

.liner {
  text-align: center;
  color: rgb(199, 236, 238);
  font-size: 50px;
}

.dappr {
  text-align: center;
  color: rgb(119, 119, 119);
  font-size: 30px;
  font-weight: bold;
  padding: 40px 10px 0px 10px;
  margin-bottom: 100px;
}

.dright {
  position: relative;
  top: 15px;
  text-align: right;
}

.logo {  
  width: 20px; 
  height: 20px;
}

.dvid {
  padding: 20px 10px 10px 10px;
  text-align: center;
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
}

.topright {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

.logoframe {
  border-radius: 50%;
  box-shadow: grey;
  background-color: grey;
}

.btn {
  border: none;
  border-radius: 15px;
  color: rgb(110, 110, 110);
  font-weight: bold;
}

.pheader{
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(102, 102, 102, 0.1), 0 1px 1px 0 rgba(102, 101, 101, 0.1);
  padding: 10px 10px 0px 10px;
  color: #6e6a6a;
  margin-bottom: 10px;
  height: 45px;
  width: 100%;
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
 }

 .bottomnavbar {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f0e8e8;
  padding: 10px 10px 10px 10px; 
}

.navsecleft {
  width:30%;
  text-align:left;
  float:left;
}

.navsecright {
  width:30%;
  text-align:right;
  float:right;
}

.navseccenter {
  width:40%;
  text-align:center;
  float:left
}