CINXE.COM
404
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="/js/common_function.js"></script> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <style> @media (min-width: 576px) { body { margin: 0; font-family: Arial, Helvetica, sans-serif; } .hero-image { background-image: url("/img/CapitolNight.jpg"); background-color: #cccccc; height: 100vh; width: 50vw; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .hero-text { text-align: left; position: absolute; top: 50%; left: 150%; transform: translate(-50%, -50%); letter-spacing: 1.6px; width: calc(50vw - 3rem) } .dividerStyles { text-align: left; width: 5vw; border-top: 1px solid rgba(11, 26, 97, 1); } .oversizedFont { font-size: 4.8em; } .btnStyles, .btnStyles:hover { border: 1px solid rgba(11, 26, 97, 1); color: rgba(11, 26, 97, 1); text-decoration: none; line-height: 1.5rem; padding: 1.25rem; } } @media (max-width: 575.98px) { .hero-text { padding-top: 10vh; text-align: center; letter-spacing: 1.6px; } .dividerStyles { text-align: center; border-top: 1px solid rgba(11, 26, 97, 1); } } </style> <title>404</title> </head> <body> <div class="hero-image"> <div class="hero-text"> <h1 class="oversizedFont text-dark">404</h1> <hr class="dividerStyles ml-0"> <h4 class="text-dark">The page you are looking for could not be found.</h4> <div class="pt-5"><a class="btn-lg btnStyles" href="https://www.senate.mn" role="button">GO HOME</a></div> </div> </div> </body> </html>