@charset "UTF-8"; /* 0 - 600PX: Phone 600 - 900px: Table portrait 900 - 1200px: Tablet landscape [1200 - 1800] is where our nortal styles apply 1800px + : Big desktop */ /* Media Query M3 */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27"); /* Grid breakpoints */ .container { width: 100%; max-width: 1920px; } .termArrow, .term { display: none; } .homeLink { visibility: hidden; position: relative; margin-right: 15px; } .homeLink::after { visibility: visible; display: block; content: "Home"; font-size: 16px; position: absolute; top: 17%; } .link--1 { font-size: 0; } .link--1::after { display: block; content: "Sapatos"; font-size: 16px; } .link--2 { font-size: 0; } .link--2::after { display: block; content: "Sandálias"; font-size: 16px; } @media (min-width: 1921px) { .container { max-width: 1840px; } }