body, html {
    font-family: 'Sen', sans-serif;
    font-size: 16px;
    letter-spacing: .04em;
    background-color: #F7F7F7;
    margin: 0;
}

a {
    color: #86754D;
    text-decoration: none;
}

p {
    line-height: 22px;
}

.mb-0 {
    margin-bottom: 0!important;
}

/* - header - */

.header {
    background-color: #fff;
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.minimal-header {
    box-shadow: 0 0 3px rgba(112, 112, 112, .15);
}

.menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.menu-link {
    font-size: 12px;
    color: #707070;
    letter-spacing: .18em;
    padding-left: .18em;
    text-transform: uppercase;
    position: relative;
}

.active.menu-link, .menu-link:hover {
    color: #2F2F2F;
    font-weight: 700;
}

.active.menu-link::before {
    content: "";
    height: 16px;
    width: 23px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../imgs/menu-active-icon.png);
    background-size: contain;
    transition: .3s ease-in-out;
}

/* - main - */

.container {
    padding-right: 70px;
    padding-left: 70px;
    margin-bottom: 60px;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.row-margin {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.btn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    padding-left: .18em;
    padding: 15px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.btn-primary {
    border: 1px solid;
}

.btn-primary:hover {
    background-color: #E1DDD5;
}

.btn-white {
    background-color: #fff;
}

.btn-white:hover {
    background-color: #f5f3f0;
}

.rellax-wrapper {
    overflow: hidden;
}

.img-fluid {
    max-width: 100%;
}

/* - footer - */

.footer {
    font-size: 12px;
    color: #707070;
    letter-spacing: .18em;
    padding-left: .18em;
    text-transform: uppercase;
    padding: 60px 70px;
    background-color: #fff;
}

.footer p {
    margin: 0;
}

.social-media-wrapper {
    margin-top: 30px;
}

.social-media-link {
    font-weight: 700;
    color: #2F2F2F;
}

.social-media-link:first-child {
    margin-right: 60px;
}

.social-mail, .social-facebook {
    margin-right: 12px;
}

.social-mail {
    height: 12px;
    vertical-align: -2px;
}

.social-facebook {
    height: 14px;
    vertical-align: -3px;
}

.copyright-wrapper {
    text-transform: initial;
    letter-spacing: .04em;
    padding-left: .04em;
    margin-left: auto;
}

/* - intro - */

.page-intro {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 70px;
    flex-direction: column;
}

.page-intro q {
    font-family: 'Playfair Display', serif;
    color: #707070;
    font-size: 38px;
    letter-spacing: .02em;
    padding-right: 20px;
    padding-left: 20px;
    font-style: italic;
}

.page-intro q::before, .page-intro q::after {
    display: none;
}

.page-intro .q-first-line::before {
    content: open-quote;
}

.page-intro .q-last-line::after {
    content: close-quote;
}

.q-source {
    color: #CAC3B3;
    font-size: 12px;
    letter-spacing: .18em;
    padding-left: .18em;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.scroll-indicator {
    height: 40px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: auto;
    margin: auto;
    z-index: 3;
    overflow: hidden;
}

.scroll-indicator::after {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-animation: scroll-anim 1.5s ease-in-out infinite;
    animation: scroll-anim 1.5s ease-in-out infinite;
}

hr {
    width: 200px;
    height: 1px;
    border-width: 0;
    background-color: #e1dcd3;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* - homepage - */

.home-project-block {
    text-align: center;
    margin-bottom: 60px;
}

.home-project-block a {
    color: #2F2F2F;
}

.home-project-img {
    max-width: 100%;
}

.home-project-block h1 {
    font-size: 14px;
}

.home-project-name {
    text-transform: uppercase;
}

.home-project-client {
    font-weight: 400;
    margin-left: 20px;
}

.home-view-all-btn {
    margin: 0 auto 60px auto;
}

/* - branding - */

.branding-page {
    padding-right: 55px;
    padding-left: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand-block {
    position: relative;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    box-sizing: border-box;
}

.brand-img {
    max-width: 100%;
}

.brand-links-wrapper {
    position: absolute;
    bottom: 5px;
    right: 15px;
    display: flex;
    align-items: center;
}

.brand-links-wrapper>a {
    color: #707070;
    padding: 10px 15px;
}

.brand-links-wrapper>a:hover {
    opacity: .8;
}

.brand-link-border {
    display: none;
    height: 10px;
    width: 1px;
    background-color: #707070;
    margin-top: 2px;
}

.brand-link-border:nth-child(2) {
    display: inline-block;
}

.brand-link-facebook>img {
    height: 10px;
}

.brand-link-site {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13rem;
}

/* - about - */

.about-intro {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.about-intro img {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.about-intro::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(112, 112, 112, .8);
}

.about-intro q {
    color: #fff;
    position: relative;
    z-index: 3;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.about-wrapper {
    padding-top: 90px;
}

.highlight-title {
    color: #86754d;
    opacity: .4;
}

.about-mail-wrapper .btn-white {
    margin: auto;
}

.about-text-wrapper {
    margin: auto;
    position: relative;
    z-index: 3;
}

.about-text-wrapper p {
    margin: 0;
}

.about-section-one {
    min-height: auto;
    background-color: #fff;
}

.company-name {
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.7;
}

.about-wrapper h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #86754D;
    letter-spacing: .013em;
    opacity: .4;
    margin: 0;
}

.about-who-wrapper {
    margin-bottom: 60px;
}

.about-graphic-wrapper {
    padding-top: 90px;
    background-color: #fff;
}

.about-graphic-wrapper>.container {
    margin-bottom: 0;
}

.about-graphic-block {
    display: flex;
    font-size: 14px;
    padding-bottom: 60px;
    position: relative;
}
.about-graphic-block:last-child {
padding-bottom: 90px;
}

.about-graphic-block::after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    background-color: #E1DDD5;
}

.about-graphic-ball {
    font-weight: 700;
    color: #86754D;
    letter-spacing: .18em;
    line-height: 50px;
    padding-left: .18em;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 70px;
    box-sizing: border-box;
    background-color: #E1DDD5;
    flex: 0 0 50px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about-graphic-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 10px;
}
.about-mail-wrapper > .container {
    margin-bottom: 0;
}

/* - projects - */

.projects-navbar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.projects-navbar a {
    display: block;
    font-size: 12px;
    color: #ACA187;
    letter-spacing: .18em;
    line-height: 34px;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 70px;
    padding-left: .18em;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.projects-navbar a.active, .projects-navbar a:hover {
    font-weight: 700;
    color: #86754D;
}

.projects-navbar a.active {
    background-color: #E1DDD5;
}

.projects-section {
    position: relative;
    padding-top: 80px;
}

.projects-year {
    font-size: 130px;
    font-weight: 700;
    color: #86754D;
    letter-spacing: .013em;
    opacity: .4;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    pointer-events: none;
}

.projects-year::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 42px;
    vertical-align: 50px;
    margin-right: -3px;
    background-image: url(../imgs/project-year-before.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.projects-block {
    box-sizing: border-box;
    margin-bottom: 60px;
}

.projects-block a {
    color: #2F2F2F;
}

.projects-block h2 {
    font-size: 13px;
}

.projects-block img {
    max-width: 100%;
}

/* - detail - */

.proj-detail-info {
    padding: 90px 0 100px;
}

.proj-detail-info h1 {
    margin-top: 0;
}

.proj-detail-info h2 {
    font-size: 14px;
    margin: 0;
}

.proj-detail-info p {
    margin: 0;
}

.proj-detail-info p+h2 {
    margin-top: 10px;
}

.proj-detail-info-secondary p {
    font-size: 14px;
}

.proj-detail-img {
    margin-bottom: 40px;
}

/* - awards - */

.awards-section {
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 100px 20px 100px 120px;
}

.award-block:not(:last-of-type) {
    margin-bottom: 80px;
}

.award-title {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-top: 0;
    margin-bottom: 20px;
}

.award-list {
    list-style-type: none;
    margin: 0;
    padding-left: 12px;
}

.award-list>li {
    position: relative;
    margin-bottom: 10px;
}

.award-list>li::before {
    content: "_";
    position: absolute;
    left: -12px;
}

.awards-section .projects-year {
    top: 0;
    right: auto;
    bottom: 0;
    left: -22px;
    display: flex;
    align-items: center;
}

.awards-section .projects-year::before {
    margin-bottom: 50px;
}

/* == mobile only == */

@media (max-width: 767.98px) {
    .d-xs-none {
        display: none;
    }
    body {
        padding-top: 44px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    /* - header - */
    .header {
        display: flex;
        padding: 0;
        height: 44px;
        align-items: center;
    }
    .header>.menu-item {
        margin-right: auto;
        margin-left: 20px;
    }
    .header-logo {
        height: 16px;
    }
    .menu-wrapper {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 100%;
        height: 100%;
        flex-direction: column;
        background: rgba(247, 247, 247, 0.95);
        transition: .3s ease-in-out .3s;
    }
    .menu-open .menu-wrapper {
        bottom: 0;
        transition-delay: 0s;
    }
    .menu-link {
        display: block;
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    .menu-open .menu-link {
        opacity: 1;
        transition-delay: .3s;
    }
    .btn-menu {
        display: inline-block;
        height: 44px;
        width: 44px;
        margin-right: 5px;
        position: relative;
    }
    .btn-menu span {
        position: absolute;
        left: 12px;
        width: 20px;
        height: 2px;
        background: #6f6f6f;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .btn-menu span:first-child {
        top: 14px;
    }
    .btn-menu span:nth-child(2) {
        top: 20px;
    }
    .btn-menu span:last-child {
        top: 26px;
    }
    .btn-menu.active span:first-child {
        top: 21px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btn-menu.active span:nth-child(2) {
        width: 0;
        opacity: 0;
    }
    .btn-menu.active span:last-child {
        top: 21px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* - intro - */
    .page-intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-intro q {
        font-size: 30px;
    }
    /* - homepage - */
    .home-project-block {
        margin-bottom: 40px;
    }
    .home-view-all-btn {
        margin-bottom: 40px;
    }
    .home-project-block h1 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .home-project-name, .home-project-client {
        display: block;
    }
    .home-project-client {
        margin-top: 5px;
        margin-left: 0;
    }
    /* - branding - */
    .branding-page {
        padding-right: 10px;
        padding-left: 10px;
    }
    .brand-block {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1px;
        padding-right: 2px;
        padding-left: 2px;
    }
    .brand-links-wrapper {
        display: none;
    }
    /* - footer - */
    .footer {
        padding: 40px 20px;
        text-align: center;
    }
    .footer p {
        margin: auto;
    }
    .social-media-wrapper {
        flex-direction: column;
    }
    .social-media-link {
        margin-bottom: 30px;
    }
    .social-media-link:first-child {
        margin-right: 0;
    }
    .copyright-wrapper {
        margin-left: 0;
    }
    /* - projects - */
    .projects-navbar {
        top: 59px;
    }
    .projects-block h2 {
        text-align: center;
    }
    .projects-section {
        padding-top: 50px;
    }
    /* - detail - */
    .proj-detail-img {
        margin-bottom: 10px;
    }
    /* - about - */
    .about-intro {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about-wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }
}

/* == vertical tablet only == */

@media (min-width: 768px) and (max-width: 991.98px) {
    /* - main - */
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    /* - intro - */
    .page-intro q {
        font-size: 34px;
    }
    /* - footer - */
    .footer {
        padding-right: 40px;
        padding-left: 40px;
    }
    .social-media-wrapper {
        flex-wrap: wrap;
    }
    .copyright-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    /* - projects - */
    .projects-navbar {
        top: 79px;
    }
    .projects-navbar ul {
        padding-right: 40px;
        padding-left: 40px;
    }
    .projects-section {
        padding-top: 30px;
    }
    /* - detail - */
    .proj-detail-img {
        margin-bottom: 20px;
    }
    /* - about - */
    .about-wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }
    .about-graphic-width {
        max-width: 60%!important;
    }
    /* - branding  - */
    .branding-page {
        padding-right: 25px;
        padding-left: 25px; 
    }
    .brand-block {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* == up to vertical tablet == */

@media (max-width: 991.98px) {
    /* - projects - */
    .projects-navbar {
        position: sticky;
        z-index: 3;
    }
    .projects-navbar ul {
        margin-top: 0;
        display: flex;
        justify-content: center;
    }
    .projects-navbar li {
        margin-right: 5px;
        margin-left: 5px;
    }
    .projects-page {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .projects-section .row-margin {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
    }
    .projects-year {
        font-size: 80px;
        line-height: 60px;
    }
    .projects-year::before {
        width: 26px;
        height: 22px;
        vertical-align: 34px;
    }
    /* - detail - */
    .proj-detail-info {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .proj-detail-img-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    .proj-detail-info h1 {
        font-size: 28px;
    }
    .proj-detail-info-secondary {
        width: 100%;
        border-top: 1px solid #d7d7d7;
        padding-top: 30px;
        margin-top: 30px;
    }
    /* - about - */
    .about-intro img {
        width: auto;
        height: 150%;
    }
    .about-mail-wrapper {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-mail-wrapper .highlight-title {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    /* - awards - */
    .awards-section .projects-year::before {
        margin-bottom: 34px;
    }
    .award-title {
        font-size: 18px;
    }
    .award-list {
        font-size: 14px;
    }
}

/* == above mobile == */

@media (min-width: 768px) {
    body {
        padding-top: 117px;
    }
    .d-md-none {
        display: none;
    }
    /* - header - */
    .header {
        text-align: center;
        padding: 35px 10px;
        flex-direction: row;
        transition: .3s ease-in-out;
    }
    .header-logo {
        height: 43px;
    }
    .menu-item {
        width: 150px;
    }
    .menu-item:not(.menu-link) {
        width: 180px;
    }
    .menu-item:nth-child(3) {
        order: 4;
    }
    .menu-item:nth-child(4) {
        order: 5;
    }
    .menu-item:nth-child(5) {
        order: 3;
    }
    .minimal-header .active.menu-link::before {
        opacity: 0;
    }
    .logo-wrapper {
        position: relative;
    }
    .minimal-header {
        padding-top: 6px!important;
        padding-bottom: 10px!important;
        box-shadow: 0 0 3px rgba(112, 112, 112, .15);
        background-color: rgba(255, 255, 255, .95);
    }
    .header-logo, .minimal-logo {
        transition: .3s ease-in-out;
    }
    .minimal-header .header-logo, .minimal-logo {
        opacity: 0;
    }
    .minimal-header .minimal-logo {
        opacity: 1;
    }
    .minimal-logo {
        margin-right: auto;
        margin-left: auto;
        height: 34px;
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
    }
    /* - page intro - */
    .page-intro q span {
        display: block;
    }
    .page-intro .q-first-line {
        margin-right: 80px;
    }
    .page-intro .q-last-line {
        margin-left: 80px;
    }
    /* - about - */
    .about-wrapper h2 {
        text-align: right;
        font-size: 30px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }
    .about-mail-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .about-who-wrapper, .about-work-wrapper {
        flex-wrap: nowrap;
        margin-right: auto;
        margin-bottom: 90px;
        margin-left: auto;
    }
    .about-info-who p {
        margin: 0;
    }
    .about-info-who {
        margin-left: 20px;
        border-left: 1px solid #d7d7d7;
        padding-left: 20px;
    }
    .about-work-wrapper {
        margin-left: auto;
    }
    .about-graphic-width {
        max-width: 40%;
        margin-right: auto;
        margin-left: auto;
    }
    /* - projects - */
    .projects-block {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
    /* - awards - */
    .award-title {
        max-width: 320px;
    }
}

/* == above vertical table == */

@media (min-width: 992px) {
    /* - about - */
    .about-who-wrapper, .about-work-wrapper {
        width: 70%;
        max-width: 850px;
    }
    .about-mail-wrapper > .container {
        display: flex;
        align-items: center;
    }
    .about-mail-wrapper .highlight-title {
       max-width: 50%;
    }
    /* - projects - */
    .projects-navbar {
        margin: auto;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 18px;
    }
    .projects-navbar ul {
        margin-top: 63px;
    }
    .projects-navbar li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .projects-year {
        text-align: center;
    }
    /* - detail - */
    .proj-detail-info-main {
        max-width: 60%;
        margin-right: 90px;
    }
    .proj-detail-info-secondary {
        border-left: 1px solid #d7d7d7;
        padding-left: 20px;
    }
    /* - awards - */
    .awards-section .projects-year {
        left: -42px;
    }
    .awards-section {
        padding-left: 200px;
    }
}

/* ==  desktop only == */

@media (min-width: 1200px) {
    .about-mail-wrapper {
        height: 100vh;
        max-height: 600px;
    }
    .about-mail-wrapper .highlight-title {
        font-size: 70px;
    }
    .about-text-wrapper {
        width: 50%;
    }
}

/* - animations - */

@-webkit-keyframes scroll-anim {
    0% {
        margin-top: -40px;
    }
    100% {
        margin-top: 40px;
    }
}

@keyframes scroll-anim {
    0% {
        margin-top: -40px;
    }
    100% {
        margin-top: 40px;
    }
}