@media only screen and (max-width: 600px) {
    
    body {
        padding: 0;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
    }
    
    .wrap {
        width: 100%;
    }
    
    .social {
        text-align: center;
        margin-top: 15px;
    }
    
    .mail {
        text-align: center;
        margin-top: 10px;
    }
    
    .mail a {
        text-decoration: none;
    }
    
    .link {
        text-decoration: none;
        color: #11273f;
        text-decoration: underline;
    }
    
    .link:hover {
        color: #11273f;
    }
    
    .photo {
        margin: 0 auto;
        width: 150px;
        height: 201px;
        background: url("https://severinov.info/assets/img/photo.png") no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 2px;
    }
    
    .grid {
        margin-top: 20px;
        display: block;
    }
    
    .about > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .title {
        font-size: 30px;
        font-weight: 500;
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .title-header {
        font-size: 19px;
        font-weight: 500;
    }
    
    .text {
        margin-top: 10px;
        font-weight: 300;
        font-size: 15px;
        color: #11273f;
    }
    
    footer {
        margin-top: 100px;
        height: 20px;
    }
    
    .separator {
        background: #eee;
        height: 1px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .projects {
        margin-top: 20px;
    }
    
    .project-title {
        font-weight: 300;
        font-size: 16px;
    }
    
    .menu {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    
    .gray {
        color: rgba(0,0,0,0.6);
    }
    
    .menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .menu ul li {
        display: inline-block;
        margin-right: 25px;
    }
    
    .menu ul li {
        font-weight: 500;
        font-size: 12px;
    }
    
    .menu ul li a:hover {
        color: #ccc;
    }
    
    .menu ul li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
    }

}