@CHARSET "UTF-8";

html, head, body, div, form, ul, ol, li, a, p, h1, h2, h3, h4, h5, label {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 340px;
}

body {
    display: flex;
    flex-direction: column;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#mn-wrapper {
    position: relative;
    width: 100%;
    flex: 1 0 auto;
    margin: 0 auto;
}

#mn-footer {
    position: relative;
    flex-shrink: 0;
}

h1 {
    display: block;
    margin-bottom: 55px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #3B3938;
}

h2 {
    display: block;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #4B4948;
}

p, li {
    font-size: 14px;
    color: #3A3938;
}

a {
    font-size: 14px;
    color: #AC6D6C;
}
