body,
ul {
    margin: 0;
    padding: 0
}
body {
    background-color: #f7f7f7
}
body {
    font-size: 16px;
    line-height: 25px;
    color: #3b3b3b;
    font-family: 'Inconsolata', monospace;
}
img {
    max-width: 100%
}

h1 a {
    color: #3b3b3b !important;
}
h1 a:hover{
    color: #3b3b3b;
    text-decoration: underline;
}
p a {
    color: #3b3b3b !important;
}
p a:hover{
    color: #3b3b3b;
    text-decoration: underline;
}

.clear {
    clear: both
}
#logo {
    color: #3b3b3b;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
}
#logo b {
    font-weight: 800;
}
#logo u {
    text-decoration: underline;
    font-weight: 100;
}
.wrapper .page-title {
    margin-top: 50px
}
.wrapper .page-title h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 300
}
.wrapper .portfolio .filters ul li,
.wrapper header nav ul li a {
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}
.wrapper header {
    height: 75px;
    margin-top: 60px;
    position: relative;
    z-index: 10
}
.wrapper header .logo {
    float: left;
    line-height: 75px;
    position: relative;
    z-index: 12
}
.wrapper header .logo img {
    width: 200px
}
.wrapper header nav {
    float: right;
    line-height: 75px
}
.wrapper header nav ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative
}
.wrapper header nav ul li:first-child {
    margin-left: 0
}
.wrapper header nav ul li a {
    color: #848484;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    text-decoration: none
}
.wrapper header nav ul li a:hover,
.wrapper header nav ul li.active a {
    color: #c4c4c4
}
.wrapper header nav ul li ul {
    position: absolute;
    top: 100%;
    min-width: 180px;
    background-color: #3b3b3b;
    line-height: 25px;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}
.wrapper header nav ul li:hover ul {
    opacity: 1;
    visibility: visible
}
.wrapper header nav ul li ul li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #4c4c4c;
    position: relative
}
.wrapper header nav ul li ul li a {
    display: block;
    font-size: 11px;
    font-weight: 400;
    padding: 15px 20px;
    line-height: 15px;
    color: #C0BDBF
}
.wrapper header nav ul li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0!important;
    visibility: hidden!important
}
.wrapper header nav ul li ul li:hover ul {
    opacity: 1!important;
    visibility: visible!important
}
footer {
    margin: 50px 0 25px;
    padding-bottom: 50px;
}
footer p {
    font-size: 14px
}
@media screen and (max-width: 767px) {
    body {
        font-size: 14px
    }
    .wrapper header {
        margin-top: 20px;
    }
    .wrapper .page-title {
        margin-top: 50px
    }
    header nav {
        visibility: hidden;
    }
    footer {
        margin: 30px 0
    }
}
@media screen and (max-width: 375px) {
    .wrapper .page-title h1 b {
        font-size: 17px
        padding-top: 17px;
    }
    .wrapper .page-title {
        margin-top: 50px
    }
    header nav {
        visibility: hidden;
    }
}