@font-face {
	font-family: "Nasalizaion";
	src: url("fonts/nasaliza.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url("fonts/OpenSans-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url("fonts/OpenSans-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "OpenSans";
    src: url("fonts/OpenSans-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans";
    src: url("fonts/OpenSans-BoldItalic.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
}

#squares-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
    display: block;
    pointer-events: auto;
}

a {
    pointer-events: auto;
    text-decoration: none;
    color:rgb(244, 242, 255);
}


body {
    margin: 0;
    height: 100%;
    background-color: rgb(0, 4, 32);
    display: flex;
    flex-direction: column;
    align-items: center;    
}

.outer {
    width: 80vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

.bigtitle {
    margin-top: 3vh;
    font-family: Nasalizaion, Arial, sans-serif;
    color: rgb(244, 242, 255);
    font-size:10vw;
    text-shadow: 0 0 10px rgb(244,242,255);
}

.nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(11vw * 6);
    border-bottom: 1px solid rgb(244, 242, 255);
    padding-bottom: 10px;
}

.nav-item{
    /*margin-right: 50px;*/
    margin-bottom: 10px;
    pointer-events: auto;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.nav-link {
    color:rgb(244, 242, 255); 
    text-decoration: none;
    font-family: OpenSans;
    font-size: max(16px, 1.5vw);
    text-wrap: nowrap;
    cursor: pointer;
    text-align: center !important;
}

.nav-item.highlighted {
    background: rgba(180, 180, 180, 0.1)
}

.nav-link:hover{
    text-shadow: 2px 2px 10px rgb(244,242,255)
}

.content {
    color:rgb(244, 242, 255); 
    text-decoration: none;
    font-family: OpenSans;
    font-size: 1.2vw;
    display: flex;
    flex-direction: column;
    width: calc(11vw * 6);
    gap: 10px;
}

.bold {
    font-size: 1.4vw;
    font-weight: bold;
}

.centre-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.inline-title {
    text-align: left;
}

.short-description {
    text-align: left;
    margin-left: 50px;
    font-size:0.9vw;
}

.guides {
    margin-top: 3vh;
}

.flex-switch-row {
    display: flex;
    flex-direction: row;
}

.flex-switch-column {
    display: flex;
    flex-direction: column;
}

.flex-left-align {
    justify-content: flex-start !important;
}

.instr-link {
    pointer-events: auto;
    cursor: pointer;
}

.instr-link:hover {
    text-shadow: 2px 2px 10px rgb(244,242,255)
}

.box-half {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box-half > p {
    font-size: 1.4vw;
}

.box-half > p > a {
    color:rgb(244, 242, 255); 
    text-decoration: none;
    font-size: 2vw;
}

.box-half > .subtext > a:hover {
    text-shadow: 2px 2px 10px rgb(244,242,255)
}

.box-half > .subtext {
    margin-top: 5vh;
}

.box-half > .subtext > a {
    font-size: .6vw;
    color:rgb(244, 242, 255); 
    text-decoration: none;
}

.box-quarter {
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center;
}

.box-threequarter {
    display: flex;
    width: 75%;
    justify-content: center;
    align-items: center;
}

.download-asset-img {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1.3px solid white;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
}

.download-asset-img a {
    margin: 10px;
    
}

.blurb > p > a {
    color:rgb(244, 242, 255); 
    text-decoration: none;
}

.blurb > p > a:hover {
    text-shadow: 2px 2px 10px rgb(244,242,255)
}

img {
    max-width: 100%;

}

#quickstart {
    display: none;
}

.subtext {
    font-size: max(12px, .5vw);
}

.inline-title {
    font-size: max(20px, 1.5vw);
    font-weight: bold;
}

.instructions-platform-chooser {
    pointer-events: auto;
    cursor: pointer;
    font-size: 1.6vw;
}

.instructions-platform-chooser:hover {
    text-shadow: 2px 2px 10px rgb(244,242,255)
}

.side-padding {
    padding-left: 4vw;
    padding-right: 4vw;
}

.small-header {
    font-size: max(15px, .9vw);
    margin-bottom: 10px;
}

.base-margin {
    margin-bottom: 4vh;
}

.base-margin-inner {
    margin-bottom: 12%;
}

.gap {
    width: 100%;
    height: 1vh;
}

.shunt-left {
    padding-right: 50%;
}

.content-footer-margin {
    min-height: 100px;
    min-width: 100%;
}
#hidden-platform-instructions-container {
    z-index: 3;
    position: absolute;
    display: flex;
    flex-direction: row;
}

#hidden-platform-instructions {
  border: 1.3px solid white;
  border-radius: 3px;
  background-color: rgb(0, 0, 0);
  color: rgb(244, 242, 255);
  padding: 5px;
  font-family: monospace, monospace;
  font-size: 1.2em;
  line-height: 1.1em;
}

.hidden {
    display: none !important;
}

.small-close-button {
  margin-left: 10px;
  pointer-events: auto;
  cursor: pointer;
}

code {
    border: 1.3px solid white;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    padding-top: 3px;
    font-family: monospace, monospace;
    font-size: 0.8em;
    line-height: 1.1em;
    display: inline-block;

}

.link-button {
    margin-top: 5vh;
    padding: 50px;
    pointer-events: auto;
    cursor: pointer;
    z-index: 3;
    text-decoration: none;
    font-size: 1.9vw;
    justify-content: center;
    align-items: center;
    color:rgb(244, 242, 255);
    border-radius: 5px;
    outline: .2px solid rgba(180, 180, 180, 0);
    transition: all 0.3s ease;
}

.link-button:hover {
    outline: .2px solid rgba(180, 180, 180, 0.3);
}

/*
.link-button::before {
    content: '';
    position: absolute;
    inset: -4px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
}
*/
.link-icon {
    height: 20vh;
}
  
multilinecode {
    margin-left: 5vw;
    border: 1.3px solid white;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    white-space: pre-line;
    padding: 5px;
    font-family: monospace, monospace;
    font-size: 0.8em;
    line-height: 1.1em;
    display: inline-block;
    text-align: left;
    padding-right: 30px;
    pointer-events: auto;
}

separator {
    width: 100%;
    height: 1px;
    border-top: 1px solid rgb(244, 242, 255);
    margin-bottom: 10px;
}



