6 * Custom translucent site header
10 background-color: rgba(0, 0, 0, .85);
11 -webkit-backdrop-filter: saturate(180%) blur(20px);
12 backdrop-filter: saturate(180%) blur(20px);
16 transition: ease-in-out color .15s;
18 .site-header a:hover {
20 text-decoration: none;
24 * Dummy devices (replace them with your own or something else entirely!)
33 background-color: #333;
35 -webkit-transform: rotate(30deg);
36 transform: rotate(30deg);
39 .product-device::before {
46 background-color: rgba(255, 255, 255, .1);
55 background-color: #e5e5e5;
63 .border-top { border-top: 1px solid #e5e5e5; }
64 .border-bottom { border-bottom: 1px solid #e5e5e5; }
66 .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
73 @media (min-width: 768px) {
81 .overflow-hidden { overflow: hidden; }