html,
body {
padding: 0;
margin: 0 !important;
width: 100%;
height: auto;
min-height: 100%;
overflow-x: hidden !important;
font-family: "Raleway", sans-serif;
font-size: 16px;
}
* {
box-sizing: border-box;
} a {
transition: all 0.3s ease-out;
font-weight: 400;
}
p {
margin: 0 0 1.5em;
padding: 0;
overflow-wrap: break-word;
font-weight: 400;
}
h1 {
font-size: 2.5rem;
line-height: 2.75rem;
margin-bottom: 0.5em;
font-weight: 700;
}
h2 {
font-size: 2rem;
line-height: 2.2rem;
margin-bottom: 0.5em;
font-weight: 700;
}
h3 {
font-size: 1.75rem;
line-height: 2rem;
margin-bottom: 0.5em;
font-weight: 600;
}
h4 {
font-size: 1.5rem;
line-height: 1.75rem;
margin-bottom: 0.5em;
font-weight: 600;
}
h5 {
font-size: 1.25rem;
line-height: 1.5rem;
margin-bottom: 0.5em;
font-weight: 600;
} .container {
max-width: 1180px !important;
padding-left: 40px;
padding-right: 40px;
}
@media screen and (max-width: 480px) {
.container {
padding-left: 24px !important;
padding-right: 24px !important;
}
}
.h-navbar {
height: 80px;
} .main-menu ul {
display: flex;
}
.main-menu li {
display: inline-flex;
margin-left: 5px;
transition: all 0.4s ease-out;
}
.main-menu li a {
display: block;
font-size: 18px;
color: #ffffff;
padding: 0 15px;
font-weight: 600;
line-height: 80px;
border-bottom: 1px solid transparent;
box-sizing: border-box;
height: 81px;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
border-color: #dbbd1e;
color: #dbbd1e;
} .hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
background: #ffffff;
} .header-is-sticky {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.975);
box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.5);
z-index: 999;
}
.header-is-sticky .h-navbar {
height: 70px;
}
body.admin-bar .header-is-sticky {
top: 32px;
}
.header-is-sticky .main-menu li a {
color: #ffffff;
height: 70px;
line-height: 70px;
}
.header-is-sticky .main-menu li a:hover,
.header-is-sticky .main-menu li.current-menu-item a {
border-color: #dbbd1e;
}
.header-is-sticky #ntbl-logo g * {
fill: #dbbd1e;
}