.page h1 {
  position: absolute;
  bottom: 10px;
  text-shadow: 1px 1px black;
}
.navbar-custom .nav li a {
  text-shadow: 1px 1px black;
}
.nav  li.dropdown li a {
  text-shadow: none;
}
.boltform label {
  width:30%;
}
#nrglogo img { 
  width:80%; 
  position:relative;
  left:30px;
  top:33px;
}
#nrglogo  {
    background-color: white;
    border-radius: 200px;
    height: 200px;
    width: 200px;
    position: absolute;
    left: -30px;
    top: -40px;
    max-width:200px;
}

.navbar-fixed-top.is-fixed #nrglogo {
    border-radius:initial;
    top: 54px;
    background-color: transparent;
    width: 80%;
    height:auto;
    padding:0px;
    left:auto;
    border:0px;
}
.navbar-fixed-top.is-fixed.is-visible #nrglogo img{
    top: -53px;
    left: 18px;
    width: 76px;
    top: -104px;
    left: 18px;
    width: 146px;

}

@media only screen and (max-width : 767px) {
  #nrglogo { z-index:1000 }
  .navbar-collapse.collapse.in { margin-top:140px; }
  }
  .intro-header .post-heading h1 {
  }
  .intro-header {     padding-top: 100px; }
}


@media (max-width: 320px) {
  #nrglogo { background-color:transparent }
  #nrglogo img {
      width: 69%;
      position: relative;
      left: 20px;
      top: -16px;
  }
  .navbar-collapse.collapse.in { margin-top:0px; }
  .intro-header .post-heading h1 {
    padding-left:0px;
  }
}
@media only screen and (min-width : 800px) {
  .intro-header .post-heading h1 {
    padding-left:0px;
  }
}
