html, body {
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../images/topDots5.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #000000;
}

.tools {
    height: auto !important; 
    min-height: 100vh;
    padding: 60px 10% 50px 10%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

.tools h1 { 
    font-family: "Palette Mosaic", system-ui;
    font-size: 100px;
    font-weight: 400;
    color: rgb(37, 27, 63);
    font-style: normal;
    margin: auto;
    padding-top: 80px;
    white-space: nowrap;
    text-shadow:2px 2px 0 rgb(220, 214, 227), -1px -1px 0 rgb(220, 214, 227),
    -1px 1px 0 rgb(220, 214, 227), 1px -1px 0 rgb(220, 214, 227),
    0px 1px 0 rgb(220, 214, 227),  0-1px 0 rgb(220, 214, 227),
    -1px 0 0 rgb(220, 214, 227), 1px 0 0 rgb(220, 214, 227);
}

.tools h3 { 
    font-size: 1.8rem;
    margin-top: 80px;
    border-left: 5px solid #fff; 
    padding-left: 15px;
    color: #fff;
}

.tools h4 { 
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 30px 0 15px 0;
}

.white {
    font-size: 1rem !important;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #fff;
}

.toolimg {
    width: 50%;
    height: auto;
}

.toolimg:hover {
    filter: brightness(1.2);
}

.zoom-link {
    text-decoration: none;
    border: none;
}

ol.white li {
    margin-bottom: 12px;
    padding-left: 5px;
}

.attention {
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.9rem !important;
    border-radius: 5px;
}

.tools a:link {
    color: #56b8f5 !important;
}
.tools a:visited {
    color: #e2cbff !important;
}

@media (max-width: 600px) {
    .tools h1 { font-size: 1.8rem; }
    .tools h3 { font-size: 1.4rem; }
    .tools { padding: 40px 5%; }
}

@media (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100% !important;
  }
}