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
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px){
|
2024-05-08 17:37:17 -04:00
|
|
|
header{
|
2024-06-13 19:01:00 -04:00
|
|
|
background: url({{ homepage.artwork_url }})
|
|
|
|
|
/* background: url(https://s3.amazonaws.com/static.northpass.com/sandata/sandataBanner.jpg) !important; */
|
2024-05-08 17:37:17 -04:00
|
|
|
background-color: #fff !important;
|
|
|
|
|
background-position: center !important;
|
|
|
|
|
background-repeat: no-repeat !important;
|
2024-04-12 22:59:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.np-box-header{
|
|
|
|
|
background: #FFF !important;
|
|
|
|
|
}
|
2024-06-04 17:04:17 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.np-sub-navigation {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
2024-06-11 16:19:55 -04:00
|
|
|
.np-box-header-logo {
|
|
|
|
|
height: 135px;
|
|
|
|
|
}
|
|
|
|
|
|