{"version":3,"sourceRoot":"","sources":["../../_sass/_custom.scss","../../_sass/_base.scss","cb.scss","../../_sass/_pages.scss"],"names":[],"mappings":"AAKQ,iMCEwB,UCHf,MDIW,MCHf,QDKb,EAEI,qBAEI,MCRK,QDSL,QAC4B,MCXvB,QDiBb,mBACC,YACA,kBACA,WACA,SACA,WACA,4BACA,6BACA,+BACA,mBACA,mCACG,2BACA,YAEJ,yBACC,kBACA,SACA,QACA,4BACA,mCACG,2BAIJ,kBACI,YAIJ,kBACI,iBAIJ,aACI,YAGA,gCAGJ,yDACI,WACA,sBACA,yBAGF,4BACE,WACA,8BAIJ,eACI,aACA,eACA,YACA,WACA,WACA,eAIJ,8CACA,yBACI,cACI,qBAEJ,cACI,qBAEJ,cACI,qBAEJ,eACI,sBAEJ,mBACI,uBAEJ,qBACI,uBAKR,IACI,qBACA,kBACA,2BACA,gBAEJ,aACI,UACA,WACA,sBEhHJ,qBACI,oCAIJ,aACI,eAGA,YACI,kBACA,UAEJ,8BACA,2BAEJ,YACI,oBACA,yBACA,qBAEJ,gBACI,iBACA,cAGJ,yBACI,0BAEJ,yBACI,0BAEJ,0BACI,0BAOJ,6BACA,WACI,aACA,eAEJ,kCACI,qBAIJ,gBACI,iBACA,eAGJ,0BACA,0BACA,0BACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,2BACA,0BAGA,WACI,kBACA,WAIA,mBACI,iBACA,kBACA,2BAGJ,kHACI,gBACA,wBAGJ,sJACI,iBACA,kBACA,iBAOJ,oMACI,gBACA,iBACA,kBH9FR,KACI,YAHe,wBAMnB,QACI","sourcesContent":["/* \n    Put your custom SCSS here! \n    This allows you to override any CollectionBuilder or Bootstrap CSS without modifying the base theme files directly.\n*/\n\n@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');\n\n$base-font-family: 'Montserrat', sans-serif;\n\nbody {\n    font-family: $base-font-family;\n}\n\n.nav-bg {\n    background-color: rgba(33, 37, 41, 0.7);\n}","/*  \n    base - slight modifications to override base Bootstrap\n    these values are configurable using theme.yml > Theme Fonts area \n    or by editing base variables in cb.scss\n*/\nbody {\n    @if $base-font-family != \"\" { font-family: $base-font-family; }\n    @if $base-font-size != \"\" { font-size: $base-font-size; }\n    @if $text-color != \"\" { color: $text-color; }\n}\na {\n    /* remove link underline */ \n    text-decoration: none;\n    @if $link-color != \"\" { \n        color: $link-color; \n        &:hover {\n            @if $text-color != \"\" { color: $text-color; }\n        }\n    }\n}\n\n/* skip nav for accessibility, based on https://webaim.org/techniques/skipnav/ */\n#skip-to-content a {\n\tpadding:6px;\n\tposition: absolute;\n\ttop:-100px;\n\tleft:0px;\n\tcolor:white;\n\tborder-right:1px solid white;\n\tborder-bottom:1px solid white;\n\tborder-bottom-right-radius:8px;\n\tbackground:#BF1722;\n\t-webkit-transition: top 1s ease-out;\n    transition: top 1s ease-out;\n    z-index: 100;\n}\n#skip-to-content a:focus {\n\tposition:absolute;\n\tleft:0px;\n\ttop:0px;\n\toutline-color:transparent;\t\n\t-webkit-transition: top .1s ease-in;\n    transition: top .1s ease-in;\n}\n\n/* banner */\n#home-banner-logo { \n    height: 40px; \n}\n\n/* nav bar */\n#mobile-nav-image {\n    max-height: 1.5em;\n}\n\n/* footer */\n#footer-logo {\n    height: 50px;\n}\n#footer-credits {\n    img { height: 40px; }\n}\n\n#footer-nav .nav-link.active, #footer-nav .show > .nav-link {\n    color: #fff;\n    border: solid white 1px;\n    background: transparent;\n  }\n\n  #footer-nav .nav-link:hover {\n    color: white;\n    background: rgba(255,255,255,.10);\n}\n\n/* scroll to top */\n#scroll-to-top {\n    display: none; \n    position: fixed; \n    bottom: 20px; \n    right: 20px; \n    z-index: 99;\n    font-size: 40px; \n}\n\n/* feature include tweaks */\n.feature-alert p:last-of-type { margin-bottom: 0; }\n@media (min-width: 768px) {\n    .feature-w-25 {\n        width: 25%!important;\n    }\n    .feature-w-50 {\n        width: 50%!important;\n    }\n    .feature-w-75 {\n        width: 75%!important;\n    }\n    .feature-w-100 {\n        width: 100%!important;\n    }\n    .feature-float-end {\n        float: right!important;\n    }\n    .feature-float-start {\n        float: left!important;\n    } \n}\n\n/* bootstrap icons tweaks */\n.bi { \n    display: inline-block;\n    fill: currentColor;\n    vertical-align: text-bottom; \n    overflow: hidden;\n}\n.icon-sprite {\n    width: 1em;\n    height: 1em;\n    vertical-align: -0.1em;\n}\n","@charset \"utf-8\";\n\n/* base variables pulled from theme.yml */\n$base-font-family: \"\";\n$base-font-size: 1.2em;\n$text-color: #191919;\n$link-color: #0d6efd;\n\n/* theme colors pulled from config-theme-colors */\n\n\n\n@import \"base\", \"pages\", \"custom\";\n","/*  \n    pages - style tweaks related to individual CB pages\n    although most presentation is controlled by Bootstrap classes, these styles are necessary for default visualization pages to function correctly\n*/\n/* index */\n.carousel-item-title{\n    background-color: rgba(37, 36, 36, 0.72);\n}\n\n/* item page */\n.gallery-img {\n    cursor: pointer;\n}\n#item-nav {\n    a { \n        position: absolute;\n        top:500px;\n    }\n    .previous { left:10px; }\n    .next{ right:10px; }\n}\n.breadcrumb {\n    padding: 0.75rem 1rem;\n    background-color: rgb(248, 249, 250);\n    border-radius: 0.25rem;\n}\n.compound-thumb {\n    max-height: 110px;\n    max-width: 90%;\n}\n// compound object big modal class\n@media (min-width:576px){\n    .modal-xxl{ max-width:90%; } \n}\n@media (min-width:992px){\n    .modal-xxl{ max-width:90%; } \n}\n@media (min-width:1200px){ \n    .modal-xxl{ max-width: 90%;  }\n}\n\n\n/* browse */\n\n/* map */\n#map { height: 750px; z-index: 98; }\n.map-thumb {\n    height: 100px;\n    max-width: 100%;\n}\n.leaflet-fusesearch-panel .header {\n    padding-bottom: 1.5em;\n}\n\n/* timeline */\n.timeline-thumb {\n    max-height: 250px;\n    max-width: 100%;\n}\n/* subjects */\n.tagcloud0{font-size:0.4em;}\n.tagcloud1{font-size:0.5em;}\n.tagcloud2{font-size:0.8em;}\n.tagcloud3{font-size:1.1em;}\n.tagcloud4{font-size:1.4em;}\n.tagcloud5{font-size:1.6em;}\n.tagcloud6{font-size:1.9em;}\n.tagcloud7{font-size:2.2em;}\n.tagcloud8{font-size:2.5em;}\n.tagcloud9{font-size:2.8em;}\n.tagcloud10{font-size:3.0em;}\n\n/* About */\n.about-nav {\n    line-height: 1.5em; \n    z-index: 10;\n}\n/* creating a narrow text column */ \n.about-contents > {\n    h2 {\n        font-weight: bold;\n        padding-top: 100px;\n        border-top: 1px dotted black;\n    }\n    \n    h1, h2, h3, h4, h5, h6 {\n        max-width: 650px;\n        margin: 1.5rem auto 1rem;\n    }\n    \n    p, .about-narrowed-content, .footnotes, ol, ul, blockquote {\n        margin-left: auto;\n        margin-right: auto;\n        max-width: 1000px;\n    }\n\n}\n\n/* narrow text block for page-narrow layout */\n.page-narrow {\n    h1, h2, h3, h4, h5, h6, p, ol, ul, .footnotes, .narrow-content { \n        max-width: 650px;\n        margin-left: auto;\n        margin-right: auto; \n    }\n}\n"],"file":"cb.css"}