/* sections */
#t4-section-1 {
    
  /*background: linear-gradient( rgba(0, 0, 3, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg/hero_bg.jpg');*/
  background-image: url('../images/bg/hero_bg.jpg');  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#t4-section-1:before {
  content: "";
  position: absolute;
  background: #061841;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#t4-section-dept .container{
  /* padding-top: 5rem; */
  padding-bottom: 10rem;  
}
#t4-section-signup .container{
  padding-top: 2rem;
  padding-bottom: 2rem;  

}

/* Hero Section */
#hero h2 {
  
  font-weight:600;
  line-height:1.3;
}
#hero h6 {
  font-size:18px !important;
  /* font-weight:200; */
  line-height:1.6;
}
#hero hr {
  border-top-color: #fff;
} 

@media (min-width: 768px) {
  #divBadges {
    width:60%;
  }
  #divKeys {
    /* width:80%; */
  }
}

#divKeys {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight:200;
  line-height:1.6;
}

#divBadges .btn {
  color:#ffffff;  
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  border: 2px solid #FF7D00;
  padding: .375rem 2rem;
  font-size: 16px;
  border-radius: 5rem;
}

#divBadges .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* Dept section */
.page-section h3 {
  font-weight: 500 !important;
  font-size: 32px !important;
  padding-bottom:10px;
}


#signup h3{
  
font-weight: 500 !important;
font-size: 32px;
line-height: 1.3;
}

#signup .btn{
  padding: 0.9rem 1.35em;
  border-radius: 0.25rem; 
  font-size: 16px;
}




/******************
*       NAV BAR
******************/
.home-navbar {
    margin-top:2em;
    /* height: 80px; */
    width: 100%;
    padding-top: 42px !important;
    box-shadow: 0 2px 3px -1px #ccc;

}

.home-nav-item {
  display: inline-block;
  /* padding: 0 20px; */
  color: #444;
  opacity: .8;
  font-size: 1rem;
  cursor: pointer;
}

#hidden-menu > .home-nav-item {
  width:100%;
}

.home-nav-item a span{
    color: #444 ;
   padding: 0 20px; 
}

.home-nav-item.active a span{
  color: #000 ; 
}

.home-nav-item.active a{
    border-bottom: 4px solid var(--color-warning);
    opacity: 1;
    cursor: default;
}

.home-nav-item.active > .home-nav-item{
    cursor: default !important;
}

.home-nav-item:not(.active) a:hover span{
  opacity: 1;
  color: var(--body-link-color);
}


.home-nav-icon {
  display: inline-block;
  color: var(--color-warning);
  vertical-align: middle;
  text-align:center;
  height: 35px;
  width: 35px;
  font-size: 16px;
}

.home-nav-icon:hover {
  background-color:var(--color-warning);
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

#divPagination {
  position: relative; 

}
/* Spinnner */
#spinner {
  right: 50% !important;
  top: 50px;
}