::selection{
background: rgba(140, 200, 255, 0.4);
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: linen;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
background: #777;
}
hr{
border: none;
border-bottom: 1px solid black;
}
html{
min-height: 100%;
scroll-behavior: smooth;
cursor: default;
}
#slide-outer{
scroll-snap-type: y mandatory;
}
.btn-nt{
text-transform: none;
}
.slide{
scroll-snap-align: start;
background: linen;
width: 100%;
height: 100vh;
padding: 18px;
font-size: 1.5em;
border-bottom: 1px solid #aaa;
}
.slide-vh{
background: #fce7ca;
min-height: 100vh;
height: auto;
}
.lg{
font-size: 1em
}
.sm{
font-size: 0.75em
}
.inl{
display: inline;
}
.i-num{
width: 60px;
}
.gr{
color: #888;
}
h1, h2, h3, h4, h5, h6{
margin-top: 0
}
h1{
font-size: 2.5em}
h2{
font-size: 2em}
h3{
font-size: 2em}
h4{
font-size: 1.75em}
h5, h6{
font-size: 1.5em}
.mt{
margin-left: 15%;
width: 70%;
margin-top: 20vh;
}