.col-sm { max-height: 80% !important; } .col-sm.vert { max-height: 60% !important; } body { transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1); background-color: #fff; padding-right: 10px; } div.highlight { background-color: rgba(165, 165, 165, 0.372); margin-left: -15px; margin-right: -15px; width: 100vw; transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1); } nav { transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1); } header { background-color: rgba(219, 219, 219, 0.448); transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1); } .disable-select { user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ } a { outline: none !important; transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1); } button { outline: none !important; }