/* Custom CSS */ :root { /*Darkmode colors*/ --dGray0:#D0D0D8; --dGray1:#8E8E93; --dGray2:#636366; --dGray3:#48484A; --dGray4:#3A3A3C; --dGray5:#2C2C2E; --dGray6:#1C1C1E; --dBlue:#0A84FF; } html { height: 100%; } body { padding-top: 70px; height: 100%; } .background{ position: absolute; z-index: -1000; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-filter: blur(2px) brightness(50%); -moz-filter: blur(2px) brightness(50%); -o-filter: blur(2px) brightness(50%); -ms-filter: blur(2px) brightness(50%); filter: blur(2px) brightness(50%); } .padding-top { padding-top: 10px; } .darker { background-color: #fafafa; margin-top: 10px; padding-bottom: 5px; } @media (min-width: 992px) { .align-bottom { margin-top: 2.5em; } } .full-width { width: 100%; } .product .extras { padding-left: 20px; } @media(min-width: 768px) and (max-width: 991px){ /* Make sure the small map in the location page has the same with as the block above */ .sm-no-side-padding { padding-left: 0px; padding-right: 0px; } } @media(min-width: 992px){ .md-no-right-padding { padding-right: 0px; } } .showcase .product { font-size: 16px; } /* Add clickable box */ div.box:hover { cursor: hand; cursor: pointer; opacity: .9; box-shadow: 2px 4px 4px -1px #888888; } a.divLink { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; /* Makes sure the link doesn't get underlined */ z-index: 10; /* raises anchor tag above everything else in div */ background-color: white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=0); /*workaround to make clickable in IE */ } .footerWrapper { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -1rem; } .footerWrapper>div{ margin: 0 1rem; } .hidden { display: none; }