* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header, footer, body, html, .sidebar, .layout-content {
    font-family: Pixelify Sans;
    
  }

h1, h2 {
    padding-top: 10px;
    color: #ffffff;
}

.tagLine {
    margin-bottom: -50%;
}

.background {
    /*background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Grass_20220920_8K.png/640px-Grass_20220920_8K.png'); 
    background-size: cover;
    background-position: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

        background-image: repeating-conic-gradient(#0d0d0d 0% 25%, #060606 0% 50%);
        background-position: 0 0, 32px 32px;
        background-size: 64px 64px;
        background-color: #060606;
        
}

.logoSpinNav {
    width: 100%;
    filter: drop-shadow(0 0 1.5rem rgb(234, 233, 228));
  }

.background:img{
    backdrop-filter: blur(100px);

}
.link-card {
    /*background: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    background-image: linear-gradient(90deg, transparent 50%, #0d0d0d 50%);
    background-size: 32px 32px;
    background-color: #060606;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    padding: 50px;
    border-image: url('../content/cube.png') 30 stretch;
    border-image-slice: 149 150 149 150;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;  
    border-radius: 10px;
}

.link-card h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.link-card p {
    margin-bottom: 20px;
    color: #ffffff;
}

.links {
    display: flex;
    flex-direction: column;
}

.link, .linkStd {
    /*text-decoration: none;
    background: #007BFF; /* Bootstrap primary color
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
    transition: background 0.3s; */
    background:
    radial-gradient(64px at 100% 0, #060606 6.25%, #0d0d0d 6.3% 18.75%, #060606 18.8% 31.25%, #0d0d0d 31.3% 43.75%, #060606 43.8% 56.25%, #0d0d0d 56.3% 68.75%, #0000 0),
    radial-gradient(64px at 0 0, #060606 6.25%, #0d0d0d 6.3% 18.75%, #060606 18.8% 31.25%, #0d0d0d 31.3% 43.75%, #060606 43.8% 56.25%, #0d0d0d 56.3% 68.75%, #0000 0),
    radial-gradient(64px at 0 100%, #060606 6.25%, #0d0d0d 6.3% 18.75%, #060606 18.8% 31.25%, #0d0d0d 31.3% 43.75%, #060606 43.8% 56.25%, #0d0d0d 56.3% 68.75%, #0000 0),
    radial-gradient(64px at 100% 100%, #060606 6.25%, #0d0d0d 6.3% 18.75%, #060606 18.8% 31.25%, #0d0d0d 31.3% 43.75%, #060606 43.8% 56.25%, #0d0d0d 56.3% 68.75%, #0000 0) #060606;
    background-size: 64px 64px;
    background-color: #060606;
    /*width: 70px; */
    margin: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    padding: 5px;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    outline: solid;
    outline-color: rgba(255, 255, 255, 0.522);
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link:hover {
    transform: scale(1.1);
}

.linkStd:hover {
    transform: scale(1.05);
}

.linkStd {
display: inline-block;
width: 90%;
}

#cornerHead {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: auto;
    max-width: 20%;
  }

  .nav-img {
    text-align: center;
    width: 10%;
    margin-left: 5px;
    margin-right: 5px;
  }