body {
    font-family: 'Libre Baskerville', serif;
    font-size: 100%;
    color: #f1f1f1;
    background-color: #272727;
}

h1,
h2,
h3,
h4,
p {
    font-family: 'Libre Baskerville', serif;
}

.hamburg-gray {
    background-color: #666d69;
}

.white {
    background-color: #f1f1f1;
    color: #272727 !important;
}

.white-text,
.white-text a {
    color: #fff;
}

.white-text a:hover {
    color: #b6c3c4;
}

.contact-bg {
    background: url('../img/branch.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.spacer {
    height: 6em;
    border-top: solid 3px #b6c3c4;
}

.footer {
    font-size: 0.7em;
    text-align: center;
    color: #fff;
    padding: 3em;
}

.logo {
    margin: 4em 0 0 0;
    padding: 1em;
    width: 85%;
    max-width: 680px;
}

.logo-smaller {
    margin-top: 2em;
    padding-top: 1em;
    width: calc(100% - 4em);
    max-width: 500px;
}

.center {
    text-align: center;
}

.motto,
.motto2 {
    text-align: left;
    margin: 200px auto;
    max-width: 800px;
    width: 70vw;
    float: left;
}

.motto-logo {
    float: right;
    margin-top: -50px;
    padding: 5em;
    background-color: #f1f1f1;
}

.motto {
    font-size: 2.9em;
    padding: 0 10px;
}

.motto2 {
    font-size: 2.3em;
    padding: 20px 10px;
}

.section {
    min-height: calc(100vh - 70px);
}

.section-title,
.section-title2,
.section-title3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.4em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-align: left;
    padding: 30px 10px 0 10px;
}

.section-title2 {
    color: #272727;
}

.section-title span {
    padding-top: 10px;
    border-top: solid 3px #f1f1f1;
}

.section-title2 span {
    padding-top: 10px;
    border-top: solid 3px #272727;
}

.section-subtitle {
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    padding: 30px 10px 0 10px;
}

/* position the main content */
.alignbottom {
    position: relative;
}

/* person pic */
.person-logo {
    text-align: center;
    padding: 1.2em;
    width: 320px;
}

.person-title {
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

.person-info {
    font-size: 1.2em;
    padding: 10px;
}

/* more info click */
.more-button {
    color: #993300;
}

.read-more-content,
.read-more {
    display: none;
}

.read-more-content.expanded .read-more,
.read-more.expanded .read-more {
    display: block;
}

/* nav-menu */
.nav-menu {
    font-size: 0.9em;
    text-align: center !important;
    white-space: nowrap;
    padding: 25px;
    color: #000;
    background-color: #f1f1f1;
    border-top: solid 6px #272727;
    border-bottom: solid 6px #aa965a;
}

.nav-menu-logo {
    float: left;
}

.nav-menu-logo img {
    display: none;
    height: 3em;
    margin-top: -.75em;
}

.nav-menu-links {
    padding-left: 200px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 1px; 
    text-align: center;
    text-transform: uppercase;
}

.nav-menu-links span {
    padding: 0 20px;
}

.nav-menu-links span a {
    color: #000;
}

.nav-menu-links span a:hover {
    color: #aa965a !important;
}

.menu-height {
    height: 5.25em;
}

.mobile-menu-height {
    padding-top: 1em !important;
    max-height: 22em !important;
}

.mobile-menu-item {
    padding: 0 15px;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

.menu-icn,
.menu-icn-dark {
    position: absolute;
    right: 15px;
    top: 25px;
    display: block;
    width: 30px;
    height: 30px;
}

.menu-icn {
    background: url('../img/menu.png') no-repeat center top;
}

.menu-icn-dark {
    background: url('../img/menu_dark.png') no-repeat center top;
}

/*flip-card*/
.card1 {
    background: url('../img/card1.png') no-repeat center center;
}

.card2 {
    background: url('../img/card2.png') no-repeat center center;
}

.card3 {
    background: url('../img/card3.png') no-repeat center center;
}

.card4 {
    background: url('../img/card4.png') no-repeat center center;
}

.card5 {
    background: url('../img/card5.png') no-repeat center center;
}

.card6 {
    background: url('../img/card6.png') no-repeat center center;
}

.card1,
.card2,
.card3,
.card4,
.card5,
.card6 {
    border: solid 1px #222;
    border-radius: 4px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.do-item-title {
    font-size: 1.9em;
    font-weight: bold;
    color: #222;
    padding: 0.5em;
    margin-top: 140px;
}

.flip-card {
    -webkit-perspective: 1000;
    perspective: 1000;
    border: 0;
    background: transparent;
    padding: 2em;
    height: 28rem;
}

    .flip-card:hover .flip-card-inner,
    .flip-card.hover .flip-card-inner {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.flip-card-inner-front,
.flip-card-inner-back {
    border: solid 1px #222;
    border-radius: 4px;
    width: 100%;
    height: 24rem;
}

.flip-card-inner {
    transition: 0.9s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-inner-front,
.flip-card-inner-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.flip-card-inner-front {
    background-color: #fff;
    border-radius: 10px;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 3rem;
}

/*.flip-card-inner-front img {
    background-color: #fff;
    opacity: 0.8;
    border-radius: 10px;
    padding: 0.25em 2em;
}*/

.flip-card-inner-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1rem;
}

.flip-card-inner-back-title {
    font-weight: bold;
    border-bottom: solid 2px #993300;
}

.flip-card-inner-back-text {
    font-size: 1.2em;
    line-height: 1.3;
}

.architecture-image {
    display: none;
    min-height: calc(100vh - 70px);
    width: 100%;
}

.architecture-image1 {
    background: url('../img/architecture1.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.architecture-image2 {
    background: url('../img/architecture2.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.architecture-image3 {
    background: url('../img/architecture3.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
