html {
    border: none;
    padding: 0px;
    margin: 0px;
    float: left;
    background-color: #fff;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
/*     min-height: 100%; */
    height: 100%;
    height: -webkit-fill-available;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    height: -webkit-fill-available;
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #d38d51;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
li {
    outline: none;
}
i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}

iframe {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
