File: /var/www/html/TriadGov/wp-content/themes/triad-gov/scss/header.scss
@import 'partials';
.header{
position: fixed;
width: 100%;
transition: background 0.2s ease-in-out;
z-index: 99999;
border-bottom: 1px solid #B2B2B25E;
&.bgColor{
background: #FAF9F9;
.navbar{
}
}
@media($sm-991){
margin-top: 0px;
padding-bottom: 0px;
background-color: #FAF9F9;
}
.navbar-nav .dropdown-menu {
background-color: #FAF9F9;
border: none;
color: #000000;
font-weight: 400;
font-size: 16px;
li{
a.active{
background: $primary-color;
}
}
@media($sm-1679){
font-size: 15px;
}
@media($sm-1441){
font-size: 14px;
}
@media($sm-991){
font-size: 11px;
}
}
.dropdown-item.active, .dropdown-item:active {
background: $primary-color;
}
.navbar-toggler{
border: none;
padding: 0;
&:focus{
box-shadow: none;
border: none;
}
.navbar-toggler-icon{
@media($sm-991){
background-image: none;
height: unset;
width: unset;
border: none;
// display: flex;
// align-items: center;
// justify-content: center;
// flex-direction: column;
.lines{
width: 30px;
height: 3px;
background-color: #000;
margin-bottom: 7px;
display: block;
&:nth-child(2){
background-color: $primary-color;
width: 15px;
}
&:last-child{
margin-bottom: 0px;
}
}
}
}
}
.logo{
max-width: 126px;
@media($sm-1679){
max-width: 120px;
}
}
.navbar{
padding-bottom: 0px;
padding-top: 0;
@media($sm-1679){
padding-bottom: 0px;
}
@media($sm-991){
margin-top: 0px;
}
}
.nav-inner{
align-items: center;
// margin-left: unset;
@media($sm-991){
align-items: center;
}
}
.navbar-nav{
align-items: center;
@media($sm-991){
align-items: flex-start;
background-color: #FAF9F9;
}
.nav-item{
padding: 0px 42.5px;
@media($sm-1679){
padding: 0px 32.5px;
}
@media($sm-991){
padding: 10px 10px;
}
&:last-child{
padding-right: 0px;
}
&.active{
.nav-link{
border-bottom: 2px solid $primary-color;
}
}
.nav-link{
color: #000;
font-weight: 400;
font-size: 20px;
line-height: 24.2px;
letter-spacing: 0%;
display: flex;
align-items: center;
padding-bottom: 20px;
padding-top: 20px;
@media($sm-1679){
font-size: 18px;
}
@media($sm-1441){
font-size: 16px;
}
@media($sm-1281){
font-size: 14px;
}
@media($sm-767){
// color: #fff;
}
}
.dropdown-toggle::after {
background-image: url('../img/drop-down-togle.svg');
background-image: url(../img/drop-down-togle.svg);
width: 12px;
height: 6px;
background-repeat: no-repeat;
border: none;
}
}
.contact-btn{
.contact-btn1{
width: 151px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background-color: $primary-color;
color: #fff;
border-radius: 20px;
font-weight: 400;
font-size: 20px;
line-height: 24.2px;
letter-spacing: 0%;
@media($sm-1679){
font-size: 18px;
}
@media($sm-1441){
font-size: 16px;
}
@media($sm-1281){
font-size: 14px;
}
}
}
}
}