.link-red {
  color: #fff;
}

.link-red-active {
  color: #ef0707;
  text-decoration: none;
}

.link-red:hover {
  color: #00b2e3!important;
  text-decoration: none;
  line-height: 4rem;
}

.link-red {
  color: #000!important;
  line-height: 4rem;
  font-size: 18px;
}

.link-red-secondary {
  color: #232323;
  text-decoration: none;
}

.link-red-secondary:hover {
  color: #ef0707;
  text-decoration: none;
}

.navbar-light .navbar-toggler-icon {
}

#logo {
  width: 140px;
  background: url(../../assets/img/ON_POS_LOGO_RGB.png) center / contain no-repeat;
  height: 60px;
}


@media (max-height: 850px) and (max-width: 992px) {	
#hero {
  background: url(../../assets/img/OGP-DarkBanner_Mobile.jpg) center / cover no-repeat;
  background-size: cover;          
    background-position: center;     
    background-repeat: no-repeat;   
    height: 100%;
  }
}

@media (min-height: 850px) and (max-width: 992px) {	
#hero {
  background: url(../../assets/img/OGP-DarkBanner_Mobile.jpg) center / cover no-repeat;
  background-size: cover;          
    background-position: center;     
    background-repeat: no-repeat;    
    height: 100vh;
  }
}

@media (max-height: 610px) and (min-width: 992px) {
  #hero {
    background: url(../../assets/img/OGP-DarkBanner.jpg) center / cover no-repeat;
	  background-size: cover;          
    background-position: center;     
    background-repeat: no-repeat;   
	  height: 100%;
  }
}	
	
@media (min-height: 610px) and (min-width: 992px) {
  #hero {
    background: url(../../assets/img/OGP-DarkBanner.jpg) center / cover no-repeat;
	  background-size: cover;         
    background-position: center;     
    background-repeat: no-repeat;    
	 height: 100vh; 
  }
}

#banner {
  background: url(../../assets/img/OGP-DarkBanner.jpg) center / cover no-repeat;
}

@media (min-width: 992px) {
  #banner {
    background: url(../../assets/img/OGP-DarkBanner.jpg) center / cover no-repeat;
  }
}

h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.h3, h3 {
  font-size: 1.75rem;
  font-weight: bold;
}

h1 {
  font-weight: bold;
  font-size: 2.5rem;
}

