﻿html {
    height: 100%;
    box-sizing: border-box;
}

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

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.main {
    padding-bottom: 121px;
    color: #6d6e71;
}

/**
 * Footer Styles
 */

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    /*padding: 1rem;*/
    background-color: #fdfdfd;
    text-align: center;
    border-top: 1px solid;
    border-top-color:#ddd;
}

.footer img {
    height: 80px;
    margin: 5px;
}