*
{
    z-index: 0;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-decoration: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: initial;
    text-align: left;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
    list-style-position: outside;
    list-style-type: disc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

#googleMap div
{
    overflow: initial;
}

*::-webkit-scrollbar
{
    display: none;
}

img
{
    border: none;
}

main,
section,
article,
header,
footer,
aside
{
    display: block;
    width: 100vw;
    overflow-x: hidden;
}

a
{
    cursor: pointer;
    text-decoration: none;
}

body
{
    background-color: #111;
    background-image: url("../images/background.texture.black.jpg");
    width: 100vw;
    overflow-x: hidden;
}