/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url(http://weloveiconfonts.com/api/?family=zocial);

/* zocial */
[class*="zocial-"]:before {
    font-family: "zocial", sans-serif;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    font-family: "Ubuntu", sans-serif;
}

ul li,
a,
input,
textarea,
keygen,
select,
button {
    font-size: 8px;
    -webkit-text-size-adjust: none;
}

h3 {
    font-size: 0.8em;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

h2 {
    font-size: 1.9em;
    letter-spacing: 0.25em;
    text-transform: lowercase;
    margin: 50px 0 40px 0;
    font-weight: 100;
    text-align: center;
    font-weight: 300;
}

ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
    width: 150px;
    margin: 0 auto;
}

ul li a {
    border-top: 1px solid black;
    padding: 10px 0;
    font-size: 9px;
    letter-spacing: 0.1em;
    display: inline-block;
    width: 170px;
}

ul li a:hover {
    color: #fb5e7a;
}

ul li.shop:hover {
    color: black;
}

ul li.show-image a:hover::before {
    content: "buy ";
}

button {
    background: white;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    letter-spacing: 0.1em;
    margin-top: 10px;
    font-size: 8px !important;
}

button:hover {
    background: #fb5e7a;
    color: white;
    border: 1px solid #fb5e7a;
    cursor: pointer;
}

.social {
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 20px;
}

.social:hover {
    color: #fb5e7a;
}

.half-left {
    position: fixed;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
}

.half-right {
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
}

.half-right.black-background {
    background: black;
    color: white;
}

.half-right p {
    width: 41vw;
    margin: 0 auto;
    margin-top: 14vw;
    font-size: 0.7em;
    line-height: 2vw;
    letter-spacing: 0.09em;
}

.waves-gif {
    width: 200px;
    margin: 0 auto;
    margin-top: 15vh;
}

.waves-gif img {
    width: 100%;
    height: auto;
    transition: all 5s linear;
}

.waves-gif img:hover {
    -webkit-transform: rotateY(180deg); /* Safari */
    transform: rotateY(180deg); /* Standard syntax */
}

.container {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.hover {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.hover:hover {
    /*background-color: #fb5e7a;
  opacity: .5;*/
}

.text-hover:hover {
    color: #fb5e7a;
}

.produced {
    position: fixed;
    left: 20px;
    bottom: 15px;
    font-size: 0.2em;
}

a {
    text-decoration: none;
    color: inherit;
}

.produced:hover {
    color: #fb5e7a;
}

.produced img {
    width: 100px;
    height: auto;
    margin-top: 10px;
}
.background-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: url("../img/north1.jpg");
    background-size: auto 100%;
    overflow: hidden;
    /*transition: all 3s ease-in-out;*/
}

img.image {
    width: auto;
    height: 100%;
    transition: all 0.5s linear;
}

.background-image:hover img.image {
    -webkit-transform: scale(1.19);
    transform: scale(1.19);
}

.about {
    left: 9px;
    top: 60px;
    padding: 0 0 5px 0;
    font-size: 0.7em;
    position: fixed;
    border-bottom: 1px solid black;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.display-none {
    display: none;
}

.shop-text {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 8000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 8000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 8000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ww-logo {
    margin-left: -37px;
    margin-top: -10px;
}

.produced:hover svg path,
.produced:hover svg polygon,
.produced:hover svg circle {
    fill: #fb5e7a;
}

@media (max-width: 600px) {
    ul li,
    .produced,
    button,
    a {
        font-size: 8px;
        letter-spacing: 0.5px;
    }
    .waves-gif {
        margin-top: 8vh;
    }
    .waves-gif img {
        width: 50%;
    }
}
