.logo--olivesbooks { --h1-size: 4em; --h2-size: 2.2em; background: none; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; text-align: center; background: none; width: 30em; margin: 0 auto; height: 300px; h1, h2 { margin: 0; text-shadow: 2px 2px black; color: #ece8e3; } a { text-decoration: none; } h1 { font-size: var(--h1-size); /* border-bottom: 4px double; */ a { color: #ece8e3; } } h2 { font-size: var(--h2-size); a { color: #ece8e3; } } } @media (max-width: 800px) { .logo--olivesbooks { width: initial; height: 200px; } .logo--olivesbooks h1 { font-size: clamp(2.5em, 9.5vw, 4em); } .logo--olivesbooks h2 { font-size: clamp(1.5em, 5.2vw, 2.2em); } } .page-node-type-landing-page #block-views-block-media-display-blocks-source { display: none; } article.node.node--type-landing-page h2 { margin: 0; text-align: center; } .hero-section { border: 10px solid #d0bca4; /*height:300px;*/ } .hero--wrapper { background: #e1dbbf; } .logo-wrapper { background: #3333335c; } .logo-wrapper { background: #33333399; } .path-frontpage .region--content { margin-bottom: 0; } #block-olivesbooks-views-block-front-page-featured-books-block-2 .view-content, #block-olivesbooks-views-block-front-page-featured-books-block-1 .view-content { /*display: none;*/ .node__title { font-size: 1.1rem; font-weight: bold; border-bottom: 1px solid #6e563a; /*margin: 0;*/ a { color: #6e563a; } } .node__content { img { min-width: 100%; border: 1px solid #ccc; background: #fff; padding: 1rem; } } .views-field-did-image { float: none; max-width: 100%; margin: 0; height: 100%; } .views-row { padding: 15px; background: #ece8e3; border: 1px solid #ccc; display: flex; flex-direction: column; .views-field-title h4 { margin: 0; /*margin-bottom: 1rem;*/ a { text-decoration: none; } } .views-field img { width: 100%; } } .node__title a { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } } /*clean up titles on lp figure block*/ div#block-olivesbooks-views-block-front-page-featured-books-block-2 .node__title { margin: 0; } div#block-olivesbooks-views-block-front-page-featured-books-block-2 .node__title a { line-height: 1.4; } div#block-olivesbooks-views-block-front-page-featured-books-block-2 .view-eva .views-row { padding: 0 !important; margin-top: 1em; } @media (min-width: 43.75rem) { #block-olivesbooks-views-block-front-page-featured-books-block-1 .view-content { .views-field.views-field-title { height: 7em; } display: flex; justify-content: space-between; .views-row { width: 32%; /*justify-content: space-around;*/ } } } @media (min-width: 43.75rem) { .region--content-below { display: flex; flex-wrap: wrap; } .region--content-below #block-olivesbooks-views-block-front-page-featured-books-block-1 { flex-basis: calc(72% - (var(--grid-gap) / 2)); flex-grow: 1; flex-shrink: 0; margin-inline-end: var(--grid-gap); } .region--content-below #block-olivesbooks-views-block-front-page-featured-books-block-2 { flex-basis: calc(25% - (var(--grid-gap) / 2)); flex-grow: 1; flex-shrink: 0; margin-inline-end: var(--grid-gap); } .region--content-below > *:nth-child(2n), .region--content-below > *:last-child { margin-inline-end: 0; } } #block-olivesbooks-maparchiveslpblock, #block-olivesbooks-learnmorelpblock { .block__content { border: 1px solid #ccc; img { width: 100%; } } } .card-section { background: #f6f8f8; padding: 1rem; img { width: 100%; } display: flex; .left { margin-right: 3rem; } h4 { margin: 0; margin-top: 1rem; font-size: 1.4rem; } ul { margin: 0; list-style-type: none; margin-left: 0.5rem; } a { text-decoration: none !important; font-size: 1.1rem; } } .page-node-type-landing-page .node__content { padding: 0; } .page-node-type-landing-page .main-content__container { padding-top: 1rem; } /* ================================================== */ /* landing page menu */ nav#block-olivesbooks-landingpagemenu { margin-block-end: var(--sp2); .menu { list-style-type: none; margin: 0; display: flex; justify-content: center; i { display: flex; justify-content: center; font-size: 1.3em; color: #d0bca4; } } .menu__link { background: #39481e; display: flex; flex-direction: column; text-decoration: none; color: #fff; transition: all 0.2s linear; font-size: 0.8rem; padding: 5px 5px 0; text-align: center; } .menu__link:hover { /* background: #d2966e; */ filter: brightness(1.5); } .menu__item { border: 4px double; border-width: 6px 0; margin-right: 1px; } .link-text { font-family: var(--font-serif); } } @media (min-width: 800px) { nav#block-olivesbooks-landingpagemenu { .menu__link { width: 7.5em; font-size: 1rem; padding: 0.8rem 0.8rem 0.3rem; } } } /* @media (max-width: 800px) { */ /* nav#block-olivesbooks-landingpagemenu .menu__link { */ /* padding: 12px 10px 6px 10px; */ /* } */ /* } */ .lp_layout_container { display: flex; gap: 20px; /* optional spacing between them */ .slider { background: yellow; flex: 0 0 300px; /* fixed at 300px, won't grow or shrink */ } article { flex: 1; /* fluid, takes remaining space */ min-width: 0; /* prevents overflow issues with text content */ } }