html, body{ 
    padding: 0;
    margin: 0;
}
/*---------- Header Properties ----------*/
#headding{
  align-items: center;
  background-color: #496AB1;
}
.appName{
  font-size: 30px; 
  margin-left: 20px; 
  font-family: Bigshot One; 
  font-weight: 800;
}
.appName a{
  color: #ff0080;
  letter-spacing: -0.07ex;
  animation: anim 5s infinite alternate ease-in-out;
  text-decoration: none;
}
@keyframes anim {
  from {
    text-shadow: 0px 0px 0px 0 transparent;
    color: #4566A9;
    font-size: 30px;
  }
  to {
    text-shadow: 20px 10px 10px rgba(0, 10, 0, 0.5);
    color: #ff0080;
    /*font-size: 31px;*/
  }
}
.user a{
  color: #fff; float: right; margin-right: 20px; margin-top: 5px; font-size: 13px;font-family: canbria; color: cyan; font-weight: 500;
}

#headding2{
  background-color: #496AB1; text-align: center;
}
.groupName{
  display: inline-block; margin-bottom: 5px;color: #fff; font-size: 20px; font-family: canbria; font-weight: bold; color: #f1c40f;font-style: italic;
}
.projectname{
  display: inline-block;color: #fff; font-size: 17px; font-family: canbria; font-style: italic; color: #ffcc66; font-weight: bold; 
}
.buildingname{
   display: inline-block;color: #fff; font-size: 14px; font-family: canbria; font-style: italic; color: #ffcc66; font-weight: bold;
}
.Logout{
  display: inline-block; float: right; margin-right: 20px;
}
.Logout button{
  height: 30px; border-radius: 5px; background-color: #2f92d7; border: none; width: 70px;font-family: cambria; font-size: 18px; color:#fff;
}
/*---------- Header Properties - End ----------*/
/*---------- Main Content - Text Properties ----------*/
#jumbotron{
  float: left;width: 20%; background-color: #2f92d7;
  /*height: calc(var(--windowHeight)*0.857519);*/
}
#scroll_info{
  padding: 0px 8px 0px 8px;
  font-family: cambria;
  color: black;
  text-align: justify;
  z-index: 1;
}
.scroll_info p{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
/*---------- Main Content - Text Properties  - End ----------*/

/*---------- Main Content - Video Properties ----------*/
.jumbotron { 
  position: relative;
  overflow: hidden;
  /*height: calc(var(--windowHeight) * 0.857519);*/
  border-radius: 0 !important;
  width: 80%;
}
.jumbotron img{     /* jumbotron video */
  position: absolute;
  top: 0; 
  left: 0; 
  width: auto; 
  height: auto; 
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
/*---------- Main Content - Video Properties - End ----------*/
/*---------- Footer Properties ----------*/
#footer1{
  background-color:  #496AB1;
  width: 100%;
}
#copyright {
  margin-top: 3px;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
#browser h2{
  float: right;
  color: #fff;
  font-size: 1em;
}
#browser i{
  color: #fff;
  font-size: 1em;
 cursor: pointer;
 padding: 3px;
}
#browser i:hover{
  color: #ff0080;
  transition: all 300ms ease-in;
  transform: rotate(0) scale(1.5);
}

/*---------- Footer Properties - End ----------*/
@media (max-width: 500px){
#jumbotron{
  display: none;
}
.jumbotron{
  width: 100%;
}
.appName{
  margin-top: -10px;
  }
@keyframes anim {
  from {
    text-shadow: 0px 0px 0px 0 transparent;
    color: #4566A9;
    font-size: 20px;
  }
  to {
    text-shadow: 20px 10px 10px rgba(0, 10, 0, 0.5);
    color: #ff0080;
    font-size: 22px;
  }
}
.user{
   margin-top: -6px;
}
.user a{
 font-size: 10px;
 font-weight: 100;
 color: red;
}
.groupName{
font-size: 12px;
}
.projectname{
  font-size: 10px; 
}
.buildingname{
  font-size: 10px;
}
.Logout{
  display: block;
}
.Logout button,.glyphicon{
  height: 20px; border-radius: 5px;  border: none; width: 40px;font-family: cambria; font-size: 12px; color:#fff;
}
#copyright,#browser i,#browser h2{
  font-size: 0.7em;
  float: none;
}