/*!
Theme Name: railwaywraps
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    cursor: pointer;
    border: 0;
    background: transparent;
    font-family: inherit;
}

*, *:after, *:before {
    box-sizing: border-box;
}

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

input {
    border: none;
    font-family: inherit;
    font-size: inherit;
}

input:focus {
    outline: none;
}

input::placeholder, textarea::placeholder {
    transition: color 0.2s ease-in-out;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: transparent;
}

:root {
    --container-width: 1340px;
    --container-intend: 15px;

    --font-family: "Montserrat";
    --font-size: 16px;
    --line-height: normal;
    --font-weight: 400;
}

body {
    font-size: var(--font-size);
    line-height: var(--line-height);
    font-family: var(--font-family), sans-serif;
    font-weight: var(--font-weight);
    color: #000;
    background: #fff;
}

.cont {
    width: 100%;
    max-width: var(--container-width);

    padding: 0 var(--container-intend);
    margin: 0 auto;
}

html, body, .wrapper {
    width: 100%;
    height: 100%;
}

html {
    overflow-x: hidden;
    min-width: 425px;
}

.wrapper {
    position: relative;
}
