@font-face {
    font-family: "Playfair";
    src: url("playfairdisplayregular.otf");
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    height: 100%;
    margin: 0;
    color: #333333;
}

h1 {
    font-family: "Playfair", serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 48px;
}

h2 {
    font-family: "Open Sans", sans-serif;
    line-height: normal;
    font-size: 14px;
}

h3 {
    font-family: "Playfair", serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 24px;
}

p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
}

a {
    text-decoration: underline;
    color: inherit;
}

.page {
    display: flex;
    padding: 0 10%;
    height: 768px;
    box-sizing: border-box;
}

.page .column {
    flex: 1 1;
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px;
}

.page .column.double {
    flex: 2;
}

.page video {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.page .column.column-span-2 {
    flex: 2 1;
}

.fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell {
    display: flex;
!important;
}

.three-column .small-p p {
    font-size: 12px;
}

.three-column .column h1 {
    margin-top: 0;
}

.three-column .column {
    height: 420px;
}

.three-column .column h2 {
    margin-bottom: 0;
}

.three-column .column.small-p p {
    margin-top: 0;
    margin-bottom: 25px;
}

.page.rows, .page.rows .fp-tableCell {
    flex-direction: column;
    padding-top: 100px;
}

.page.rows h1 {
    padding-bottom: 50px;
}

.page.rows h3 {
    width: 100%;
}

.column.img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page.rows .row {
    display: flex;
}

div.page:nth-of-type(1) {
    background: rgba(150, 105, 91, 0.1);
    border: 16px solid #FFFFFF;
}

div.page:nth-of-type(2) {
    background: #FFFFFF;
    border: 16px solid #F4F0EF;
}

div.page:nth-of-type(3) {
    background: #96695B;
    border: 16px solid #F4F0EF;
    color: #FFFFFF;
}

div.page:nth-of-type(4) {
    background: #F4F0EF;
    border: 16px solid #96695B;
}

div.page:nth-of-type(5) {
    background: #FFFFFF;
    border: 16px solid #F4F0EF;
}

div.page:nth-of-type(6) {
    background: #96695B;
    border: 16px solid #F4F0EF;
    color: #FFFFFF;
}

div.page:nth-of-type(6) img {
    height: 420px;
}

div.page:nth-of-type(7) {
    background: #F4F0EF;
    border: 16px solid #96695B;
}

body > div.logo {
    position: fixed;
    height: 0;
    width: 105px;
    top: 46px;
    left: 68px;
    z-index: 1;
}

#copyright {
    position: absolute;
    bottom: 28px;
    left: 68px;
    padding: 1rem;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

#nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 30px;
    top: 0;
    height: 162px;
    bottom: 0;
    margin: auto;
    background-image: url('nav_line_light.png');
    background-size: 4px;
    background-repeat: repeat-y;
    background-position: center;
    z-index: 1;
}

#nav > img {
    padding: 9px;
}

#nav > img:first-child {
    padding-top: 0;
}

#nav > img:last-child {
    padding-bottom: 0;
}

.column.shadowBorder {
    height: 100%;
    margin: 0 25px;
    padding: 40px 15px;
    background-image: url('shadowBorder.png');
    background-size: 100% 8px;
    background-repeat: repeat-x;
    background-position: top;
}

.center {
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 1362px) {
    .page {
        padding: 0;
    }
}
