/*
Theme Name: Remixer Theme
Theme URI: https://dreamhost.com/
Author: the Remixer team
Author URI: https://dreamhost.com/
Description: Theme for Remixer pages
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: remixer-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}


/*! Content */

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

[hidden] {
    display: none !important
}

body {
    background: white;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 1rem;
    color: var(--bodyColor);
    line-height: 1.5
}

a {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #666;
    text-decoration: underline
}

abbr[title] {
    text-decoration: none;
    border-bottom: dashed 2px currentcolor
}

b,
strong {
    font-weight: 700
}

blockquote {
    font-size: 120%;
    border-left: solid .4rem #ddd;
    padding: .5rem .5rem .5rem 1rem;
    margin-bottom: 1.5rem;
    margin-left: 0
}

blockquote :last-child {
    margin-bottom: 0
}

code {
    font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
    font-size: 90%;
    color: #111;
    background-color: #f2f2f2;
    border-radius: .25rem;
    padding: calc(1rem * .2) calc(1rem * .4)
}

del {
    color: #ff4136
}

figure {
    margin-top: 0;
    margin-bottom: 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
    margin-bottom: .5rem
}

h1 {
    font-size: 4rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
    margin: 2rem 0
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

ins {
    color: #2ecc40
}

kbd {
    font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
    font-size: 90%;
    color: white;
    background-color: #111;
    border-radius: .25rem;
    padding: calc(1rem * .2) calc(1rem * .4)
}

mark {
    color: inherit;
    background-color: #ffdc00;
    padding: calc(1rem * .2) calc(1rem * .4)
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem
}

pre {
    max-height: none;
    overflow-y: auto;
    font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
    color: #111;
    background-color: #f2f2f2;
    border-radius: .25rem;
    padding: 1rem;
    margin-top: 0;
    margin-bottom: 1.5rem
}

small {
    font-size: 80%
}

dl {
    margin-bottom: 1.5rem
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0;
    margin-bottom: 1.5rem
}

ol,
ul {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1.5rem;
    & ol,
    & ul {
        margin-bottom: 0
    }
}

::placeholder {
    color: #aaa
}

::selection {
    background-color: #0074d9;
    color: white;
    text-shadow: none !important
}


/*! Buttons */

button,
.button {
    font-family: inherit;
    font-size: 1rem;
    font-weight: inherit;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: .25rem;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-top-color: color(black tint(10%));
    border-bottom-color: color(black shade(10%));
    height: 2.25rem;
    line-height: calc(2.25rem - 1px * 2);
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 .75em;
    cursor: pointer;
    display: inline-block;
    transition: .1s all;
    &:hover {
        color: white;
        text-decoration: none;
        background-color: color(black shade(10%));
        border-color: color(black shade(10%));
        border-top-color: color(black tint(0));
        border-bottom-color: color(black shade(20%))
    }

    &:active,
    &.active {
        background-color: color(black shade(10%));
        border-color: color(black shade(10%));
        border-top-color: color(black shade(20%));
        border-bottom-color: color(black shade(10%))
    }

    &:focus {
        outline: 0;
        box-shadow: 0 0 0 2px color(black alpha(50%))
    }

    &:disabled,
    &.disabled {
        background-color: color(black shade(10%));
        border-top-color: color(black tint(10%));
        border-bottom-color: color(black shade(10%));
        box-shadow: none;
        text-decoration: none;
        opacity: .5;
        cursor: not-allowed
    }

    &.button-xs {
        font-size: .625rem;
        height: 1.25rem;
        line-height: calc(1.25rem - 1px * 2)
    }

    &.button-sm {
        font-size: .875rem;
        height: 1.75rem;
        line-height: calc(1.75rem - 1px * 2)
    }

    &.button-lg {
        font-size: 1.25rem;
        height: 2.75rem;
        line-height: calc(2.75rem - 1px * 2)
    }

    &.button-xl {
        font-size: 1.5rem;
        height: 3.25rem;
        line-height: calc(3.25rem - 1px * 2)
    }

    &.button-secondary {
        color: white;
        background-color: #aaa;
        border-color: #aaa;
        border-top-color: color(#aaa tint(10%));
        border-bottom-color: color(#aaa shade(10%));
        &:hover {
            color: white;
            background-color: color(#aaa shade(10%));
            border-color: color(#aaa shade(10%));
            border-top-color: color(#aaa tint(0));
            border-bottom-color: color(#aaa shade(20%))
        }

        &:active,
        &.active {
            background-color: color(#aaa shade(10%));
            border-color: color(#aaa shade(10%));
            border-top-color: color(#aaa shade(20%));
            border-bottom-color: color(#aaa shade(10%))
        }

        &:focus {
            outline: 0;
            box-shadow: 0 0 0 2px color(#aaa alpha(50%))
        }

        &:disabled,
        &.disabled {
            background-color: color(#aaa shade(10%));
            border-top-color: color(#aaa tint(10%));
            border-bottom-color: color(#aaa shade(10%));
            box-shadow: none
        }
    }

    &.button-success {
        color: white;
        background-color: #2ecc40;
        border-color: #2ecc40;
        border-top-color: color(#2ecc40 tint(10%));
        border-bottom-color: color(#2ecc40 shade(10%));
        &:hover {
            color: white;
            background-color: color(#2ecc40 shade(10%));
            border-color: color(#2ecc40 shade(10%));
            border-top-color: color(#2ecc40 tint(0));
            border-bottom-color: color(#2ecc40 shade(20%))
        }

        &:active,
        &.active {
            background-color: color(#2ecc40 shade(10%));
            border-color: color(#2ecc40 shade(10%));
            border-top-color: color(#2ecc40 shade(20%));
            border-bottom-color: color(#2ecc40 shade(10%))
        }

        &:focus {
            outline: 0;
            box-shadow: 0 0 0 2px color(#2ecc40 alpha(50%))
        }

        &:disabled,
        &.disabled {
            background-color: color(#2ecc40 shade(10%));
            border-top-color: color(#2ecc40 tint(10%));
            border-bottom-color: color(#2ecc40 shade(10%));
            box-shadow: none
        }
    }

    &.button-info {
        color: white;
        background-color: #39cccc;
        border-color: #39cccc;
        border-top-color: color(#39cccc tint(10%));
        border-bottom-color: color(#39cccc shade(10%));
        &:hover {
            color: white;
            background-color: color(#39cccc shade(10%));
            border-color: color(#39cccc shade(10%));
            border-top-color: color(#39cccc tint(0));
            border-bottom-color: color(#39cccc shade(20%))
        }

        &:active,
        &.active {
            background-color: color(#39cccc shade(10%));
            border-color: color(#39cccc shade(10%));
            border-top-color: color(#39cccc shade(20%));
            border-bottom-color: color(#39cccc shade(10%))
        }

        &:focus {
            outline: 0;
            box-shadow: 0 0 0 2px color(#39cccc alpha(50%))
        }

        &:disabled,
        &.disabled {
            background-color: color(#39cccc shade(10%));
            border-top-color: color(#39cccc tint(10%));
            border-bottom-color: color(#39cccc shade(10%));
            box-shadow: none
        }
    }

    &.button-warning {
        color: white;
        background-color: #ff851b;
        border-color: #ff851b;
        border-top-color: color(#ff851b tint(10%));
        border-bottom-color: color(#ff851b shade(10%));
        &:hover {
            color: white;
            background-color: color(#ff851b shade(10%));
            border-color: color(#ff851b shade(10%));
            border-top-color: color(#ff851b tint(0));
            border-bottom-color: color(#ff851b shade(20%))
        }

        &:active,
        &.active {
            background-color: color(#ff851b shade(10%));
            border-color: color(#ff851b shade(10%));
            border-top-color: color(#ff851b shade(20%));
            border-bottom-color: color(#ff851b shade(10%))
        }

        &:focus {
            outline: 0;
            box-shadow: 0 0 0 2px color(#ff851b alpha(50%))
        }

        &:disabled,
        &.disabled {
            background-color: color(#ff851b shade(10%));
            border-top-color: color(#ff851b tint(10%));
            border-bottom-color: color(#ff851b shade(10%));
            box-shadow: none
        }
    }

    &.button-danger {
        color: white;
        background-color: #ff4136;
        border-color: #ff4136;
        border-top-color: color(#ff4136 tint(10%));
        border-bottom-color: color(#ff4136 shade(10%));
        &:hover {
            color: white;
            background-color: color(#ff4136 shade(10%));
            border-color: color(#ff4136 shade(10%));
            border-top-color: color(#ff4136 tint(0));
            border-bottom-color: color(#ff4136 shade(20%))
        }

        &:active,
        &.active {
            background-color: color(#ff4136 shade(10%));
            border-color: color(#ff4136 shade(10%));
            border-top-color: color(#ff4136 shade(20%));
            border-bottom-color: color(#ff4136 shade(10%))
        }

        &:focus {
            outline: 0;
            box-shadow: 0 0 0 2px color(#ff4136 alpha(50%))
        }

        &:disabled,
        &.disabled {
            background-color: color(#ff4136 shade(10%));
            border-top-color: color(#ff4136 tint(10%));
            border-bottom-color: color(#ff4136 shade(10%));
            box-shadow: none
        }
    }

    &.button-light {
        color: #111;
        background-color: color(white shade(10%));
        border-color: color(white shade(10%));
        border-top-color: color(color(white shade(10%)) tint(10%));
        border-bottom-color: color(color(white shade(10%)) shade(10%));
        &:hover {
            color: #111;
            background-color: color(color(white shade(10%)) shade(10%));
            border-color: color(color(white shade(10%)) shade(10%));
            border-top-color: color(color(white shade(10%)) tint(0));
            border-bottom-color: color(color(white shade(10%)) shade(20%))
        }

        &:active,
        &.active {
            background-color: color(color(white shade(10%)) shade(10%));
            border-color: color(color(white shade(10%)) shade(10%));
            border-top-color: color(color(white shade(10%)) shade(20%));
            border-bottom-color: color(color(white shade(10%)) shade(10%))
        }

        &:focus {
            outline: 0;
            box-shadow: 0 0 0 2px color(color(white shade(10%)) alpha(50%))
        }

        &:disabled,
        &.disabled {
            background-color: color(color(white shade(10%)) shade(10%));
            border-top-color: color(color(white shade(10%)) tint(10%));
            border-bottom-color: color(color(white shade(10%)) shade(10%));
            box-shadow: none
        }
    }

    &.button-dark {
        color: white;
        background-color: color(#111 tint(10%));
        border-color: color(#111 tint(10%));
        border-top-color: color(color(#111 tint(10%)) tint(10%));
        border-bottom-color: color(color(#111 tint(10%)) shade(10%));
        &:hover {
            color: white;
            background-color: color(color(#111 tint(10%)) shade(10%));
            border-color: color(color(#111 tint(10%)) shade(10%));
            border-top-color: color(color(#111 tint(10%)) tint(0));
            border-bottom-color: color(color(#111 tint(10%)) shade(20%))
        }

        &:active,
        &.active {
            background-color: color(color(#111 tint(10%)) shade(10%));
            border-color: color(color(#111 tint(10%)) shade(10%));
            border-top-color: color(color(#111 tint(10%)) shade(20%));
            border-bottom-color: color(color(#111 tint(10%)) shade(10%))
        }

        &:focus {
            outline: 0;
            box-shadow: 0 0 0 2px color(color(#111 tint(10%)) alpha(50%))
        }

        &:disabled,
        &.disabled {
            background-color: color(color(#111 tint(10%)) shade(10%));
            border-top-color: color(color(#111 tint(10%)) tint(10%));
            border-bottom-color: color(color(#111 tint(10%)) shade(10%));
            box-shadow: none
        }
    }

    &.button-block {
        width: 100% !important;
        display: block
    }

    &.button-link {
        border-color: transparent;
        background-color: transparent;
        color: #666;
        text-decoration: none;
        box-shadow: none
    }

    &.button-link:hover,
    &.button-link:focus {
        border-color: transparent;
        background-color: transparent;
        color: #666;
        text-decoration: underline;
        box-shadow: none
    }
}

.button-loader,
.button-loader:hover {
    position: relative;
    min-width: calc(1em * 2);
    color: transparent !important;
    overflow: hidden
}

.button-loader::after {
    content: '';
    position: absolute;
    top: calc(50% - calc(1em / 2)calc(1em / 2));
    left: calc(50% - calc(1em / 2)calc(1em / 2));
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: solid .15em color(white alpha(20%));
    border-top-color: white;
    border-left-color: white;
    display: inline-block;
    animation: button-loader 750ms linear infinite
}

.button-secondary.button-loader::after {
    border-color: color(white alpha(20%));
    border-top-color: white;
    border-left-color: white
}

.button-success.button-loader::after {
    border-color: color(white alpha(20%));
    border-top-color: white;
    border-left-color: white
}

.button-info.button-loader::after {
    border-color: color(white alpha(20%));
    border-top-color: white;
    border-left-color: white
}

.button-warning.button-loader::after {
    border-color: color(white alpha(20%));
    border-top-color: white;
    border-left-color: white
}

.button-danger.button-loader::after {
    border-color: color(white alpha(20%));
    border-top-color: white;
    border-left-color: white
}

.button-light.button-loader::after {
    border-color: color(#111 alpha(20%));
    border-top-color: #111;
    border-left-color: #111
}

.button-dark.button-loader::after {
    border-color: color(white alpha(20%));
    border-top-color: white;
    border-left-color: white
}

@keyframes button-loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@custom-media --breakpoint-xs-up only screen and (min-width:0);
@custom-media --breakpoint-sm-up only screen and (min-width:576px);
@custom-media --breakpoint-md-up only screen and (min-width:768px);
@custom-media --breakpoint-lg-up only screen and (min-width:992px);
@custom-media --breakpoint-xl-up only screen and (min-width:1200px);
@custom-media --breakpoint-xs-down only screen and (max-width:575px);
@custom-media --breakpoint-sm-down only screen and (max-width:767px);
@custom-media --breakpoint-md-down only screen and (max-width:991px);
@custom-media --breakpoint-lg-down only screen and (max-width:1199px);
@custom-media --breakpoint-xl-down only screen and (min-width:0);
@custom-media --breakpoint-xs-only only screen and (min-width:0) and (max-width:575px);
@custom-media --breakpoint-sm-only only screen and (min-width:576px) and (max-width:767px);
@custom-media --breakpoint-md-only only screen and (min-width:768px) and (max-width:991px);
@custom-media --breakpoint-lg-only only screen and (min-width:992px) and (max-width:1199px);
@custom-media --breakpoint-xl-only only screen and (min-width:1200px);
.imgFilterNone {
    -webkit-filter: none;
    filter: none
}

.imgFilterBronson {
    -webkit-filter: sepia(0.8);
    filter: sepia(0.8)
}

.imgFilterChipper {
    -webkit-filter: contrast(1.3) brightness(0.8) sepia(0.3) saturate(1.5) hue-rotate(-20deg);
    filter: contrast(1.3) brightness(0.8) sepia(0.3) saturate(1.5) hue-rotate(-20deg)
}

.imgFilterClothesline {
    -webkit-filter: saturate(0.02) contrast(0.85) brightness(1.2) sepia(0.02);
    filter: saturate(0.02) contrast(0.85) brightness(1.2) sepia(0.02)
}

.imgFilterCronkite {
    -webkit-filter: sepia(0.35) contrast(0.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);
    filter: sepia(0.35) contrast(0.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)
}

.imgFilterDeck {
    -webkit-filter: sepia(0.15) saturate(1.5) contrast(0.9);
    filter: sepia(0.15) saturate(1.5) contrast(0.9)
}

.imgFilterFrado {
    -webkit-filter: sepia(0.4) saturate(2.5) hue-rotate(-30deg) contrast(0.67);
    filter: sepia(0.4) saturate(2.5) hue-rotate(-30deg) contrast(0.67)
}

.imgFilterJerry {
    -webkit-filter: brightness(0.75) contrast(1.3) sepia(0.5) hue-rotate(-25deg);
    filter: brightness(0.75) contrast(1.3) sepia(0.5) hue-rotate(-25deg)
}

.imgFilterJuicer {
    -webkit-filter: contrast(0.8) saturate(1.2) sepia(0.15);
    filter: contrast(0.8) saturate(1.2) sepia(0.15)
}

.imgFilterDevo {
    -webkit-filter: saturate(1.4) sepia(0.25) hue-rotate(-15deg) contrast(0.8) brightness(1.1);
    filter: saturate(1.4) sepia(0.25) hue-rotate(-15deg) contrast(0.8) brightness(1.1)
}

.imgFilterTrilly {
    -webkit-filter: sepia(0.4) saturate(1.5) contrast(0.9) brightness(1.1) hue-rotate(-15deg);
    filter: sepia(0.4) saturate(1.5) contrast(0.9) brightness(1.1) hue-rotate(-15deg)
}

.imgFilterOnFleek {
    -webkit-filter: saturate(1.4) contrast(1.1);
    filter: saturate(1.4) contrast(1.1)
}

.imgFilterJug {
    -webkit-filter: contrast(1.4) brightness(0.9) sepia(0.05);
    filter: contrast(1.4) brightness(0.9) sepia(0.05)
}

.imgFilterKale {
    -webkit-filter: sepia(0.4) saturate(2.4) brightness(1.3) contrast(1);
    filter: sepia(0.4) saturate(2.4) brightness(1.3) contrast(1)
}

.imgFilterGrill {
    -webkit-filter: grayscale(1) brightness(1.2) contrast(1.05);
    filter: grayscale(1) brightness(1.2) contrast(1.05)
}

.imgFilterMidtown {
    -webkit-filter: contrast(1.2) brightness(0.9) hue-rotate(-10deg);
    filter: contrast(1.2) brightness(0.9) hue-rotate(-10deg)
}

.imgFilterSalty {
    -webkit-filter: contrast(1.3) sepia(0.3) saturate(1.3) hue-rotate(-10deg) brightness(0.95);
    filter: contrast(1.3) sepia(0.3) saturate(1.3) hue-rotate(-10deg) brightness(0.95)
}

.imgFilterLatchOn {
    -webkit-filter: sepia(0.4) saturate(1.6) contrast(1.1) brightness(0.9) hue-rotate(-10deg);
    filter: sepia(0.4) saturate(1.6) contrast(1.1) brightness(0.9) hue-rotate(-10deg)
}

.imgFilterPiece {
    -webkit-filter: sepia(0.5) contrast(1.4);
    filter: sepia(0.5) contrast(1.4)
}

.imgFilterTassel {
    -webkit-filter: hue-rotate(-10deg) contrast(0.9) brightness(1.1) saturate(1.5);
    filter: hue-rotate(-10deg) contrast(0.9) brightness(1.1) saturate(1.5)
}

.imgFilterBarrelhouse {
    -webkit-filter: sepia(0.5) hue-rotate(-30deg) saturate(1.2) contrast(0.8);
    filter: sepia(0.5) hue-rotate(-30deg) saturate(1.2) contrast(0.8)
}

.imgFilterBuddyGhee {
    -webkit-filter: brightness(1.3) contrast(1.4) grayscale(0) hue-rotate(0) invert(0.07) saturate(0.5) sepia(0);
    filter: brightness(1.3) contrast(1.4) grayscale(0) hue-rotate(0) invert(0.07) saturate(0.5) sepia(0)
}

.imgFilterCogs {
    -webkit-filter: brightness(1.2) contrast(1.2) grayscale(0) hue-rotate(0) invert(0) saturate(1) sepia(1);
    filter: brightness(1.2) contrast(1.2) grayscale(0) hue-rotate(0) invert(0) saturate(1) sepia(1)
}

.imgFilterFineDinner {
    -webkit-filter: brightness(1.3) contrast(1.2) grayscale(0) hue-rotate(0) invert(0.1) saturate(1.8) sepia(0);
    filter: brightness(1.3) contrast(1.2) grayscale(0) hue-rotate(0) invert(0.1) saturate(1.8) sepia(0)
}

.imgFilterJelly:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225)
}

.filter-img.imgFilterJelly:before {
    border-radius: 5px
}

.imgFilterKopasetic:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-linear-gradient(to bottom right, #f7b733, #fc4a1a);
    background-image: linear-gradient(to bottom right, #f7b733, #fc4a1a)
}

.filter-img.imgFilterKopasetic:before {
    border-radius: 5px
}

.imgFilterMainKick:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-linear-gradient(to bottom right, #f56217, #0b486b);
    background-image: linear-gradient(to bottom right, #f56217, #0b486b)
}

.filter-img.imgFilterMainKick:before {
    border-radius: 5px
}

.imgFilterSignify:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-linear-gradient(to bottom right, #e7e9bb, #403b4a);
    background-image: linear-gradient(to bottom right, #e7e9bb, #403b4a)
}

.filter-img.imgFilterSignify:before {
    border-radius: 5px
}

.imgFilterWren:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-linear-gradient(to bottom right, #e5e5be, #003973);
    background-image: linear-gradient(to bottom right, #e5e5be, #003973)
}

.filter-img.imgFilterWren:before {
    border-radius: 5px
}

.imgFilterAwks:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    background-image: -webkit-linear-gradient(to bottom right, #7aa1d2, #dbd4b4, #cc95c0);
    background-image: linear-gradient(to bottom right, #7aa1d2, #dbd4b4, #cc95c0)
}

.filter-img.imgFilterAwks:before {
    border-radius: 5px
}

.imgFilterPovo:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-linear-gradient(to bottom right, #f4d03f, #16a085);
    background-image: linear-gradient(to bottom right, #f4d03f, #16a085)
}

.filter-img.imgFilterPovo:before {
    border-radius: 5px
}

.imgFilterYOLO:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-linear-gradient(to bottom right, #b29f94, #603813);
    background-image: linear-gradient(to bottom right, #b29f94, #603813)
}

.filter-img.imgFilterYOLO:before {
    border-radius: 5px
}

.imgFilterHundoP:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-linear-gradient(to bottom right, #bfe9ff, #ff6e7f);
    background-image: linear-gradient(to bottom right, #bfe9ff, #ff6e7f)
}

.filter-img.imgFilterHundoP:before {
    border-radius: 5px
}

.imgFilterTrill:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-linear-gradient(to bottom right, #b20a2c, #fffbd5);
    background-image: linear-gradient(to bottom right, #b20a2c, #fffbd5)
}

.filter-img.imgFilterTrill:before {
    border-radius: 5px
}

.imgFilterRespek:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    background-image: -webkit-linear-gradient(to bottom right, #fdbb2d, #b21f1f, #1a2a6c);
    background-image: linear-gradient(to bottom right, #fdbb2d, #b21f1f, #1a2a6c)
}

.filter-img.imgFilterRespek:before {
    border-radius: 5px
}

.imgFilterLowKey:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    background-image: -webkit-linear-gradient(to bottom right, #ff8235, #30e8bf);
    background-image: linear-gradient(to bottom right, #ff8235, #30e8bf)
}

.filter-img.imgFilterLowKey:before {
    border-radius: 5px
}

.imgFilterSavage:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    background-image: -webkit-linear-gradient(to bottom right, #f2fcfe, #1c92d2);
    background-image: linear-gradient(to bottom right, #f2fcfe, #1c92d2)
}

.filter-img.imgFilterSavage:before {
    border-radius: 5px
}

.h-font {
    font-family: Roboto;
    color: inherit
}

.bold {
    font-weight: bold
}

.h1 {
    font-size: 4rem;
    font-size: 4rem;
    margin: 1.5rem 0;
    line-height: 1
}

.h2 {
    font-size: 2rem;
    font-size: 2rem;
    margin: 1.5rem 0;
    line-height: 1
}

.h3 {
    font-size: 1rem;
    font-size: 1.5rem;
    margin: 1.5rem 0;
    line-height: 1
}

div.body-text {
    margin: 1.5rem 0
}

body {
    line-height: 2
}

section {
    overflow-x: hidden;
    position: relative
}

section * {
    position: relative
}

section:nth-child(odd) {
    background-color: white;
    color: black
}

section:nth-child(even) {
    background-color: #3f3f3f;
    color: white
}

div.footer,
div.nav {
    background-color: black;
    color: white
}

div.footer a,
div.nav a {
    color: white
}

div.bg.sib {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

div.bg.sib~* {
    z-index: 2
}

div.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

@media(max-width: 1024px) {
    html {
        font-size: 12px
    }
}

@media(max-width: 768px) {
    html {
        font-size: 10px
    }
}

div.links-top-fixed-background {
    top: 0;
    right: 0;
    left: 0
}

div.links-top {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

ul.nav-links {
    display: none;
    margin: 0;
    padding: 0
}

ul.nav-links>li {
    background-color: inherit;
    width: 100%
}

ul.nav-links>li a {
    display: block;
    text-align: center;
    vertical-align: middle;
    color: inherit;
    line-height: 40px
}

ul.nav-links>.brand-name {
    text-align: center
}

.toggle+a {
    display: none
}

.toggle {
    display: block;
    text-align: center;
    vertical-align: middle;
    color: inherit;
    line-height: 40px
}

[id^=drop]:checked+ul.nav-links {
    display: block
}

.join-logo ul.nav-links.logo,
ul.nav-links.logo {
    display: block
}

ul.nav-logo>li.brand-name {
    display: none
}

[id^=drop] {
    display: none
}

@media(min-width: 768px) {
    .toggle {
        display: none
    }

    .join-logo ul.nav-links.logo {
        display: none
    }

    ul.nav-logo>li.brand-name {
        display: block
    }

    div.links-top-fixed-background {
        top: 0;
        right: 0;
        left: 0
    }

    div.links-top {
        height: 100px;
        display: flex;
        justify-content: center;
        flex-direction: row
    }

    [id^=drop]:checked+ul.nav-links,
    ul.nav-links {
        padding: 0 0 0 3%;
        flex-direction: row;
        width: 100%;
        align-items: center;
        list-style: none;
        display: flex
    }

    ul.nav-links.logo {
        display: flex
    }

    ul.nav-links>li {
        margin-right: 3%;
        width: initial
    }

    ul.nav-links>li a {
        display: inline-flex;
        vertical-align: middle;
        color: inherit;
        line-height: inherit
    }

    ul.nav-links>li a:before {
        top: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    ul.nav-links>.brand-name {
        text-align: initial
    }
}

.hero div.component-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

div.hero-component--wrapper-fillscreen {
    height: 95vh;
    margin-left: auto;
    margin-right: auto
}

div.hero-component--fixed-background.bg.sib {
    background-attachment: fixed;
    transform: translateZ(0);
    will-change: transform
}

div.hero-component--content {
    width: 70%;
    word-wrap: break-word
}

@media(min-width: 1280px) {
    div.hero-component--wrapper-fillscreen {
        max-height: 60vw
    }
}

@supports(-webkit-overflow-scrolling:touch) {
    div.hero-component--fixed-background.bg.sib {
        background-attachment: scroll
    }
}

div.simple-chord--wrapper {
    padding: 3rem 0;
    min-height: 10em
}

div.simple-chord--inner {
    width: 90%;
    margin: auto
}

div.simple-chord--text {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap
}

div.simple-chord--text>div {
    flex: 1 0 50%;
    min-width: 300px;
    padding: 1rem 0
}

div.simple-chord--text>div>div>span a {
    color: inherit
}

@media(min-width: 768px) {
    div.simple-chord--inner {
        width: 70%
    }
}

div.photogrid-component--flexbox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

div.photogrid-component--flexbox-container>a>div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%
}

div.photogrid-component--flexbox-container>a {
    height: 200px;
    flex: 1 0 200px;
    margin: 0
}

@media(--breakpoint-sm-down) {
    div.photogrid-component--flexbox-container {
        flex-wrap: none
    }

    div.photogrid-component--flexbox-container>a {
        flex: 1 0 100%;
        height: 300px;
        margin: 0
    }
}

div.testimonials-component--wrapper {
    padding: 3rem 0;
    overflow-x: hidden
}

div.testimonials-component--inner.testimonials-component--pub {
    display: flex;
    flex-direction: row;
    transition: transform 1s
}

div.testimonials-component--inner div.testimonials-component--each {
    width: 70vw;
    margin: auto
}

div.testimonials-component--inner.testimonials-component--pub div.testimonials-component--each {
    width: 100vw
}

div.testimonials-component--each-inner {
    width: 70%;
    margin: 2em auto
}

div.photo {
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
    padding: 0
}

div.photo div.photo-component--photo {
    flex: 1 1 50%;
    min-height: 30rem;
    min-width: 300px
}

div.photo-photo {
    height: 100%
}

div.photo div.photo-text {
    flex: 1 0 300px;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    min-width: 300px
}

div.photo-text>div {
    width: 70%;
    margin: auto
}

div.simple-chord--wrapper {
    padding: 3rem 0;
    min-height: 10em
}

div.simple-chord--inner {
    width: 90%;
    margin: auto
}

div.simple-chord--text {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap
}

div.simple-chord--text>div {
    flex: 1 0 50%;
    min-width: 300px;
    padding: 1rem 0
}

div.simple-chord--text>div>div>span a {
    color: inherit
}

@media(min-width: 768px) {
    div.simple-chord--inner {
        width: 70%
    }
}

div.map-iframe-wrapper {
    line-height: 0
}

div.footer-component--outer {
    padding: 4em 0
}

div.footer-component--outer>div.footer-component--inner {
    width: 70%;
    margin: auto
}

div.footer-component--inner>div.links {
    margin: 1rem auto;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    font-size: 2em
}