2024-03-25 17:07:43 -04:00
|
|
|
/*
|
|
|
|
|
Put your custom overlay styles in here
|
|
|
|
|
You can use your northpass color palette in this file
|
|
|
|
|
|
|
|
|
|
{{ color_palette.button_font_color }}
|
|
|
|
|
{{ color_palette.button_color }}
|
|
|
|
|
{{ color_palette.button_hover_color }}
|
|
|
|
|
{{ color_palette.header_font_color }}
|
|
|
|
|
{{ color_palette.header_font_hover_color }}
|
|
|
|
|
{{ color_palette.header_color }}
|
|
|
|
|
*/
|
2024-04-12 22:59:45 -04:00
|
|
|
|
2024-04-17 17:28:06 -04:00
|
|
|
.header-hero {
|
|
|
|
|
background-color:#fff;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-hero img {
|
|
|
|
|
max-width:100%;
|
|
|
|
|
width:auto;
|
|
|
|
|
}
|
2024-04-12 22:59:45 -04:00
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px){
|
2024-04-17 17:28:06 -04:00
|
|
|
|
|
|
|
|
.np-header-logo-image {
|
|
|
|
|
height: 75px;
|
2024-04-12 22:59:45 -04:00
|
|
|
}
|
|
|
|
|
|
2024-04-17 17:28:06 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-04-12 22:59:45 -04:00
|
|
|
.np-box-header{
|
|
|
|
|
background: #FFF !important;
|
|
|
|
|
}
|
|
|
|
|
}
|