html {
    position: relative;
    min-height: 100%;
}
body {
    /*background-image: url('./images/matrix11.jpg');*/
}
h2 {
    margin-bottom: 15px;
    margin-top: 15px;
}
h1, h2, h3, h4, h5, h6{
    display: block;
}
.img-responsive {
    margin: 0 auto;
}
.jumbotron{
    padding-top: 20px;
    padding-bottom: 10px;
    color: white;
    /*background-color: rgba(12, 12, 126, 1); */
    background-color: #337ab7;
    margin-bottom: 15px;
}
.jumbotron p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.fix-btn{
    min-width: 88px;
}
.topbtn{
    min-width: 592px;
}

#logo {
    border-radius: 10px;
    border: 3px solid white;
    padding: 0px;
    /*
    width: 854px;
    height: 81px; 
    */
    width: 100%;
    height: auto; 
}
.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
  background-color: #337ab7;
  border-top: 1px solid gray;
  color: white;
}