/*#region reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

* { box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: none;
}
/*#endregion reset */

/*#region fonts */
@font-face {
    font-family: 'Parisienne';
    src: url('/fonts/Parisienne-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Pinyon Script';
    src: url('/fonts/PinyonScript-Regular.ttf') format('truetype');
    font-display: swap;
}
/*#endregion fonts */

/*#region fancy-stuff */
.image-shadow {
    box-shadow: 0 0 20px #bbb;
}
.bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../images/IMG_1689.webp') no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity
}
/*#endregion fancy-stuff */

/*#region position */
.screenreader {
    display: none;
}
.page-header {
    height: 85vh;
    padding-top: 210px;
}
.scrolldown-arrow {
    margin-top: 37.5vh;
    text-align: center;
}

/* page footer */
.page-footer {
    padding-top: 1em;
}
.footerMenu {
    margin-right: 10px;
    margin-left: 10px;
    height: 96px;
}
.footerMenuList {
    height: 32px;
    line-height: 32px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footerMenuItem {
    display: inline-flex;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
}
.footerMenuItem:nth-child(4) {
    background: none;
    flex-grow: 2;
}

/* grid system */
.box {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.clear {
    clear: left;
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden;
}
.alpha {
    padding-left: 0;
}
.omega {
    padding-right: 0;
}
.box_1_3 {
    width: 33.3%;
}


/* section position */
section {
    /*margin-bottom: 480px;*/
    margin-bottom: 62.5vh;
}
section.cartridges {
    margin-bottom: 0;
}
.section-content {
    width: 62.5%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 64px;
}
/*#endregion position */

/*#region style */
/* page footer */
.page-footer {
    background: #333;
}
.page-footer a:link {
    color: #fff;
    text-decoration: none;
}
.page-footer a:visited {
    color: #fff;
    text-decoration: none;
}
.page-footer a:focus {
    color: #fff;
    text-decoration: underline;
}
.page-footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.page-footer a:active {
    color: #fff;
    text-decoration: underline;
}
.page-footer .copyright {
    text-align: center;
    color: #fff;
}

/* specifications stylesheets*/
.spec-list {
    font-size: .875em;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.spec-item {
    line-height: 1.15em;
    margin-bottom: .25em;
}
.spec-item:after {
    clear: both;
    display: block;
    content: " ";
    height: 1px;
    visibility: hidden;
}
.spec-label {
    float: left;
    width: 55%;
    font-weight: 600;
}
.spec-value {
    float: right;
    text-align: right;
    width: 45%;
    overflow: hidden;
}

/* page styles */
body {
    font-family: sans-serif;
    font-weight: 200;
}
p, dl {
    margin-bottom: 1em;
    line-height: 1.25em;
}

.line {
    border-top: 1px solid #666;
    width: 37.5%;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    height: 1px;
}
.page-header .fa {
    color: rgba(255,255,255,.9);
    font-size: 4em;
    text-shadow: 0px 0px 10px #000;
}
.scrolldown-arrow {
    display: none;
}
.page-header .fa:hover:after{
    content: attr(title);
    display: block;
    font-size: .375em;
    line-height: 1.5em;
    color: #fff;
    text-shadow: 1px 1px #000;
}
.page-title {
    overflow: hidden;
    height: 120px;
}
.page-title a {
    color: #fff;
    font-size: 4em;
    text-decoration: none;
    font-family: 'Parisienne', cursive;
    display: block;
    width: 320px;
    height: 320px;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    line-height: 320px;
    text-align: center;
    text-shadow: 1px 1px #000;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: inset 1px 1px #000;
}

/* button styles */
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #666;
}
.button-nude {
    border: 1px solid #666;
    font-weight: 400;
    font-size: .9em;
}
.button.moreInfo,
.button.buy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    margin-top: 1em;
}
.button.buy {
    background: #666;/*#46AE3B*/
    color: #fafafa;
    font-weight: 600;
    text-shadow: -1px -1px 0 #666;
}

.turntables .buy {
    display: none;
}


/* section styles */
section {
    background: #fff;
}
.section-header {
    padding-bottom: 64px;
}
.section-title {
    font-size: 40px;
    font-family: cursive;
    line-height: 128px;
    text-align: center;
    font-family: 'Pinyon Script';
}
.section-content h1 {
    font-size: 2em;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 10px;
    padding-left: 10px;
}
.section-content h2 {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    line-height: 2em;
    margin-bottom: 1em;
}
.product-image {
    width: 100%;
    height: 60%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.product-image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    word-wrap: break-word;
    padding-right: 10px;
    padding-left: 10px;
}
.columns p:last-child {
    margin-bottom: .5em;
}

@media all and (max-width: 1920px) and (min-width: 1600px) {
    .columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .section-content {
        min-width: 1440px;
        max-width: 1740px;
    }
}

@media all and (max-width: 1280px) and (min-width: 1024px) {
    .columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .section-content {
        min-width: 960px;
        max-width: 1160px;
    }
}

@media all and (max-width: 1024px) and (min-width: 640px) {
    .columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .section-content {
        max-width: 580px;
        min-width: 480px;
    }
    .box {
        float: none;
        margin-bottom: 64px;
    }
    .box_1_3 {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    .columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .section-content {
        width: 95%;
    }
    .box {
        float: none;
        margin-bottom: 64px;
    }
    .box_1_3 {
        width: 100%;
    }
    .bgvid {
        background-position: center;
    }
    .page-title a {
        font-size: 3em;
        width: 240px;
        height: 240px;
        line-height: 240px;
        margin-top: -65px;
    }
    .page-header .fa {
        display: none;
    }
}
/*#endregion style */
