/* Show it is fixed to the top */
body {
  /*min-height: 75rem;*/
  padding-top: 4.3rem;
}

.navbar-brand{
  /* display:inline-block; */
  /* padding-top:.3125rem; */
  /* padding-bottom:.3125rem; */
  margin-right:1rem;
  /* font-size:1.25rem; */
  /* line-height:inherit; */
  /* white-space:nowrap */
}
.navbar-brand:focus,.navbar-brand:hover{
  text-decoration:none
}
.navbar-brand{
  height:35px;
  font-size:25px;
}
.fixed-top{
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030
}

@media screen and (max-width:1000px){
  .navbar-brand{
    height:25px;
    font-size:20px;
  }
  .fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
  }
}

@media screen and (max-width:900px){
  .navbar-brand{
    height:25px;
    font-size:18px;
  }
  .fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
  }
}

@media screen and (max-width:600px){
  .navbar-brand{
    height:20px;
    font-size:16px;
  }
  .fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
  }
}
@media screen and (max-width:300px){
  .navbar-brand{
    height:20px;
    font-size:12px;
  }
  .fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
  }
  
}