/*
 * RESET STYLES
 * ========================================== */

 html {
    font-family: 'Proxima Nova Rg', sans-serif;
    line-height: 1.15;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: $content-color;
    font-size: $font-size-base;
    color: $black-color;
    font-weight: normal;
    font-style: normal;
    // & *::selection  {
    //     background: $orange-color;
    //     color: $white-color;
    // }
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 300;
}
h1 {
    font-size: $font-size-lg;
}
h2 {
    font-size: $font-size-md;
}
h3 {
    font-size: $font-size-sm;
}
h4 {
    font-size: $font-size-xs;
}
h5 {
    font-size: $font-size-xs;
    font-weight: 500;
}
h6 {
    font-size: $font-size-xs;
    font-weight: 500;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: $font-size $offset-xs;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: $font-size;
}

p {
    margin: 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline: 0;
    box-shadow: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: $font-size;
}

dfn {
    font-style: italic;
}

mark {
    background-color: $yellow-color;
    color: $black-color;
}

small {
    font-size: $font-size-mc;
}

sub,
sup {
    font-size: $font-size-mc;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}
a,
button,
input {
    &:focus {
        outline: none;
        box-shadow: none;
    }
}
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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    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;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
    min-height: 20px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    box-sizing: content-box;
    border: solid #fff;
    border-width: 8px 0;
    width: 100%;
    height: 3px;
    border: 0;
    cursor: pointer;
    background: $light-color;
}
input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    margin-top: -$offset-md/2 + 1;
    border: 1px solid $gray-color;
    height: $offset-md;
    width: $offset-md;
    border-radius: 50%;
    background: $lighter-color;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: $gray-color;
}
input[type=range]::-moz-range-track {
    box-sizing: content-box;
    border: solid #fff;
    border-width: 8px 0;
    width: 100%;
    height: 3px;
    border: 0;
    cursor: pointer;
    background: $light-color;
}
input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    margin-top: -$offset-md/2 + 1;
    border: 1px solid $light-color;
    height: $offset-md;
    width: $offset-md;
    border-radius: 50%;
    background: $lighter-color;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    border: 0;
    cursor: pointer;
    background: $light-color;
}
input[type=range]::-ms-fill-lower {
    background: $light-color;
    border: 0;
}
input[type=range]::-ms-fill-upper {
    background: $light-color;
    border: 0;
}
input[type=range]::-ms-thumb {
    box-sizing: border-box;
    margin-top: -2px;
    border: 1px solid $light-color;
    height: $offset-md;
    width: $offset-md;
    border-radius: 50%;
    background: $lighter-color;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: $gray-color ;
}
input[type=range]:focus::-ms-fill-upper {
    background: $gray-color ;
}

input::placeholder {
    opacity: .65;
    font-size: 20px !important;
    line-height: 3.5em;
}
input:-moz-placeholder,
input:-ms-placeholder {
    display: none;
}

video {
    height: 0px;
    width: 0px;
}
