@font-face {
    font-family: 'CrimsonPro';
    src: url("../fonts/CrimsonPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CrimsonPro';
    src: url("../fonts/CrimsonPro-SemiBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'CrimsonPro';
    src: url("../fonts/CrimsonPro-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'CrimsonPro';
    src: url("../fonts/CrimsonPro-SemiBoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Custom';
    src: url("../fonts/Custom.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/NunitoSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

body {
    font-family: CrimsonPro, Georgia, serif;
    margin: 0;
    color: #4a4a4a;
}

::selection {
    background-color: #001158;
    color: #fff
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.embed-media {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-media iframe,
.embed_media object,
.embed_media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    clear: both;
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
}

.header-container.home {
    background: url(../images/header_foto.jpg) no-repeat;
    background-size: cover;
}

.header-container.biography {
    background: url(../images/1979pen-rio.jpg) no-repeat;
    background-size: cover;
}

.header-container.bibliography {
    background: url(../images/Mineke-Schipper.jpg) no-repeat;
    background-size: cover;
}

.header-container {
    width: 100%;
    height: 600px;
    position: relative;
}

.work .header-container,
.biography .header-container,
.books .header-container {
    height: 200px;
}

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

.header-top {
    background-color: rgba(255, 255, 255, 0.8);
    height: 145px;
}

.header-book {
    position: absolute;
    top: 54px;
    left: 0;
    width: 303px;
}

.header-container h1 a {
    font-size: 3.2rem;
    top: 5rem;
    position: absolute;
    text-decoration: none;
    color: #4a4a4a;
}

.header-text {
    width: 33%;
    text-align: center;
    margin: 12rem 10rem 0 0;
    display: inline-block;
}

.header-container h2 {
    font-weight: normal;
    font-size: 3.4rem;
    font-style: italic;
    line-height: 1.32;
}

.header-container h2 span {
    color: #828282;
    display: block;
    font-size: 3.2rem;
    margin-bottom: 2rem;
}

.edit-button {
    background: url(/images/edit.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 20px;
    text-indent: -10000px;
}

.edit-button:hover {
    opacity: .8;
}

.button {
    font-family: Nunito;
    font-size: 1.4rem;
    background: #fff;
    padding: 1rem 4rem;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #b4b4b4;
    color: #4A4A4A;
    transition: 0.3s;
}

.button:hover {
    background: #4A4A4A;
    color: #fff;
}

.download-button {
    background: #e4573d;
    padding: 1rem 4rem;
    transition: 0.3s;
    border: 1px solid #e4573d;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
}

.download-button:hover {
    background: transparent;
    color: #e4573d;
}

.download-icon {
    fill: #fff;
    width: 18px;
    margin-right: .4rem;
    transition: 0.3s;
}

.download-button:hover .download-icon {
    fill: #e4573d;
}

.header-text .button {
    margin: 6rem 0 10rem;
    display: inline-block;
}

nav ul {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    font-size: 2.1rem;
    top: 6.5rem;
}

nav li {
    display: inline-block;
    margin-left: 6rem;
    position: relative;
    padding-bottom: 2rem;
}

nav li a {
    text-decoration: none;
    color: #4a4a4a;
    /* transition: 0.3s; */
    position: relative;
}

nav li a.subnav {
    display: block;
}


nav li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #4a4a4a;
    transition: .3s;
    bottom: -3px;
    left: 0;
}

nav li a:hover:after,
nav li a.active:after {
    width: 100%;
}

.subnav {
    opacity: 0;
    transform: translateY(25%);
    transition: all 350ms ease;
    pointer-events: none;
    left: 0;
    min-width: 190px;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    position: absolute;
    box-shadow: 0 9px 24px rgba(0, 0, 0, .15);
    top: 100%;
    border-bottom: 2px solid #e4573d;
    padding: 1rem 0;
}

nav li:hover .subnav {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: auto;
}

.subnav li {
    margin: 0;
    padding: 0;
    display: block;
}

.subnav a {
    display: block;
    padding: 1rem 0;
    margin: 0 1rem;
    white-space: nowrap;
}

.subnav a:hover {
    color: #e4573d;
}

.subnav a:after {
    background: none;
}

.language-switch {
    background: #fff;
    width: 6rem;
    display: inline-block;
    padding: 2px;
    border-radius: 3rem;
    text-decoration: none;
    font-family: Nunito;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #4a4a4a;
    font-size: 1.4rem;
}

.language-switch.english {
    background: #4a4a4a;
}

.language-switch.english a {
    color: #fff;
}

a.selected {
    background: #4a4a4a;
    border-radius: 50%;
    padding: 0 1px;
    margin: 0 -6px 0 5px;
}

.english a.selected {
    background: #fff;
    border-radius: 50%;
    padding: 0 1px;
    margin: 0 4px 0 -7px;
}

nav li .language-switch a:hover:after {
    background: none;
    width: 0;
}



.sub-header-text {
    width: 51%;
    text-align: center;
    margin: 2rem auto;
}

.bibliography-text {
    width: 480px;
    text-align: center;
    margin: 12rem auto;
}

.bibliography-text p {
    font-size: 36px;
    margin-bottom: 6rem;
}

.line-top {
    height: 1px;
    width: 35%;
    background-color: #4A4A4A;
    display: block;
    margin: 8rem auto 6rem;
}

blockquote {
    padding: 0;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.2;
}

blockquote span {
    display: block;
    font-size: 3rem;
    margin: 2rem 0;
    font-style: normal;
}

h3 {
    padding: 6rem 0;
    font-size: 4rem;
    font-weight: normal;
}

.line-bottom {
    height: 1px;
    width: 60%;
    background-color: #4A4A4A;
    display: block;
    margin: 6rem auto;
}

.bibliography-text .line-bottom {
    width: 80%;
    margin: 10rem auto;
}

.books-spotlight {
    padding-bottom: 4rem;
}

.books-spotlight h3 {
    font-style: italic;
    padding: 0rem 0 6rem;
}

.books-spotlight .button {
    top: 0;
    position: absolute;
    right: 0;
}

.book:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}

.book {
    width: calc((100% - 3 * 3rem) / 4);
    float: left;
    margin-bottom: 3rem;
    margin-left: 3rem;
    text-align: center;
}

a.book {
    text-decoration: none;
    color: #4a4a4a;
    transition: .3s;
    transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

a.book:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.book__data {
    width: 90%;
    margin: auto;
}

.book__data span {
    font-size: 1.5rem;
    color: #828282;
    text-transform: uppercase;
    margin: 1.6rem 0;
    display: block;
}

.book__data span.book__year {
    font-size: 1.8rem;
    text-transform: initial;
}

.book__data h2 {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    min-height: 5rem;
}

.quote {
    background: #E1E8E0;
    padding: 4rem 0;
}

.quote-sign {
    color: #BC573D;
    width: 11rem;
    margin-bottom: -4rem;
}

.quote-text {
    width: 75%;
    margin: auto;
    font-size: 3.6rem;
    font-style: italic;
    line-height: 1.4;
    text-align: center;
}

.window {
    padding: 6rem 0 10rem;
}

.window-book {
    top: 10px;
    position: absolute;
    width: 32rem;
    left: 17rem;
}

.window-text {
    float: right;
    width: 50%;
    padding-right: 25%;
}

.window h3,
.international h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
    line-height: 1;
    padding: 5rem 0px 2rem 0;
}

.window h3 span,
.international h3 span {
    display: block;
    color: #BC573D;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-style: normal;
    margin-bottom: 1rem;
    font-weight: normal;
}

.window p,
.international p {
    font-size: 2rem;
    color: #828282;
    line-height: 1.3;
}

.window a,
.international a {
    font-size: 19px;
    color: #828282;
    text-decoration: none;
    margin-top: 2rem;
    display: block;
}

.proverbs {
    background: rgb(238, 223, 205);
    background: linear-gradient(90deg, rgba(238, 223, 205, 1) 0%, rgba(238, 223, 205, 1) 40%, rgba(195, 207, 213, 1) 40%);
    padding-bottom: 6rem;
}

.proverbs h3 {
    font-style: italic;
    padding-bottom: 3rem;
}

.proverbs p {
    font-size: 2rem;
    line-height: 1.3;
}

.proverbs a {
    font-size: 19px;
    color: #4a4a4a;
    text-decoration: none;
    margin-top: 2rem;
    display: block;
}

.proverbs-left {
    width: 25%;
    float: left;
}

.proverbs-right {
    float: left;
    width: 55%;
    margin-left: 20%;
    text-align: center;
}

.proverbs-right .quote-sign {
    width: 8rem;
}

.proverbs-right p {
    margin: 6rem;
    font-size: 3rem;
    font-style: italic;
}

.proverbs-right p span {
    display: block;
}

.proverbs .line-top {
    margin-bottom: 3rem;
}

.proverbs .line-bottom {
    margin-top: 10rem;
}

.international {
    background: #E0E8DF;
    padding: 12rem 0 6rem;
}

.international .swiper-container {
    width: 88rem;
    height: 40rem;
    float: left;
    cursor: -webkit-grab;
    cursor: grab;
}

.swiper-slide img {
    width: 100%;
}

.international-text {
    position: absolute;
    z-index: 3;
    background: #e0e8df;
    width: 33%;
    right: 1px;
    padding: 0 0 0 8rem;
    min-height: 400px;
}

.international h3 {
    padding-top: 0;
}

.featured h3 {
    font-style: italic;
}

.post:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

.post {
    width: calc((100% - 2 * 10rem) / 3);
    float: left;
    margin-bottom: 6rem;
    margin-left: 10rem;
    text-align: center;
    text-decoration: none;
    color: #4a4a4a;
    visibility: hidden;
}

.post__figure:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: all .3s;
}

.post:hover .post__figure:before {
    opacity: 1;
}

.post__figure {
    position: relative;
}

.post__figure:after {
    content: '→';
    background: #BC573D;
    padding: 2rem;
    color: #4a4a4a;
    position: absolute;
    bottom: -2rem;
    left: 2rem;
    z-index: 1;
}

.post__data {
    width: 90%;
    margin: auto;
}

.post__data span {
    font-size: 1.5rem;
    color: #828282;
    text-transform: uppercase;
    margin: 5rem 0 2rem;
    display: block;
}

.post__data h2 {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}

.post__data p {
    font-size: 2rem;
    color: #828282;
    line-height: 1.1;
    margin-top: 2rem;
}

.recent__post {
    text-decoration: none;
    color: #4a4a4a;
    margin-bottom: 6rem;
    display: block;
}

.recent__post__figure:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: all .3s;
}

.recent__post:hover .recent__post__figure:before {
    opacity: 1;
}

.recent__post__figure {
    width: 45%;
    float: left;
    margin-right: 8%;
    position: relative;
}

.recent__post__figure:after {
    content: '→';
    background: #BC573D;
    padding: .7rem;
    color: #4a4a4a;
    position: absolute;
    bottom: -1rem;
    left: 1rem;
    z-index: 1;
}

.recent__post__data span {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 16px;
    display: inline-block;
    color: #828282;
}

.recent__post__data h2 {
    font-size: 21px;
    font-weight: normal;
}

.prev-next__post {
    background: transparent;
    display: inline-block;
    width: 47%;
    border: solid 1px #4a4a4a;
    transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    margin-left: 5%;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.prev-next__post:after {
    content: '';
    background: url(../images/blog-next-prev.jpg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
}

.prev-next__post:hover {
    border: solid 1px #fff;
}

.prev-next__post:hover:after {
    opacity: 1;
}

.prev-next__post span {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 16px;
    display: inline-block;
    color: #828282;
    padding-top: 4rem;
}

.prev-next__post h3 {
    padding: 0 3rem 4rem;
    color: #4a4a4a;
    font-size: 27px;
}

.prev-next__post:nth-child(2n + 1) {
    margin-left: 0;
    clear: left;
}

.prev-next__post--text {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: all .5s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
}

.prev-next__post--text:hover {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
}

.prev-button {
    display: inline-block;
    width: 4.6rem;
    margin-left: -8rem;
    float: left;
    margin-top: 5rem;
}

.next-button {
    display: inline-block;
    width: 4.6rem;
    margin-right: -8rem;
    float: right;
    margin-top: 5rem;
}

.featured__button {
    text-align: center;
}

.featured__button .button {
    margin: 3rem 0 8rem;
    display: inline-block;
}

footer {
    background: #C3CFD5;
}

.footer__section {
    float: left;
    width: 24%;
    margin-left: 1%;
    padding: 4rem;
}

.footer__section:first-child {
    width: 25%;
    margin-left: 0;
    padding-left: 0;
}

.footer__section h1 {
    font-size: 2.8rem;
    font-weight: normal;
}

.footer__section h2 {
    font-size: 2.1rem;
    line-height: 1.8;
}

.footer__section h3 {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 .3rem 0;
}

.footer__section p {
    font-size: 1.7rem;
    line-height: 1.4;
}

.footer__section a {
    text-decoration: none;
    color: #4a4a4a;
}

.copyright {
    clear: both;
    margin: -6rem 0 6rem 0;
    padding: 0;
}

h2.chapter {
    text-align: center;
    font-size: 4.2rem;
    /*    margin: 6rem 0;*/
    margin: 0 0 6rem;
}

h2.biography,
h2.bibliography,
h2.blogpost {
    float: right;
    width: 62%;
    text-align: left;
}

h2.blog {
    margin-bottom: 2rem;
}

.line-heading {
    clear: both;
    height: 1px;
    width: 100%;
    background-color: #4A4A4A;
    display: block;
    margin: 6rem auto;
}

input.book-filter {
    float: right;
    font: normal 22px/1 CrimsonPro, Georgia, serif;
    border: 1px solid #ccc;
    height: 39px;
    padding: 12px;
    color: #828282;
    width: 260px;
    outline: 0;
}

input.book-filter::placeholder {
    color: #828282;
}

.filter {
    list-style: none;
    padding: 0;
    font-size: 2rem;
    padding-left: 4rem;
}

.filter-radio {
    display: none;
}

input[type="radio"]:checked ~ * {
    font-weight: bold;
}

.filter-container {
    cursor: pointer;
}

.filter.top {
    border-bottom: 1px solid #4a4a4a;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.filter.bottom {
    padding-top: 2rem;
    margin-bottom: 8rem;
}

.filter li {
    display: inline;
}

.filter li:after {
    content: "\2022";
    margin: 0 1rem;
}

.filter li:last-child:after {
    content: "";
}

.filter li a {
    text-decoration: none;
    color: #4a4a4a;
}

.book__full {
    margin: 0 0 8rem;
}

.book__full--figure {
    width: 30%;
    float: left;
    margin-top: 1.6rem;
}

.book__full--text {
    float: left;
    width: 55%;
    margin-left: 10%;
}

.book__full h1 {
    font-size: 3.6rem;
    font-style: italic;
}

span.category {
    text-transform: uppercase;
    color: #bc573d;
    display: block;
    margin-bottom: 1rem;
    font-weight: normal;
    font-style: normal;
    font-size: 1.8rem;
}

span.subtitle {
    display: block;
    font-weight: normal;
    font-size: 2.2rem;
    margin: 0.6rem 0 2rem;
    font-style: normal;
}

.book__full--desc {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}

.book__full--desc p:first-child {
    margin-top: 0;
}

.book__full--desc p {
    font-size: 2rem;
    color: #828282;
    line-height: 1.3;
    margin: 2rem 0;
}

.book__full--quotes {
    background: #c3cfd5;
    text-align: center;
    margin-bottom: 6rem;
}

.book__full--quotes blockquote {
    font-size: 2.4rem;
    font-style: italic;
    display: block;
    cursor: -webkit-grab;
    cursor: grab;
}

.book__full--quotes span {
    font-size: 2.2rem;
    margin-top: 2rem;
}

.book__full--quotes .swiper-container {
    width: 88rem;
    margin: 4rem auto;
}

.biography__facts .swiper-container {
    height: 100%;
    padding-bottom: 10rem;
}

.caption {
    position: absolute;
    margin: 83% 0 0 0;
}

.book__languages {
    float: right;
    width: 5%;
    padding-left: 5%;
    padding-top: 1rem;
}

.book__language {
    background: #C3CFD5;
    padding: .6rem;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.2rem;
    text-decoration: none;
    text-align: center;
    min-width: 3.2rem;
}

.book__language.active {
    background: #bc573d;
}

.biography__facts,
.biography__text {
    font-size: 1.8rem;
    color: #828282;
    line-height: 1.1;
}

.biography__facts {
    width: 30%;
    float: left;
}

.biography__facts td {
    width: 30%;
    vertical-align: top;
    padding-bottom: 1.6rem;
}

.biography__facts td:nth-child(2) {
    text-align: right;
}

.biography__text {
    width: 62%;
    float: left;
    margin: 0 0 6rem 8%;
}

.biography__text .list:first-child {
    width: 63%;
    float: left;
    margin-right: 4%;
}
.biography__text .list:first-child ul {
    column-count: 2;
}

.biography__text p {
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #828282;
    line-height: 1.3;
}

.bibliography__nav {
    width: 30%;
    float: left;
    font-size: 1.8rem;
    color: #828282;
    line-height: 1.3;
}

.bibliography__list,
.blog__post {
    width: 62%;
    float: left;
    margin: 0 0 6rem 8%;
}

.bibliography__list h3 {
    color: #bc573d;
    text-transform: uppercase;
    padding: 0 0 2rem;
    font-size: 1.8rem;
}

.bibliography__list ul {
    list-style: none;
    padding: 0;
    font-size: 1.8rem;
    color: #828282;
}

.bibliography__list li {
    margin-bottom: 2rem;
}

.bibliography__nav {
    list-style: none;
    padding: 0;
}

.bibliography__nav a {
    text-decoration: none;
    color: #4a4a4a;
}

.list h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #BC573D;
    margin-bottom: 2rem;
}

.list ul {
    list-style: none;
    margin-bottom: 6rem;
}

.list a {
    color: #828282;
    text-decoration: none;
    line-height: 1.2;
}

.list a:hover {
    color: #BC573D;
}

.blogs {
    margin-top: 4rem;
}

.blog__aside {
    width: 30%;
    float: left;
}

.blog__aside h3 {
    margin: 3.6rem 0;
    font-style: italic;
    border-bottom: 1px solid #828282;
    padding: 0 0 .4rem 0;
    display: inline-block;
}

.blog__nav {
    list-style: none;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.3;
}

.blog__nav a {
    color: #828282;
    text-decoration: none;
}

.blog__post__text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    margin: 6rem 0;
}

.blog__post__text p {
    font-size: 2rem;
    color: #828282;
    line-height: 1.3;
}

.blog__post__text img {
    margin: 2rem 0;
}

.blog__post__date {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1.6rem;
    display: inline-block;
    color: #828282;
}

.blog__post__category {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1.6rem;
    display: inline-block;
    color: #828282;
    float: right;
}

.blog__post h1 {
    font-size: 48px;
    font-style: italic;
    margin: 1rem 0 3rem;
}

.blog__post__image {
    position: relative;
}

.blog__post__image:after {
    content: '→';
    background: #BC573D;
    padding: 2rem;
    color: #4a4a4a;
    position: absolute;
    bottom: -2rem;
    left: 2rem;
    z-index: 1;
}

.pagination {
    font-size: 1.6rem;
    color: #828282;
}

.pagination a {
    text-decoration: none;
    color: #828282;
}

.pag-prev {
    margin-right: 1rem;
}

.pag-next {
    margin-left: 1rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp.delay-1s {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.fadeInUp.delay-2s {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.menu-icon {
    display: none;
    text-decoration: none;
    font-size: 36px;
    position: absolute;
    right: 0;
    top: 12px;
    color: #4a4a4a;
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        max-width: 90%;
    }
    .window-book {
        width: 25rem;
        left: 14rem;
    }
}

@media only screen and (max-width: 768px) {
    .header-book, .window-book, .international .swiper-container {
        display: none;
    }
    nav ul {
        top: 10.5rem;
    }
    .window-text {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .international {
        padding: 6rem 0;
    }
    .international-text {
        position: inherit;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .book {
        width: calc((100% - 2 * 3rem) / 3);
    }
    .book:nth-child(4n+1) {
        margin-left: 3rem;
        clear: initial;
    }
    .book:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
    }
    .book__full--quotes .swiper-container {
        width: 90%;
    }
    .book__full--desc {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
    }
    .footer__section:first-child {
        width: 100%;
        margin: 4rem 0;
    }
    .footer__section {
        float: left;
        width: 100%;
        margin-left: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 2rem;
    }
    .biography__text .list:first-child ul {
        column-count: 1;
    }
    
    
}

@media only screen and (max-width: 480px) {
    .header-top {
        height: 77px;
    }
    .header-container {
        height: 450px;
        background-position-x: 70% !important;
        box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 80%);
    }
    .header-container h1 a {
        top: 1.8rem;
    }
    .header-text {
        width: 100%;
    }
    .header-container h2 {
        font-size: 3.8rem;
    }
    .header-container h2 span {
        font-size: 3.2rem;
    }
    .sub-header-text {
        width: 90%;
    }
    blockquote {
        font-size: 3.2rem;
    }
    .primary-nav {
        display: none;
        position: absolute;
        z-index: 1;
        top: 60px;
        box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, .15);
    }
    .primary-nav li {
        margin: 0;
        padding: .3rem;
        width: 100%;
        text-align: center;
        background: #ffffff;
    }
    .primary-nav li a {
        padding: 1rem;
        display: block;
        border-bottom: 1px solid #585858;
    }
    .primary-nav li a:after {
        background: none;
    }
    .language-switch {
        margin: 1rem;
    }
    .primary-nav li .language-switch a {
        display: inline;
        border: none;
        padding: 0;
    }
    .primary-nav li .language-switch a.selected {
        padding: 0 1px;
    }
    .subnav {
        opacity: initial;
        transform: none;
        transition: none;
        pointer-events: initial;
        font-size: 1.6rem;
        font-weight: normal;
        position: initial;
        box-shadow: none;
        border-bottom: none;
        padding: 0;
    }
    .menu-icon {
        display: block;
    }
    .international .swiper-container {
        display: none;
    }
    .international-text {
        position: inherit;
        width: 100%;
        min-height: 230px;
    }
    .books-spotlight h3 {
        font-style: italic;
        padding: 0rem 0 12rem;
        display: block;
        text-align: center;
    }
    .books-spotlight .button {
        top: 80px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto 18%;
        text-align: center;
    }
    .copyright {
        margin: 3rem 0 6rem 0;
    }
    .proverbs {
        background: rgb(238, 223, 205);
        /*        background: linear-gradient(180deg, rgba(238, 223, 205, 1) 0%, rgba(238, 223, 205, 1) 44%, rgba(195, 207, 213, 1) 44%);*/
        padding-bottom: 0;
    }
    .proverbs a {
        margin: 2rem 0 4rem;
    }
    .proverbs-left {
        width: 100%;
        float: none;
        text-align: center;
    }
    .proverbs-right {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .window h3,
    .international h3 {
        padding: 2rem 0px 2rem 0;
    }
    .book {
        width: calc((100% - 1 * 3rem) / 2);
    }
    .book:nth-child(3n+1) {
        margin-left: 3rem;
        clear: initial;
    }
    .book:nth-child(4n+1) {
        margin-left: 3rem;
        clear: initial;
    }
    .book:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
    }
    .filter {
        display: none;
    }
    .books .header-container {
        height: 80px;
    }
    input.book-filter {
        margin: 0 0 6rem;
        width: 100%;
    }
    .book__full--text {
        width: 90%;
        margin-left: 1%;
    }
    .book__languages {
        float: none;
        padding-top: 0;
    }
    .book__full--figure {
        width: 70%;
        margin-bottom: 3rem;
        margin-right: 21%;
    }
    .biography__facts {
        width: 100%;
        float: none;
    }
    .biography__text {
        width: 100%;
        float: none;
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        margin: 3rem 0 6rem;
    }
    .work .biography__facts {
        display: none;
    }
    h2.biography,
    h2.bibliography,
    h2.blogpost {
        float: none;
        width: 100%;
        text-align: center;
    }
    .bibliography-text {
        width: 100%;
    }
    .list {
        text-align: center;
    }
    .biography__text .list:first-child {
        width: 100%; 
        float: none;
         margin-right: 0;
    }
}