@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);

a, abbr, address, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, label, legend, li, object, ol, p, pre, q, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul {
    border: 0;
    margin: 0;
    padding: 0
}

article, aside, figcaption, figure, figure img, footer, header, hgroup, nav, object, section, video {
    display: block
}

a img {
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    outline: 0
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    margin: 0;
    display: inline-block;
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    border-radius: 5px
}

    button:active {
        top: 0;
        left: 0
    }

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0
    }

li, ol, ul {
    list-style: none
}

div, section {
    position: relative
}

embed, img, object {
    max-width: 100%
}

img {
    display: block;
    height: auto
}

body, html {
    height: 100%;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    font-family: Montserrat,sans-serif
}
@media (max-width: 768px) {
    .focused #footer{
        padding-top:60px;
    }
}