/* JasmineWS.uk CSS v1.0.2 | MIT License | Copyright 2023 - 2024 JasmineDesign.com
   github.com/jasminedesign/jwsone | github.com/jasminedesign/jwstwo */

:root {
    color-scheme: light dark;
    --color-body-background: rgb(255, 255, 255);
    --color-secondary-background: rgb(74, 82, 131);
    --color-text: rgb(70, 70, 70);
    --color-headings: hsl(211.62deg 38.14% 38.04%);
    --color-links: rgb(76, 114, 177);
    --color-border: rgb(0, 128, 128);
    --color-border-dark: rgb(0, 85, 85);
    --color-footer-text: rgb(255, 255, 255);
    --color-footer-background: hsl(38.18deg 100% 97.84%);
    /*---- nav & buttons ----*/
    --color-one-nav-btn: hsl(180deg 94.83% 22.75%);
    --color-two-nav-btn: rgb(255, 255, 255);
    --color-active-nav-btn: rgb(237 126 36);
    /*---- Form ----*/
    --color-form-background: rgb(229, 229, 229);
    --color-inputs-text: rgb(105, 108, 113);
    --color-inputs-background: rgb(248, 248, 255);
    --color-form-legend: rgb(104, 142, 163);
    --color-form-label: rgb(26, 40, 55);
    --color-form-error: rgb(72, 61, 139);
    /*---- Fonts ----*/
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Segoe, Helvetica, Arial, sans-serif;
    --font-family-code: ui-monospace, Consolas, Monaco, SFMono-Regular, SF Mono, Menlo, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Mono", "Source Code Pro", "Fira Mono", "Droid Sans Mono", monospace;
    --font-family-serif: 'Palatino', Georgia, serif;
    --icon-hover: drop-shadow(2px 2px 3px rgb(104, 142, 163));
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-body-background: rgb(26, 40, 55);
        --color-secondary-background: rgb(22, 27, 34);
        --color-text: rgb(255, 255, 255);
        --color-headings: rgb(5, 223, 193);
        --color-links: rgb(255, 168, 98);
        --color-border: rgb(0, 128, 128);
        --color-border-dark: rgb(0, 85, 85);
        /*---- nav & buttons ----*/
        --color-one-nav-btn: rgb(255, 255, 255);
        --color-two-nav-btn: rgb(0, 85, 85);
        --color-active-nav-btn: rgb(237 126 36);
        /*---- Form ----*/
        --color-form-background: rgb(22, 27, 34);
        --color-inputs-text: rgb(245, 245, 245);
        --color-inputs-background: rgb(13, 17, 23);
        --color-form-legend: rgb(104, 142, 163);
        --color-form-label: rgb(113, 176, 243);
        --color-form-error: rgb(237, 126, 36);
        --icon-hover:  opacity(0.2);
    }
    .social_icons img {
        filter: invert(1);
}
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Segoe, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
body {
    display: grid;
    grid-template: auto 1fr auto / 1fr;
    min-height: 100vh;
    gap: 1rem;
    margin: 0;
    padding: 0;
    color: var(--color-text);
    background-color: var(--color-body-background);
    font-size: 1.2rem;
}
/* ------ Typography ------ */
h1, h2, h3, h4, h5, h6 {
    margin: .5rem 0;
    color: var(--color-headings);
    font-weight: 700;
    text-wrap: balance;
}
h1 {font-size: 2.25rem;}
h2 {font-size: 1.8rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.3rem;}
h5 {font-size: 1.2rem; font-weight: 400;}
h6 {font-size: 1rem; font-weight: 400;}
p {margin: 0 0 .5rem; word-wrap: break-word;}
.title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-headings);
    margin: 0;
    letter-spacing: .1rem;
}
.second_font {
    font-family: var(--font-family-serif);
}
.highlight_text {
    font-size: 1.3rem;
    font-weight: 600;
}
.tagline {
    color: light-dark(rgb(2, 124, 124), rgb(5, 223, 193));
    font-size: 1.3rem;
    font-weight: 500;
}
.page_lead {
    color: light-dark(rgb(2, 124, 124), rgb(5, 223, 193));
    font-size: 1.4rem;
    font-weight: 400;
    inline-size: 43ch;
}
.pretty {
    text-wrap: pretty;
}
.balance {
    text-wrap: balance;
}
.hi_light {
    font-size: 1.2rem;
    color: rgb(74, 82, 131);
    margin: 1rem;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 1px 7px -2px rgb(113, 176, 243);
    border-radius: 25px;
}
.dbed_links {
    font-size: 1.5rem;
    color: light-dark(rgb(96, 21, 74), rgb(113, 176, 243));
}
.cta_links {
    font-size: 1.5rem;
    color: light-dark(rgb(96, 21, 74), rgb(113, 176, 243));
    padding: 1rem 0 1rem 0;
}
.fontsize2 {
    font-size: 1.4rem;
}
.fontsize3 {
    font-size: 1.5rem;
}
.font_change { font-style: italic; font-weight: 700;}
strong, b {font-weight: 600;}
i, em, sub, sup, var {font-style: italic;}
sub {vertical-align: sub; font-size: smaller;}
sup {vertical-align: super; font-size: smaller;}
blockquote {
    margin: 1rem;
    border-top: 0.1rem solid;
    border-bottom: 0.1rem solid;
    padding: 0 1rem;
    font-family: var(--font-family-serif);
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    border-color: rgb(0, 128, 128);
    border-radius: 0.25rem;
    text-align: center;
}
hr { border: none; border-top: 1px solid var(--color-border); width: 100%;}
details {padding: .5rem 0; border-bottom: solid 1px var(--color-border); margin-bottom: 1rem;}
summary {color: var(--color-headings); font-family: var(--font-family-serif); font-weight: 600;}
img {display: block; max-width: 100%; height: auto;}
summary:focus-visible {outline: medium dashed var(--color-border);}
.col_pink {color: rgb(133, 1, 51);}
.bg_col {background-color: var(--color-secondary-background);}
.light_text {color: var(--color-body-background);}
.padding1 {padding: 1rem;}
.dropshad {box-shadow: 2px 2px 6px rgb(104, 142, 163);}
.brands {color: rgb(102, 51, 153);font-weight: 500;}
p, li, figcaption { max-width: 75ch; text-wrap: pretty;}
/* ------ Address ------ */
address {font-style: normal; display: flex; flex-direction: column;}
address a {color: var(--color-text); padding-bottom: .5rem;}

/* ------ Code  ------ */
pre { margin: 0; padding: 0; tab-size: 4; white-space: pre-wrap; line-height:1.5; font-family: var(--font-family-code); background-color: var(--color-secondary-background); padding: .5rem; margin: 0 0 .5rem;}
code { font-family: var(--font-family-code); color: var(--color-col3);}
samp {font-family: var(--font-family-code);}
kbd {
    border: 1px solid var(--color-border);
    border-bottom: 3px solid var(--color-border-dark);
    border-radius: 5px;
    padding: 0.1rem 0.4rem;
    line-height: 1.75;
    white-space: nowrap;
}

/* ------ Links ------ */
a {
    text-decoration: underline;
    font-weight: 500;
    color: var(--color-links);
    cursor: pointer;
}
a:hover {text-decoration: none;}
a:focus-visible {outline: medium dashed var(--color-border);}

/* ------ Lists - ordered & unordered ------ */
ul, ol {
    margin: .5rem 0;
    padding: 0;
    list-style-position: inside;
}
li {
    font-size: 1.1rem;
    margin: 0;
    padding: .5rem;
}
li a {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem;
}
li ul,
li ol {
    margin: 0;
    padding: 0 0 0 1.5rem;
}
li ul li,
li ol li {
    font-size: .9rem;
    margin: 0;
    padding: 0;
}
li ol {
    list-style-type: lower-roman;
}
li ul {
    list-style-type: circle;
}
li ol li ol {
    list-style-type: lower-alpha;
}
li ul li ul {
    list-style-type: square;
}
.price li, .about li {
    list-style-image: url("/img/viking_shield_icon2.svg");
    list-style-position: inside;
}
/* ------ Lists - Description ------ */
dt {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-headings);
    margin-bottom: 1rem;
}
dt::after {
    content: " : ";
}

dd {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
dd span {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-headings);
    margin-bottom: 1rem;
}
/* ------ image captions ------ */
figure {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
figcaption {
    font: italic smaller sans-serif;
    padding: .5rem 0 0;
}

/* ------ Tables ------ */
table {
    display: table;
}
thead {
    display: table-header-group;
    vertical-align: middle;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
}
tr {
    display: table-row;
}
th {
    display: table-cell;
    font-weight: bold;
}
table,
td {
    padding: .5rem;
    border: 1px solid var(--color-border);
}
thead,
tfoot {
    padding: .5rem;
    background-color: var(--color-secondary-background);
    color: var(--color-text);
}

/* ------ Forms ------ */
form {
    width: clamp(33ch, 100%, 65ch);
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    background: var(--color-form-background);
    border-radius: 8px;
    text-align: left;
    border: solid 2px var(--color-border);
}
input,
textarea,
select {
    cursor: pointer;
    border: none;
    font-family: inherit;
    font-size: 16px;
    height: auto;
    outline: 0;
    padding: 15px;
    color: var(--color-inputs-text);
    background-color: var(--color-inputs-background);
    margin: 0 0 30px;
}
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
}
textarea {
    margin: 0 0 5px;
}
input[type="checkbox"] {
    margin: 0 4px 8px 0;
}
select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}
form button {
    align-self: flex-end;
    cursor: pointer;
    padding: 19px 39px 18px 39px;
    color: var(--color-one-nav-btn);
    background-color: var(--color-two-nav-btn);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    border-radius: 5px;
    border: solid var(--color-border);
}
form button:hover {
    color: var(--color-two-nav-btn);
    background-color: var(--color-one-nav-btn);
}
fieldset {
    margin-bottom: 30px;
    border: none;
}
legend {
    color: var(--color-form-legend);
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}
label {
    color: var(--color-form-label);
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}
.error {
    color: var(--color-form-error);
    font-weight: 600;
}

/* -------------------- Header section -------------------- */
header {
    grid-column: 1 / 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.header_with_img {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.header_with_nav {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.logo_img {
    margin: .2rem 1rem 0 1rem;
}
.site_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
nav {
    display: flex;
    flex: 1;
    min-width: 200px;
}
nav ul {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    margin: 0;
}
nav li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
nav a:link {
    font-size: 1.3rem;
    color: var(--color-one-nav-btn);
    text-decoration: solid 3px overline;
    -webkit-text-decoration-line: overline;
    text-decoration-line: overline;
    text-decoration-color: transparent;
}
nav a:visited {
    color: var(--color-one-nav-btn);
    text-decoration-color: transparent;
}
nav a:hover {
    text-decoration-color: var(--color-one-nav-btn);
    color: var(--color-links);
}
nav a:focus {
    text-decoration-color: var(--color-one-nav-btn);
    outline: unset;
}
nav a[aria-current="page"],
nav a:active {
    color: var(--color-one-nav-btn);
    text-decoration-color: rgb(223, 112, 22);
    font-weight: 600;
}
@media screen and (max-width: 900px) {
    nav {
        min-width: 500px;
    }
}
@media screen and (min-width: 900px) {
    nav ul {
        justify-content: flex-end;
    }
}
@media screen and (min-width: 704px) {
    .site_title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (min-width: 880px) {
    .header_with_img {
    justify-content: start;
    }
}
/* -------------------- Main section -------------------- */
main {
    grid-column: 1 / 2;
    grid-row: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: .5rem 1.5rem;
    justify-content: space-evenly;
    gap: 2rem 2rem;
}

/* -------------------- Layout Panel Options -------------------- */
/* -------- Panels (100% across in mobile) -------- */
.panel_full,
.title_panel {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}
.title_panel {
    align-items: center;
}
.panel_half {
    display: flex;
    flex-direction: column;
    flex:1 1 100%;
}
.panel_third {
    display: flex;
    flex-direction: column;
    flex:1 1 32%;
}
.panel_two_thirds {
    display: flex;
    flex-direction: column;
    flex:1 1 62%;
}
@media screen and (min-width: 768px) {
.panel_half {
    flex:0 1 47%;
}
.panel_third {
    flex:0 1 32%;
}
.panel_two_thirds {
    flex:0 1 62%;
}
}
/* -------- Text Panels (100% across in mobile) -------- */

.text_panel {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: clamp(33ch, 100%, 75ch);
}

/* -------- content Panels (100% across in mobile) -------- */
.contents_panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}
.cp_panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 80%;
    max-width: 1200px;
    align-self: center;
    align-items: center;
    min-height: 250px;
    gap: .5rem;
}
.cp_title {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
.cp_img {
    display: flex;
    width: 100%;
    height: auto;
    max-width: 200px;
    align-self: center;
}
.cp_img_large {
    display: flex;
    width: 100%;
    height: auto;
    max-width: 350px;
}
.cp_text {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {

.cp_text {
        width: 58%;
        height: auto;
    }
    .cp_img_large {
        width: 38%;
        order: initial;
    }
}
.card {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 285px;
    max-width: 460px;
}
.card img {
    max-height: 130px;
}
.card_text {
    background: #dff3eebf;
    border-radius: 14px;
    padding: .5rem;
}
@container (min-width: 700px) {
    .card {
        width: 30%;
    }
}

.panel_two_thirds:has(.card),
.panel_full:has(.card) {
    container-type: inline-size;
    flex:1 1 75%;
    gap: 1rem;
    flex-flow: wrap;
    justify-content: space-evenly;
}
.center {
    align-items: center;
    justify-content: center;
}
.start_align {
    align-self: flex-start;
}
.center_align {
    align-self: center;
}
.end_align {
    align-self: flex-end;
}
/* -------------------- Image Options -------------------- */
.img_panel_full {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    justify-content: space-evenly;
    gap: .5rem;
}
.img_panel_half {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: .5rem;
    flex: 1 1 45%;
}
.header_img {
    margin-right: 1rem;
}
.img_responsive_size {
    width: 100%;
    height: auto;
    max-width: 500px;
    min-width: 200px;
}
.img_center {
    display: flex;
    align-self: center;
}
.img_move_left {
    margin: 0 0 1rem 4rem;
}
.img_move_right {
    margin: 1rem 2rem 0 0;
}
/* -------------------- Footer -------------------- */

footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: .5rem 0 0 0;
    background-color: var(--color-footer-background);
    background-color: var(--color-secondary-background);
}
.no_hover a:hover {
    text-decoration: none;
}
.foot {
    display: flex;
    flex-direction: column;
    width: 100%;
    color:  var(--color-footer-text);
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem .5rem;
}
.foot p,
.foot h3,
.foot a {
    color: var(--color-footer-text);
    text-align: left;
    margin: 0;
    padding: .3rem;
    font-size: 1.2rem;
}
.copyrights,
.social_links,
.foot_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.copyrights {
    order: 2;
}
.social_links {
    order: 0;
}
.foot_nav {
    order: 1;
}
.jas_bar {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: .5rem 2rem .5rem 1.5rem;
    color: var(--color-footer-text);
    background-color: rgb(65, 112, 129);
    justify-content: center;
    align-items: center;
    gap: .25rem;
}
.jas_bar :is(p, a) {
    color: var(--color-footer-text);
}
.foot a,
.jas_bar a {
    text-decoration-style: solid;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    text-underline-offset: 2px;
}
.foot a:hover,
.jas_bar a:hover {
    text-decoration: none;
}
@media only screen and (min-width: 35em) {  /* 560px */

    .foot {
        flex-direction: row;
        flex-flow: wrap;
    }
    .social_links {
            width: 55%;
            align-self: center;
            align-items: flex-start;
    }
    .copyrights {
            width: 100%;
    }
    .foot_nav {
            width: 45%;
            align-self: center;
            align-items: flex-end;
            padding-right: 1rem;
    }
    .copyrights p {
        text-align: center;
    }
}
@media only screen and (min-width: 48.5em) { /* 776px */

     .foot {
         flex-flow: nowrap;

     }
     .social_links {
         width: 30%;
         order: 0;
     }
     .copyrights {
         width: 40%;
         order: 0;
         height: 100%;
         justify-content: flex-end;
     }
     .foot_nav {
         width: 30%;
         order: 1;
     }
 }
 @media only screen and (min-width: 52em) { /* 832px */
.jas_bar {
    flex-direction: row;
    justify-content: space-between;
    }
}
.sitemap_panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
.sitemap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem;
    list-style-type: square;
    background: rgba(255, 252, 252, 50%);
    -webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);
}
.sitemap li {
    list-style-image: url("/img/viking_shield_icon2.svg");
    list-style-position: inside;
    padding: 1rem 1rem 0 1rem;
}
.sitemap a {
    color: rgb(42, 43, 54);
}
.bg_map {
    background: url("/img/viking_map_lightsm.svg") no-repeat center;
}
@media only screen and (min-width: 48.5em) { /* 776px */
.bg_map {
    background: url("/img/viking_map_lightsm.svg") no-repeat left 2rem top 4rem;
}
}


