/* @group Site Nav
------------------------------------ */
@media only screen
and (min-width : 961px) {
    .home:not(.pinedHeader) .site-nav { border-bottom: none; }
    .home:not(.pinedHeader) .books-bttn .link-circle { position: relative; top: .5rem; }
    .home:not(.pinedHeader) .books-bttn .link-circle i { height: 7rem; width: 6.3rem; margin-right: -3.5rem; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {    
    
}

/* @end */
/* @group Page Header
------------------------------------ */
.page-header { margin: 0 0 23.7rem; }
.page-header .sound { display: none!important; }
@media only screen
and (min-width : 961px) {
    .page-header { margin: 0 0 17.6rem; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {    
    
}

/* @end */
/* @group Frontpage
------------------------------------ */
.summary { color: var(--title-light); margin: 0 0 13.7rem; }
.article-with-header-centered { margin: 0 0 5.7rem; }
.circle-header { background: var(--bg-visit); padding: 17.2rem 0 7.2rem; margin: 0; }
.green-slider { position: relative; z-index: 3; }
.circle-header .col-12-10 .link-circle { color: var(--text-grey); margin: 4.2rem 0 0; }
.circle-header .col-12-10 .link-circle svg { stroke: var(--text-grey); }
@media only screen
and (min-width : 961px) {
    .summary { margin: 0 0 8.6rem; }
    .article-with-header-centered { margin: 0 0 18.1rem; }
    .circle-header { padding: 23rem 0 0; margin: 0 0 -12rem; }
    .circle-header .col-12-10 { position: absolute; top: 34.7rem; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 961px)
and (max-width : 1300px) {
    .circle-header .col-12-10 { max-width: 91.66666667%; }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .circle-header h2 { margin-top: -3.5rem; }
}

/* @end */
