html, body {
    margin: 0;
    height: 100%;
}
.page {
    margin: 0;
}

body {
    color: #111;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
a {
    text-decoration: none!important;
}
.clear {
clear: both;
}
.title {
    font-size: 25px;
    text-shadow: 0.5pt 0.5pt 0.5pt #000;
    color: #888;
    text-shadow: 0.2pt 0.2pt 0.2pt #00035d;
}
.primary-menu {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
}
.primary-menu li {
    padding: 20px;
    background-color: #0072ff;
    display: inline;
}
#counter {
    margin-bottom: 50px;
}

#menu-item-134, #menu-item-135 {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
#menu-item-135 {
    text-decoration: underline;
}
.custom-logo {
    width: 100%;
    max-width: 400px;
    float: left;
    height: auto;
}
#icon-box {
    float: right;
    margin-top: 10px;
    padding-right: 30px;
}




@media(max-width: 600px){
    #page-content-wrapper {
        width: 90%!important;
    }
}

