.bgstyle1 {
  background-image: url("img/home/00_hb_good_view_n.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: 100%;
  width: auto;
  background-color: black;
}
@media all and (max-width: 699px) { /* max-width would be the breakpoint for when this style kicks in */
  .bgstyle1 {
    background-size: 100% auto; /* stretches to size of viewport */
    background-position: center;
    background-image: url("img/home/00_hb_good_view_n.jpg") no-repeat center center fixed;
    background-color: black;
    height: 100vh;
    overflow: hidden;
  }
}


myfontc {
  color: #a9ffff;
  font-size: 60px;
}
