*
{
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: left;
    outline: none;
    border: 0;
    border-spacing: 0;
    text-decoration: none;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgb(39, 36, 37);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

@media \0screen, screen\9
{
    transition: all 0s !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    transition: all 0s !important;
}

html
{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    height: 100vh;
}

body
{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

header,
.header
{
    width: 100%;
}

footer,
.footer
{
    width: 100%;
}

main,
.main
{
    width: 100%;
    padding: 0;
}

main section,
.main section
{
    width: 100%;
}

.text-center
{
    text-align: center;
}

em.fa
{
    font-family: 'Font Awesome';
    font-weight: 400;
}

img
{
    max-width: 100%;
    border-radius: 3px;
}

header h1
{
    width: 100%;
    text-align: center;
    font-size: 250%;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
}

header .line
{
    width: 100%;
    background-color: rgb(20, 20, 20);
    border-radius: 3px;
}

header .line .search
{
    
}

header .line .search input
{
    border-radius: 3px;
    font-size: 100%;
    line-height: 24px;
    background-color: rgb(255, 255, 255);
    padding: 8px 12px 8px 12px;
}

header .line .social
{
    
}

header .line .social p
{
    display: block;
    float: left;
    font-size: 200%;
    margin-left: 15px;
}

header .line .social p a em
{
    font-size: 100%;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

main 
{
    
}

main .menu
{
    
}

main .menu p.title
{
    width: 100%;
    text-align: center;
    font-size: 125%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: rgb(160, 137, 122);
    margin: 0px auto 10px auto;
}

main .menu .item
{
    text-align: center;
}

main .menu .item p.link
{
    font-size: 106.25%;
    text-transform: uppercase;
    color: rgb(20, 20, 20);
    display: inline-block;
    margin: 0px 15px 0px 15px;
}

main .menu .item p.link a
{
    font-size: 100%;
    font-weight: 500;
    color: rgb(20, 20, 20);
    letter-spacing: 0em;
}

section.about .max p
{
    text-align: center;
    font-size: 125%;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    color: rgb(20, 20, 20);
    display: block;
}

section.about .box-youtube
{
    width: 100%;
    background-color: rgb(245, 245, 245);
    border-radius: 3px;
    height: 450px;
}

section.about .box-youtube em
{
    font-size: 500%;
}

section.products h2
{
    text-align: center;
    font-size: 300%;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(20, 20, 20);
    display: block;
}

section.products .grid .item
{
    height: 400px;
    background-color: rgb(245, 245, 245);
    border-radius: 3px;
}

footer .line
{
    width: 100%;
    background-color: rgb(20, 20, 20);
    border-radius: 3px;
}