  html {
    background-image: url(/wp-content/plugins/locked-in-database/images/VIKINGS_Secret_Lair_Landscape-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    min-height: 100%;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.322);
}

.logo {
    display: block;
    margin: 0 auto;
    max-width: 190px;
    max-height: 190px;
}

@font-face {
    font-family: "Karla";
    src: url("/wp-content/plugins/locked-in-database/Karla-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: "KarlaMedium";
    src: url("/wp-content/plugins/locked-in-database/Karla-Medium.ttf") format("truetype");
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: "KarlaBold";
    src: url("/wp-content/plugins/locked-in-database/Karla-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "KarlaBoldItalic";
    src: url("/wp-content/plugins/locked-in-database/Karla-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

*/
    
@font-face {
    font-family: "Eye Spy";
    src: url("/wp-content/plugins/locked-in-database/Eye/ Spy/ Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}         
         
.topText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Vertically center within the viewport height */
}

h1, h2, h3 {
    text-align: center;
    color: white;
    line-height: 1em; /* Set the line height to match the height of your heading texts */
    height: 1em; /* Set the height to match the line height */
}

.topText h1 {
    font-family: "Eye Spy", sans-serif;
    font-size: 60px;
    letter-spacing: 2px;
    color: #f9dc5f;
    text-shadow: -3px 5px 2px #cc0000;
    margin-top: 1px;
    margin-bottom: 10px;
}

.topText h3:nth-of-type(1) {
    font-family: "KarlaMedium", sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin: 19px;
}

.button {
    font-family: "KarlaBold", sans-serif;
    font-size: 45px;
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: #cc0000;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #cc0000;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button:hover {
    background-color: #cc0000;
    color: white;
}

.topText h3:nth-of-type(2) {
    font-family: "KarlaBoldItalic", sans-serif;
    font-style: italic;
    font-size: 25px;
}

.bottomText {
    font-family: "KarlaMedium", sans-serif;
    width: 100%;
    height: 2em;
    bottom: 0px;
    margin-left: -8px;
    padding-top: 11px;
    text-align: center;
    position: absolute;
    background-color: black;
    color: white;
}

