body{
  color: #244274;
  width: 1080px;
  height: 1920px;
  background-image: url("../images/cominar1200bg.jpg");
  background-repeat: repeat-y;
  /*background-attachment: fixed;*/
  border:2px solid violet;
  padding: 0;
  margin: 0;
  overflow: hidden; /* Hide scrollbars */
}
a:link{
  color: white;
  text-decoration: none;
}
.building-header{
  
  background-color: rgb(15, 28, 51);
  color: white;
  font-size: 4em;
  font-weight: bolder;
  text-align: center;
  align-content:center;
  vertical-align: middle;
  line-height: 150px;
  height: 150px;
}
.building-footer{
  
 background-color: white;
  color: rgb(15, 28, 51);
  font-size: 4em;
  font-weight: bolder;
  text-align: center;
  align-content:center;
  vertical-align: middle;
  line-height: 150px;
  height: 200px;
  margin-top: 20px;
}
.grid-container {
margin-top: 20px;
margin-left: 10px;
  display: grid;
  grid-template-columns: 20% 77%;
  grid-auto-rows:280px;
  grid-gap: 20px;
  justify-items: stretch;
  align-items: stretch;
 
  
}
.floor-index{
  margin-left: 20px;
background-color: rgba(36, 66, 116, 0.9);
color: white;
font-size: 13em;
text-align: center;
align-content:center;
vertical-align: middle;
line-height: 250px;

}
.floor-content{
  display: grid;
  grid-template-columns: 90% 10%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  background-color: rgba(36, 66, 116, 0.9);
  color: white;
  font-size: 2em;
  text-align: left;
  align-content:center;
  vertical-align: middle;

  
}
.floor-content div{
 padding-bottom: 10px;
}
.overlay {
    width: 650px;
    height: 400px;
    position: fixed;
    left: calc(50% - 340px);
    top: calc(50% - 230px);
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 999;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 0;
}
.background {
    position:fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0;
}

.popup_content {
  margin: 10px;
  padding: 0 10px;
  max-width: 60%;
  border: 2px solid #444;
  background: white;
  color: rgb(0, 0, 0);
  font-size: 2em;
  font-weight: bolder;
  text-align: center;
  align-content:center;
  vertical-align: middle;
}