@font-face {
    font-family: Bauer-Roman;
    src: url("../fonts/BauerBodoniStd-Roman.otf");
}

@font-face {
    font-family: Bauer-Bold;
    src: url("../fonts/BauerBodoniStd-Bold.otf");
}

@font-face {
    font-family: Miller;
    src: url("../fonts/Miller-Display.otf");
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a,
.whatwedo-menu li {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

a[href^="tel"] {
    color: inherit;
}

html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow-x: hidden;
    color: #cecece;
    font-size: 20px;
    font-family: Bauer-Roman;
}

body .white {
    color: white;
}

body section {
    width: 100%;
    height: 100vh;
    display: block;
    /* .logo,.quote,.contact,.arrow-down{
                display:flex;
                flex-direction:column;
                flex:1;
                text-align:center;
                margin:auto;*/
}

body #whatwedo {
    min-height: 860px;
}

.mobile-new-line {
    display: none;
}

body section.cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    height: 75%;
    margin: 0 auto;
}

body section .wrapper .logo {
    width: 325px;
    margin: 0 auto;
    margin-top: 100px;
    height: 55%;
}

body section img {
    width: 100%;
    height: auto;
}

body section .quote-text {
    font-size: 20px;
    text-align: center;
    letter-spacing: 10px;
    font-family: Miller;
    line-height: 48px;
    margin-top: 50px;
}

body section .quote-author {
    font-family: Futura;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #1f2233;
}

body section .contact-btn {
    text-align: center;
    border: 1px solid white;
    width: 320px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 26px;
    margin: 0 auto;
    font-size: 14px;
}

body section .arrow {
    width: 55px;
    height: 55px;
    color: white;
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.for-mobile {
    display: none;
}

.for-mobile-landscape {
    display: none;
}

@media (max-width: 767px) {
    .for-desktop {
        display: none !important;
    }
    .for-mobile {
        display: block;
    }
    .mobile-new-line {
        display: inline;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .for-mobile-portrait {
        display: none !important;
    }
    .for-mobile-landscape {
        display: block !important;
    }
}

@media (max-width: 960px) and (orientation: portrait) {
    .for-mobile-portrait {
        display: block !important;
        overflow: hidden;
    }
    .for-mobile-landscape {
        display: none !important;
    }
    .container-team .for-desktop {
        display: none !important;
    }
}

@media (max-width: 960px) and (orientation: landscape) {
    .container-team .for-desktop {
        display: none !important;
    }
    .for-desktop {
        display: none !important;
    }
    .for-mobile-landscape {
        display: block !important;
    }
}

.icon-menu {
    width: 35px;
    height: auto;
    position: fixed;
    z-index: 6;
    right: 50px;
    top: 30px;
    cursor: pointer;
}

@media (max-width: 961px) {
    .icon-menu {
        right: 20px;
    }
}

.pane-menu {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 50%;
    background: #000;
    z-index: 11;
    display: table;
    font-family: Miller;
}

@media (max-width: 961px) {
    .pane-menu {
        width: 100%;
    }
}

.pane-menu .icon-menu {
    position: absolute;
}

.pane-menu-container {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.pane-menu-container .menu {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 8px;
}

@media (max-width: 961px) {
    .pane-menu-container .menu {
        font-size: 15px;
        letter-spacing: 5px;
    }
}

.pane-menu-container .menu li {
    margin: 6.5% 0;
}

@keyframes strike {
    0% {
        transform-origin: 0% 50%;
        transform: scaleX(0);
    }
    100% {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    /*50%    { transform-origin:  0% 50%;transform:scaleX(1);  }
  50.01% { transform-origin:100% 50%;transform:scaleX(1);  }
  100%   { transform-origin:100% 50%;transform:scaleX(0);  }*/
}

.strike {
    position: relative;
}

@media (min-width: 1025px) {
    .strike:hover:after {
        content: ' ';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: white;
        animation: strike .5s ease-in-out forwards;
    }
}

@media (max-width: 1024px) {
    .strike:hover:after {
        display: none;
    }
}

#home video {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
}


/*.background-images {
  overflow: hidden;
  position: absolute;
}


.background-images img {
  height: 100vh;
  width: auto;
  position: absolute;
  top: 0;
  max-width: none;
}

.background-images .img-1 {
  left: 20%;
  z-index: 5;
}

.background-images .img-3 {
  right: 0;
}*/

.background-images .img-4 {
    width: 17%;
    height: auto;
    right: 15%;
    top: 45%;
    z-index: 10;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


/*IPAD PRO 12.9*/

@media (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    .background-images .img-4 {
        top: 25%;
    }
    body section {
        width: 100%;
        height: 50vh;
        display: block;
    }
    .whatwedo-menu li a {
        font-size: 17px!important;
        padding: 12px!important;
        margin-bottom: 25px!important;
    }
}


/*IPAD PRO 12.9 END*/


/*IPAD PRO 11*/

@media (device-width: 834px) and (device-height: 1194px) and (orientation:portrait) {
    .background-images .img-4 {
        top: 25%;
    }
    body section {
        width: 100%;
        height: 50vh;
        display: block;
    }
}


/*IPAD PRO 11END*/


/*IPAD Regular*/

@media (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .background-images .img-4 {
        top: 25%;
        right: 15%;
    }
    body section {
        width: 100%;
        height: 50vh;
        display: block;
    }
}


/*IPAD regular*/

@media (max-width: 767px) {
    .background-images .img-4 {
        width: 190px;
        height: auto;
        right: auto;
        left: calc(50% - 95px);
        top: 20%;
    }
    /*.background-images img {
    opacity: 0;
  }*/
}

.background-images .img-4.active {
    opacity: 1;
}

@media (max-width: 961px) and (orientation: portrait) {
    .background-images .img-cover-landscape {
        display: none;
    }
    .background-images .img-cover {
        display: block;
    }
}


/*@media (max-width: 961px) and (orientation: landscape) {
  .background-images .img-cover-landscape {
    display: block;
    width: 100%;
    height: auto;
  }

  .background-images .img-cover {
    display: none;
  }
}*/

.section-title {
    text-align: center;
    padding: 110px 0 100px 0;
}

@media (max-width: 961px) {
    .section-title {
        padding: 80px 0 70px 0;
    }
}

.section-title h2 {
    margin: 0;
    font-weight: normal;
    font-family: Bauer-Roman;
    font-size: 20px;
    letter-spacing: 10px;
    color: #1f2233;
}

@media (max-width: 961px) {
    .section-title h2 {
        font-size: 16px;
    }
}

.project-banner {
    position: relative;
}

@media (max-width: 961px) {
    .project-banner {
        height: 150px;
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
    }
    .project-banner img {
        width: auto;
        height: 100%;
    }
}

.project-btn {
    padding: 15px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    letter-spacing: 5px;
    font-size: 19px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 30px);
    width: 465px;
    text-align: center;
    right: 10%;
}

@media (max-width: 961px) {
    .project-btn {
        width: 230px;
        margin: 0 auto;
        right: auto;
        bottom: 0;
        top: auto;
        left: calc(50% - 115px);
        font-size: 15px;
        box-sizing: border-box;
    }
}

.project-btn:hover,
.project-btn.current {
    background: #000;
    color: #fff;
}

.project-details-table {
    padding: 100px 0 50px 0;
    color: #000;
    display: table;
    width: 100%;
}

@media (max-width: 961px) {
    .project-details-table {
        display: block;
        padding-top: 70px;
        padding-bottom: 30px;
    }
}

.project-details-table.project-bottom {
    padding: 0 0 40px 0;
}

.project-details .col {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    height: 100%;
}

@media (max-width: 961px) {
    .project-details .col {
        display: block;
        width: 100%;
        height: auto;
    }
    .project-details .col.images {
        display: none;
    }
}

.project-details .col .col-content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
}

@media (max-width: 961px) {
    .project-details .col .col-content {
        display: block;
        height: auto;
    }
}

.project-details .col .col-content .col-content-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 20%;
}

@media (max-width: 961px) {
    .project-details .col .col-content .col-content-inner {
        display: block;
        padding: 0 25px;
        box-sizing: border-box;
        height: auto;
    }
    .project-details .project-bottom .col .col-content .col-content-inner {
        padding: 0;
    }
    .project-details .project-bottom .col .col-content .col-content-inner .images {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

.slider-images li:not(.current) {
    display: none;
}

.container-team {
    width: 1270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-item: flex-start;
    margin: 20px auto 100px auto;
    color: #000;
}

@media (max-width: 1270px) {
    .container-team {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: -10px;
        justify-content: space-around;
    }
}

.container-team .member {
    width: 32.28%;
    margin-top: 80px;
}

@media (max-width: 960px) {
    .container-team .member {
        width: 49%;
        margin-top: 40px;
    }
}

.member-description {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
}

.member-description.opened {
    display: block;
}

.member-description-inner {
    background-color: #dbdbdb;
    border: 1px solid #000;
    padding: 30px 30px;
    width: 850px;
    margin: 5% auto;
    box-sizing: border-box;
}

.popin-close {
    border-top: 1px solid black;
    text-align: right;
    margin-top: 25px;
    padding-top: 25px;
    font-size: 15px;
    letter-spacing: 5px;
}

.popin-close span {
    cursor: pointer;
}

.member-description p {
    letter-spacing: 2px;
    line-height: 22px;
    font-size: 17px;
}

@media (max-width: 961px) {
    .member-description-inner {
        padding: 20px 25px;
        width: 90%;
        margin: 10% auto;
        box-sizing: border-box;
    }
    .member-description p {
        letter-spacing: 2px;
        line-height: 22px;
        font-size: 15px;
    }
    .popin-close {
        border-top: 1px solid black;
        text-align: right;
        margin-top: 20px;
        padding-top: 15px;
        font-size: 12px;
        letter-spacing: 3px;
    }
}

#about .bg-grey .container-team:last-child {
    margin-bottom: 0;
    /* team member gray background fix */
    padding-bottom: 60px
}

#about .bg-grey+.container-team {
    margin-top: 0;
    margin-bottom: 140px;
}

.container-contact-team {
    background: white;
    padding-top: 210px;
    /* team member gray background fix */
    /* margin-top: -95px;*/
}

@media (max-width: 960px) {
    .container-contact-team {
        /* team member gray background fix */
        /*  margin-top: -87px;*/
        padding-top: 150px;
    }
    #about .bg-grey .container-team:last-child {
        margin-bottom: 0;
        /* team member gray background fix */
        padding-bottom: 30px
    }
}

.container-contact-inner {
    border-bottom: 1px solid #000;
    padding-bottom: 90px;
    text-align: center;
    width: 1270px;
    margin: 0 auto;
}

@media (max-width: 1270px) {
    .container-contact-inner {
        width: 80%;
    }
}

.contact-team {
    display: inline-block;
    border: 1px solid #000;
    font-size: 15px;
    letter-spacing: 5px;
    padding: 15px 30px;
    color: #000;
    text-transform: uppercase;
}

.contact-team:hover {
    color: #fff;
    background: #000;
}

.member img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.member-name {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-top: 35px;
}

@media (max-width: 960px) {
    .member-name {
        font-size: 13.5px;
        letter-spacing: 1.1px;
        line-height: 24px;
        margin-top: 15px;
    }
}

.contact-text {
    padding: 0 20px;
    position: relative;
    color: #000 !important;
}

@media (max-width: 961px) {
    .contact-text {
        padding: 0 25px 0 25px;
    }
}

.credits-open,
.credits-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 45px;
    right: 70px;
    cursor: pointer;
}
.credits-text {
    position: absolute;
    right:43px;
    top:0;
    font-size:15px;
    line-height:18px;
}

@media (max-width: 961px) {
    .credits-open {
        position: inherit;
        margin: 0px auto;
        top: auto;
        right: auto;
        left: auto;
    }
    .credits-close {
        display: none;
    }
    .credits-text {
        position: inherit;
        top: auto;
        right: auto;
        left: auto;
        margin: 20px 0px 10px 0px;
    }
}

.credits-close {
    top: auto;
    bottom: 10%;
}

#contact .container {
    margin-top: 140px;
    text-align: center;
    display: block;
    font-family: Bauer-Roman;
    color: black;
    margin-bottom: 140px;
}

#contact a {
    color: #000 !important;
}

@media (max-width: 961px) {
    #contact .contact-banner {
        height: 150px;
        width: 100%;
        overflow: hidden;
    }
    #contact .contact-banner img {
        width: auto;
        height: 150px;
    }
    #contact .container {
        margin-top: 70px;
        color: #000 !important;
    }
}

#contact .container p {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 2px;
}

@media (max-width: 961px) {
    #contact .container p {
        font-size: 15px;
        line-height: 28px;
    }
}

#contact .contact-logo {
    width: 280px;
    margin-bottom: 80px;
}

@media (max-width: 961px) {
    #contact .contact-logo {
        width: 190px;
        margin-bottom: 60px;
    }
}

#contact .container .container-bottom {
    position: relative;
}

#contact .container .container-bottom a {
    color: #000;
}

#contact .container .container-inner {
    width: 1270px;
    margin: 100px auto 0;
    padding: 0 12px;
    border-top: 1px solid #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 1270px) {
    #contact .container .container-inner {
        width: 80%;
        margin-top: 20px;
        padding: 20px 12px 0 12px;
    }
}

.container-inner .col {
    margin: 90px 12px 0;
}

.container-inner .col.col-3 {
    width: 35.7%;
}

.container-inner .col.col-2 {
    width: 28.6%;
}

@media (max-width: 961px) {
    #contact .container .container-inner {
        display: block;
    }
    .container-inner .col {
        margin: 30px 0;
    }
    .container-inner .col.col-3 {
        width: 100%;
    }
    .container-inner .col.col-2 {
        width: 100%;
    }
}

.container-inner .col p {
    margin-bottom: 35px;
    line-height: 30px;
}

.row-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 961px) {
    .row-columns {
        height: auto;
        display: block;
    }
}

.row-columns .col {
    flex: 1;
    width: 50%;
    height: 100%;
}

@media (max-width: 961px) {
    .row-columns .col {
        width: 100%;
        height: auto;
    }
}

.row-columns .col.content {
    display: table;
}

.close-project {
    position: absolute;
    top: 0;
    right: 50px;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

@media (max-width: 961px) {
    .close-project {
        top: -70px;
        right: 20px;
    }
}

.close-project-text {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 5px;
}

.col .col-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15%;
    position: relative;
}

.link-location {
    text-transform: uppercase;
    padding: 15px 45px;
    color: black;
    border: 1px solid #000;
    letter-spacing: 5px;
    font-size: 15px;
}

.link-location:hover {
    background: black;
    color: white;
}

@media (min-width: 961px) {
    #whatwedo .row-columns+.row-columns .col .col-content {
        vertical-align: top;
        padding-top: 15% !important;
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    .col .col-content {
        padding: 0 10%;
    }
    #whatwedo .row-columns+.row-columns .col .col-content {
        padding-top: 7% !important;
    }
}

@media (max-width: 961px) {
    .link-location {
        position: inherit;
    }
    .col .col-content {
        padding: 15% 10%;
        text-align: center;
    }
    #whatwedo .col.bg-grey .col-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.col .col-content p {
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 28px;
    font-size: 18px;
}

@media (max-width: 961px) {
    .col .col-content p {
        font-size: 15px;
        line-height: 26px;
    }
}

.text-capitalize {
    text-transform: uppercase;
}

p.text-capitalize {
    letter-spacing: 5px !important;
}

.text-center {
    text-align: center;
}

.col.cover {
    background-size: cover;
    background-position: center;
}

.col-cover {
    height: 100%;
    background-size: cover;
}

.col-cover-nav {
    display: flex;
    justify-content: center;
}

@media (max-width: 961px) {
    .col-cover-nav {
        display: none;
    }
}

.slide-prev,
.slide-next {
    height: 25px !important;
    width: auto !important;
    cursor: pointer;
    margin: 10px;
}

.row-columns .col img {
    width: 100%;
    height: auto;
}

.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color: #e2e2e2;
    color: black;
}

.container-about {
    text-align: center;
    width: 960px;
    padding: 0 24px;
    margin: 0 auto;
    padding-top: 130px;
    box-sizing: border-box;
}

@media (max-width: 961px) {
    .container-about {
        width: 100%;
        padding-top: 50px;
    }
}

.container-about p {
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 19px;
    margin-bottom: 30px;
}

@media (max-width: 961px) {
    .container-about p {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 2px;
    }
}

.logo-emblem {
    width: 175px;
    margin-bottom: 70px;
}

@media (max-width: 961px) {
    .logo-emblem {
        width: 100px;
        margin-bottom: 30px;
    }
}

.whatwedo-menu {
    padding: 0;
    margin: 0;
}

.whatwedo-menu+.description {
    margin-top: 50px;
}

.whatwedo-menu li {
    width: 85%;
    margin: 0 auto;
}

.whatwedo-menu li a {
    border: 1px solid #000;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 15px;
    font-size: 19px;
    margin-bottom: 25px;
    box-sizing: border-box;
    color: black;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 961px) {
    .whatwedo-menu li {
        width: 100%;
    }
    .whatwedo-menu li a {
        width: 80%;
        font-size: 15px;
        margin-bottom: 25px;
    }
    .whatwedo-menu li.current {
        background-size: cover;
        padding-bottom: 90px;
        margin-bottom: 40px;
        background-position: center;
    }
    .whatwedo-menu li.current.financing {
        background-position-y: -60px;
    }
    .whatwedo-menu li.current.sales {
        background-position-y: -70px;
    }
    .whatwedo-menu li+.for-mobile {
        display: none;
    }
    .whatwedo-menu li.current+.for-mobile {
        display: block;
    }
    .whatwedo-menu li.current+.for-mobile p {
        padding: 0 10%;
        font-size: 15px;
        margin-bottom: 40px;
        line-height: 25px;
    }
}

.whatwedo-menu li a:hover,
.whatwedo-menu li.current a {
    background: black;
    color: white;
    cursor: pointer;
}

.scroll-effect {
    padding: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    background-attachment: scroll;
    position: relative;
}

.scroll-effect.unsticky {
    position: relative;
}

.scroll-effect.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.scroll-effect div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    background-color: #1f2233;
    border: 1px solid white;
    font-family: 'Cera';
    padding: 10px;
    min-width: 290px;
    max-width: 290px;
}

.scroll-effect div span {
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 3px;
}

a {
    color: #cecece;
    text-decoration: none;
}

@media (max-width: 961px) {
    body section .quote-text {
        margin-top: 10px;
    }
    body section .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    body section .wrapper .logo {
        width: 200px;
        margin: 0 auto;
        margin-top: 0;
        height: 40%;
    }
    body section .quote-text {
        font-size: 11px;
        text-align: center;
        letter-spacing: 3px;
        font-family: Miller;
        line-height: 20px;
    }
    body section .quote {
        padding-right: 10px;
        padding-left: 10px;
    }
    body section .quote-author {
        font-family: Futura;
        text-align: center;
        font-size: 10px;
        line-height: 36px;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }
}

.advisory-title {
    font-size: 150%;
    text-align: center;
    margin-top: 50px;
}

.container-team.advisory-board .member {
    margin-left: 8.85%;
    margin-right: 8.85%;
}

@media (max-width: 767px) {
    .container-team.advisory-board .member {
        margin-left: 0;
        margin-right: 0;
    }
}