/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p {
    color: #646777;
}
h1 {
    font-size: 36px;
    line-height: 48px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
}
a {
    color: #6abe6a;
    transition: all 0.4s;
}
    a:hover, a:focus {
        color: #569d21;
    }
body {
    margin: 0;
    padding: 0 !important;
    box-sizing: border-box;
    /* font-family: "Roboto",sans-serif;*/
    font-size: 13px;
    line-height: 1.6;
}
.bold-text {
    font-weight: 700;
}
