.clear{
    clear:both;
}
html {
    height: 100%;
    box-sizing: border-box;
}
*{
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-family: 'PT Sans', sans-serif;
    color:#151515;
    font-size: 14px;
    height: 100%;
}
a{
    font-family: 'PT Sans', sans-serif;
}

.left{
    float: left;
}
.right{
    float: right;
}
.wrapper{
    position: relative;
}
.link,a{
    color: #151515;
    text-decoration: none
}
.link:hover,a{
    text-decoration: underline;
}
.header-mobile-menu,
.sticky-wrapper,
.filter-down,
.filter-type-list{
   transition: 0.2s;
}
header{
    padding: 25px 0;
}
.container{
   max-width: 1200px;
   width: 100%;
}

.logo{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none
}
.logo span{
    color:#5F4B8B;
}
.menu-top{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-top li{
    display: inline-block;
    padding-left: 60px;
}
.menu-top li a{
    font-size: 18px;
    font-weight: bold;
    color:#5F4B8B;
    text-decoration: none;
}
.menu-top li a:hover{
    color:#423189;
}
.menu-top li a.active{
    color:#151515;
}
content{
    display: block;
    margin-top: 60px;
}
h1{
    font-size: 80px;
    text-transform: uppercase;
    padding: 0;
    margin:0;
}
h2{
    font-size: 28px;
    text-transform: uppercase;
    padding: 0;
    margin:0;
}
p{
    padding: 0;
    margin:0;
}
.tags a{
    color:#5F4B8B;
    font-weight: bold;
    text-decoration: none;
    margin-right: 30px;
}
.tags a:hover{
    color:#423189;
}
.works{
    margin-top: 60px;
}
.work{
 text-decoration: none;
 margin-bottom: 50px;
 display: block;
}
.work-title{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    margin-bottom: 25px;
}
.work-title:after{
    content: "";
    width: 35px;
    height: 4px;
    background:#151515;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.work-image{
    width: 100%;
}

.work-tags{
    color:#737373;
    margin-top: 15px;
}

.work-preview{
    margin-top: 15px;
}

.work-more{
    color:#5F4B8B;
    margin-top: 15px;
    font-weight: bold;
}

.work:hover .work-more{
    color:#423189;

}

footer{
    height: 270px;
    background: #151515;
    display: flex;
    align-items: center;
}
.footer{
    margin:0 auto;
}
footer,footer a{
    color:white;
    text-align: center;
}
.footer-first{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-second a{
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.menu-burger{
    display: none;
    background: url(../img/burger.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: hand;
    cursor: pointer;
}

.header-mobile-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 10;
    padding: 16px;
    display: none;
}
.header-mobile-menu.active{
    display: block;
}
.header-mobile-submenu-list{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.header-mobile-menu-list{
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}
.header-mobile-menu-a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    color: #111;
    text-decoration: none;
    margin-bottom: 1em;
    display: inline-block;
}
.header-mobile-submenu-a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 48px;
    color: #515151;
    opacity: .6;
    text-decoration: none;
}
.header-mobile-submenu-list sup{
    font-family: 'Open Sans', sans-serif;

}
.close-mobile-menu{
    background: url(../img/close.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    cursor: hand;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 20px;
}

.skills-link{
    font-size:18px;
    font-weight: bold;
    color:#5F4B8B;
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
}

.skill-liks-box{
    margin-top: 16px;
    padding-bottom: 20px;
    font-size: 16px;
    margin-bottom: 40px;
}


.page-wrap {
    min-height: 100%;
    margin-bottom: -270px;
}
.push {
    height: 270px;
}

@media only screen and (max-width: 820px) {


}

@media only screen and (max-width: 650px) {


}

@media only screen and (max-width: 520px) {
  .menu-burger{
    display: inline-block;
}
.menu-top{
    display: none;
}
h1 {
    font-size: 40px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
content{
    margin-top: 10px;
}
header {
    padding: 15px 0;
}
.works{
    margin-top: 20px;
}
footer{
    height: 150px;
}
    .page-wrap {
        margin-bottom: -150px;
    }

    .push{
        height: 150px;
    }
}
@media only screen and (max-width: 320px) {


}
