    @import 'https://fonts.googleapis.com/css?family=Noto+Sans';

* {
    font-family: "Roboto", sans-serif !important;
    -webkit-transition: color .15s ease-out;
         -o-transition: color .15s ease-out;
            transition: color .15s ease-out;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}


.drop-shadow {
    pointer-events: none;
    box-shadow: inset 0 4px 8px -3px rgba(17,17,17,.06);
    height: 8px;
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 2;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.dark,.dark * {
    color: #FFF;
}

.dark a {
    color: #FFF;
}


.light, .light * {
    color: #1f1f1f;
    background: #ebebeb;
}
.light a, span.important {
    color: #d50000;
}

.left{float: left;}
.right{float: right;}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

h1 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    padding: 6px 0px;
    margin: 0;
}

h2 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    padding: 8px 0px;
    margin: 0;
}

p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.35em;
    margin: 0;
    padding: 16px 0 42px 0;
}

html {
    background-color: #FFF;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}


.wrap {
    max-width: 950px;
    margin: 0px auto;
    padding: 0 32px;
    z-index: 2;
}


.brand {
	padding: 24px 32px;
/*	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;*/
	position: absolute;
    top: 50%;
    left: 50%;
	margin: -101px 0 0 -291px;
	cursor: pointer;
}

.link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 100px 0 0 -95.24px;
    cursor: pointer;
    letter-spacing: .24em;
    border-bottom: 2px solid #FFF;
    padding: 10px 10px;
}

nav {
    bottom: 0;
    z-index: 1;
    position: absolute;
    padding: 3rem;
    float: right;
    text-align: right;
}

nav a {
    cursor: pointer;
    letter-spacing: .24em;
    padding: .6rem 1.2rem;
    margin-right: 1rem;
    margin-left: 1rem;

    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.36em;
    font-size: 10px;padding: 8px 16px;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;

    color: #aaa !important;
}
nav a:hover {
    border-bottom: 1px solid #FFF !important;
    border-top: 1px solid #FFF !important;
    color: #FFF!important;
}

.photo {
    position: absolute;
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 0;
    margin: 32px;
    font-size: 10px;
}

header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

header {
    width: 100%;
    background: url(../images/background.jpg) no-repeat #eee 50% center;
    background-size: cover;
    background-position: bottom;
    position: relative;
    display: flex;
    height: 100vh;
    min-height: 600px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}



/*Section*/

section#about {
    padding: 60px 0;
}

.aboutPromo {
    margin-bottom: 32px;
}

.aboutPromo img {
    width: auto;
    height: 260px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),
                0 1px 2px rgba(0,0,0,0.24),
                0 3px 6px rgba(0,0,0,0.16),
                0 3px 6px rgba(0,0,0,0.23);
}

.aboutPromo span {
    font-size: 53px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.4em;
    padding: 19px 0 19px 70px;
}


section#projects:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

section#projects {
    width: 100%;
    background: url(../images/projects_back.png) no-repeat #eee 50% center;
    background-size: cover;
    background-position: bottom;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
}

#projects .item {
    width: 260px;
    margin: 28px 28px;
    text-align: center;
}

#projects .item img {
    width: 240px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24), 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}

#projects .item h2 {
    text-align: center;
    margin-top: 16px;
}

#projects .item p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.06em;
}



section#goodPeople {
    padding: 60px 0;
}

#goodPeople .item {
    width: 260px;
    margin: 0 28px;
    text-align: center;
}

#goodPeople .item img {
    width: 240px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24), 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}

#goodPeople .item h2 {
    text-align: center;
    margin-top: 16px;
}

#goodPeople .item p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.06em;
}



footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

footer {
    width: 100%;
    background: url(../images/footer_back.png) no-repeat #eee 50% center;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
}
footer img {
    width: 250px;
    display: block;
    margin-bottom: 64px;
    /*margin-left: 56px;*/
}


span.social {
    border-radius: 7px;
    padding: 10px 20px;
    margin-right: 16px;
}

.vk {
    background-color: #4d7198;
}

.tg {
    background-color: #21a3e2;
}

.tw {
    background-color: #1faee9;
}



@media screen and (max-width: 990px) {
    .aboutPromo span {
        padding-left: 0;
        font-size: 6vh;
    }
    .wrap {
        max-width: 82vw;
    }
    .aboutPromo img {
        width: 84vw;
        height: auto;
    }

    .brand img {
        width: 84vw;
    }

    .brand {
        margin-left: -50vw;
        padding: 8vw;
            top: 20vh;
    }
    header a.link.photo {
        display: none;
    }
    #projects .item {
        width: 100%;
        height: auto;
        margin: 28px 0px;
    }
    footer img {
        width: 84vw;
        height: auto;
        margin-left: 0;
    }
    footer a {
        display: grid;
        margin-bottom: 16px;
        text-align: center;
    }
    span.social {
        margin: 0;
    }

    #goodPeople .item {
       width: 100%;
        margin: 0;
    }
    .link {
        margin: 0;
        bottom: 10vh;
        top: auto;
        margin-left: -92px;
    }
    nav {
        bottom: 20vh;
        margin: 0;
        padding: 9px;
    }
}
