/* Put styles here */

body {
    font-size: 14px;
    font: "Deja Vu Sans";
    background: rgba(250, 222, 196);
    height: 95%;
}
.left_container {
  position: relative;
  left: 20%;
  top: 5%;
  width: 60%;
  height: auto;
  padding: 10px;
  padding-bottom: 30px;
  border: 5px solid rgb(128, 62, 0); 
  background-color:rgba(250,250,250);
  border-radius: 10px;
  box-shadow: 0px 0px 20px #888888;
}
.right_container {
  position: relative;
  left: 20%;
  top: 5%;
  width: 60%;
  height: auto;
  max-height: 55%;
  padding: 10px;
  border: 5px solid rgb(128, 62, 0); 
  border-radius: 10px;
  background-color:rgba(250,250,250);
  overflow-x: hidden;
  overflow-y: auto; 
  text-align:justify;
  box-shadow: 0px 0px 20px #888888;
}
.center_text {
  text-align: center;
}
.button {
  width: 100%;
  border-radius: 12px;
  padding: 10px;
  font-color: white;
  transition-duration: 0.4s;
  font: "Deja Vu Sans";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);

}
.button:hover {
  background-color:rgba(128, 62, 0);
  color: white;
}

.button a {
  color:inherit;
}

.select {
  width:100%;
  font: "Deja Vu Sans";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  border-radius: 12px;
  padding: 10px;
}
.bpas-banner { 
  background-image: url('img/coffee_splash.png'); 
  background-position: center; 
  background-size: cover; 
  top: -15px;
  bottom: 100px;
  width: 100%; 
  height: 100%; 
  position: relative; 
  margin-top:15px; 
}  

#collapseBut{
  visibility: hidden;
}
@media (max-width:1024px) {
  .left_container {
    top:15px;
    left: 0px;
    width:100%;
    height:auto;
    max-height: 100%;
    padding-bottom: 10px;
    border: 5px solid rgb(128, 62, 0);
    overflow-y: hidden; 
    overflow-y: auto;
  }
  .right_container{
    top: 0;
    left: 0;
    width:100%;
    height: auto;
    max-height: 90%;
    border: 5px solid rgb(128, 62, 0); 
  }
  .button{
    background-color: rgb(128, 62, 0);
    color: white;
  }
  #add_menu{
    display: none;
  }
  #collapseBut{
  visibility: visible;
  width: 100%;
  }
  .mTable{
    display: block;
  }
  .follow{
    text-align: center;
  }
}

.navbar {
  box-shadow: 0px 0px 20px #888888;
}

.col-centered{
  float: none;
  margin: 0 auto;
}