{"version":3,"file":"lizardbyte-css.css","mappings":"AAAA,KACG,iBAIH,eACI,oCACA,iBACA,oCACA,6BACA,4BAKJ,WACI,kBACA,UAGJ,QACI,gBACA,6BAGJ,cACI,kBAGJ,UACI,kBAGJ,aACI,eAGJ,SACI,mBACA,oCAGJ,cACI,mBACA,oCAGJ,wBACI,kBACA,SACA,WACA,aACA,6BACA,gEACA,UAGJ,2BACI,kBACA,SACA,WACA,aACA,6BACA,gEACA,UAGJ,2CACI,uBAGJ,mBACI,qCACA,sBACA,uBAGJ,YACI,eAGJ,qCACI,YACI,gBAIR,2DACI,YACE,gBAIN,YACI,eACA,iBACA,kBAGJ,qCACI,YACI,eACA,iBACA,mBAIR,2DACI,YACI,eACA,iBACA,mBAIR,SACE,oBACA,mBACA,uBACA,YACA,WACA,iBAGF,WACI,aACA,mBACA,6BAGJ,UACI,aACA,mBACA,6BAGJ,gBACI,YACA,qCAGJ,2DACI,gBACI,sCAIR,qCACI,gBACI,uCAKR,YACI,gBAGJ,gBACI,yBAGJ,sBACI,qBAIJ,aACE,qBACA,kC","sources":["webpack://@lizardbyte/shared-web/./src/css/lizardbyte.scss"],"sourcesContent":["body {\n   padding-top: 80px;\n}\n\n/*Apply to elements that serve as anchors*/\n.offset-anchor {\n    border-top: 80px solid transparent;\n    margin: -80px 0 0;\n    -webkit-background-clip: padding-box;\n    -moz-background-clip: padding;\n    background-clip: padding-box;\n}\n\n/*Because offset-anchor causes sections to overlap the bottom of previous ones,*/\n/*we need to put content higher so links aren't blocked by the transparent border.*/\n.container {\n    position: relative;\n    z-index: 1;\n}\n\n.navbar {\n    min-height: 80px;\n    border-bottom: 1px solid white;\n}\n\n.navbar-brand {\n    font-size: 1.75rem;\n}\n\n.nav-link {\n    font-size: 1.25rem;\n}\n\n.nav-link-sm {\n    font-size: 1rem;\n}\n\n.bg-dark {\n    --bs-bg-opacity: 1;\n    background-color: #151515 !important;\n}\n\n.bg-dark-gray {\n    --bs-bg-opacity: 1;\n    background-color: #303436 !important;\n}\n\n.carousel-overlay-title {\n    position: absolute;\n    top: 20vh;\n    right: 10vw;\n    padding: 1rem;\n    text-shadow: 2px 2px 5px black;\n    user-select: none;\n    z-index: 1;\n}\n\n.carousel-overlay-subtitle {\n    position: absolute;\n    top: 30vh;\n    right: 10vw;\n    padding: 1rem;\n    text-shadow: 2px 2px 5px black;\n    user-select: none;\n    z-index: 1;\n}\n\n.carousel-item.active, .carousel-item .view {\n    height: 50vh !important;\n}\n\n.carousel-item img {\n    object-fit: cover;\n    width:100% !important;\n    height: 100% !important;\n}\n\n.content h1 {\n    font-size: 55px;\n}\n\n@media screen and (max-width: 320px) {\n    .content h1 {\n        font-size: 30px;\n    }\n}\n\n@media screen and (min-width: 321px) and (max-width: 768px) {\n    .content h1 {\n      font-size: 30px;\n    }\n}\n\n.content h5 {\n    font-size: 23px;\n    margin-left: 80px;\n    margin-right: 80px;\n}\n\n@media screen and (max-width: 320px) {\n    .content h5 {\n        font-size: 18px;\n        margin-left: 20px;\n        margin-right: 20px\n    }\n}\n\n@media screen and (min-width: 321px) and (max-width: 768px) {\n    .content h5 {\n        font-size: 18px;\n        margin-left: 20px;\n        margin-right: 20px;\n    }\n}\n\n.feature {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  height: 3rem;\n  width: 3rem;\n  font-size: 1.5rem;\n}\n\n.widgetbot {\n    display: flex;\n    align-items: center;\n    justify-content: space-around;\n}\n\n.feedback {\n    display: flex;\n    align-items: center;\n    justify-content: space-around;\n}\n\niframe.feedback {\n    width: 100vw;\n    min-height: calc(100vh - 80px - 72px); /* subtract navbar and footer height */\n}\n\n@media screen and (min-width: 321px) and (max-width: 768px) {\n    iframe.feedback {\n        min-height: calc(100vh - 80px - 93px); /* subtract navbar and footer height */\n    }\n}\n\n@media screen and (max-width: 320px) {\n    iframe.feedback {\n        min-height: calc(100vh - 80px - 114px); /* subtract navbar and footer height */\n    }\n}\n\n/*card image hover*/\n.hover-zoom {\n    overflow: hidden;\n}\n\n.hover-zoom img {\n    transition: all 1.5s ease;\n}\n\n.hover-zoom:hover img {\n    transform: scale(1.1);\n}\n\n/*custom text colors*/\n.text-purple {\n  --bs-text-opacity: 1;\n  color: var(--bs-purple) !important;\n}\n"],"names":[],"sourceRoot":""}