%PDF- %PDF-
Direktori : /var/www/html/styles/ |
Current File : //var/www/html/styles/Global.css |
/* Fonts */ @import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"); /* Universal */ html { box-sizing: border-box; font-size: calc(100vw / 1920 * 10); } @media (max-width: 1024px) { html { font-size: calc(100vw / 1024 * 10); } } /* @media (-webkit-device-pixel-ratio: 1.25) { * { zoom: 0.98; } } @media (-webkit-min-device-pixel-ratio: 1.25) { * { zoom: 0.98; } } */ body { margin: 0; font-family: "Anton", "ariel", sans-serif; overflow-x: hidden; overflow-y: auto; min-height: 100%; } .overflowHidden { overflow: hidden !important; } .pageWrap { position: relative; } .video-responsive { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; } .video-responsive iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute; } /* Safari styles */ /* @media not all and (min-resolution: 0.001dpcm) and (min-device-width: 721px) and (max-device-width: 1024px) { @supports (-webkit-appearance: none) { } } */ /* Animations */ @keyframes loopingText { 0% { right: 0; } 100% { right: -100%; } } /* Cookies styles */ .CookieConsent { z-index: 99999999 !important; opacity: 0.9 !important; } .CookieConsent .contentClass { margin: 1.5rem !important; } .CookieConsent #rcc-confirm-button { background: transparent !important; padding: 0.5rem 1rem !important; border: 1px solid white !important; color: white !important; transition: 0.3s; } .CookieConsent #rcc-confirm-button:hover { background: rgb(255, 212, 45) !important; color: rgb(78, 80, 59) !important; border: 1px solid rgb(255, 212, 45) !important; } @media (max-width: 600px) { .CookieConsent { flex-wrap: nowrap !important; flex-direction: column !important; height: 20rem !important; padding: 5rem !important; } .CookieConsent .contentClass { flex: 0 0 auto !important; } .CookieConsent .contentClass span { font-size: 4rem !important; padding-right: 10rem !important; } .CookieConsent #rcc-confirm-button { font-size: 4rem !important; width: 96% !important; height: 100% !important; margin: 1rem !important; } } /* Color text elements */ .orange { color: #f26739; } .black { color: #2d2d2d; } .original { color: #2d2d2d; } .white { color: #2d2d2d; } .fullWhite { color: #f26739; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }