@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");

:root {
    --fontcolor: rgb(54, 54, 54);
    --basecolor: rgb(54, 54, 54);
    --backgroundcolor: #fff;
    --buttonfontcolor: rgb(255, 255, 255);
    --primarycolor: rgb(54, 54, 54);
    --secondarycolor: rgb(245, 245, 245);
    --trbordercolor: #ccc;
    --linkcolor: rgb(54, 54, 54);
    --icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(54,54,54)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    --icon-radiobox: url("data:image/svg+xml, %3Csvg height='100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='45' cx='50' cy='50' fill='rgb(54,54,54)' /%3E%3C/svg%3E");
    --icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='rgb(54,54,54)' class='bi bi-calendar' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
    --icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(54,54,54)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
    --icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(54,54,54)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    --icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(54,54,54)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    --icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(54,54,54)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

@media (prefers-color-scheme: dark) {
    :root {
        --fontcolor: rgb(204, 204, 204);
        --basecolor: #ccc;
        --backgroundcolor: rgb(54, 54, 54);
        --buttonfontcolor: rgb(54, 54, 54);
        --primarycolor: rgb(255, 255, 255);
        --secondarycolor: rgb(73, 73, 73);
        --trbordercolor: #6c6c6c;
        --linkcolor: #ccc;
        --icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(160,160,160)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
        --icon-radiobox: url("data:image/svg+xml, %3Csvg height='100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='45' cx='50' cy='50' fill='rgb(160,160,160)' /%3E%3C/svg%3E");
        --icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='rgb(160,160,160)' class='bi bi-calendar' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
        --icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(160,160,160)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
        --icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(160,160,160)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
        --icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(160,160,160)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
        --icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(160,160,160)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    }
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: var(--basecolor);
    background-color: var(--backgroundcolor);
    scroll-behavior: smooth;
}

p {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 150%;
}

h1 {
    font-size: 1.6em;
    font-weight: 900;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

h1:first-child {
    margin-top: 0;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
}

h3 {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
}

ol,
li {
    list-style: none;
}

a {
    color: var(--basecolor);
    text-decoration: none;
    border-bottom: 1px solid var(--basecolor);
}

a:hover {
    color: #bdad93;
    border-color: #bdad93;
}

strong {
    font-weight: 600;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    border-bottom: 0px solid var(--basecolor);
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    padding: 0 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 20px;
    z-index: 5;
}

header a {
    border: none;
}

footer {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    padding: 20px 40px;
    font-size: 0.8em;
    border: 0px solid #333;
    display: block;
}

/* TABLE */
table {
    position: relative;
    font-size: 1em;
    font-weight: inherit;
    width: 100%;
}

td,
th {
    padding: 4px 0;
    padding-right: 20px;
    text-align: left;
    white-space: nowrap;
}

th {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.tdtitle {
    font-weight: 600;
}

.tdspacer {
    width: 100% !important;
}

.tdactions {
    text-align: right;
    padding: 0;
}

.tdactions a {
    position: relative;
    margin: 0;
    margin-left: 10px;
}

.thumb {
    border-radius: 4px;
}

.tablefree {
    width: auto;
}

/* END TABLE */

#main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
    max-width: 1400px;
    border: 0px solid green;
    z-index: 1;
    display: block;
    padding: 0;
    margin: 0 auto;
    background-color: var(--backgroundcolor);
}

#pagewrap {
    position: relative;
    padding-top: 180px;
    padding-bottom: 200px;
    border: 0px solid pink;
    max-width: 720px;
    margin: 0 auto;
}

#pagewrap img {
    max-width: 95%;
}

#logowrap {
    position: relative;
    height: auto;
    width: 200px;
    border: 0px solid #ccc;
    text-align: left;
    display: block;
    padding-top: 8px;
    place-self: center start;
    transition: all 1000ms;
}

#logowrap svg {
    position: relative;
    width: 100%;
    height: auto;
    transition: all 200ms;
}

.imageblock {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    display: grid;
    place-items: center;
}

#topwrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px;
    display: grid;
    place-items: center;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

#starttitlewrap {
    position: relative;
    text-align: left;
    border: 0px solid pink;
    display: inline-block;
    padding-top: 50px;
}

#starttitle {
    position: relative;
    text-align: left;
    font-family: "Roboto";
    font-size: 4em;
    letter-spacing: -1;
    font-weight: 600;
    font-optical-sizing: auto;
    line-height: normal;
    color: inherit;
    border: 0px solid #ccc;
    margin-bottom: 30px;
}

#subtitle {
    padding-top: 5px;
    font-weight: 300;
    letter-spacing: normal;
    position: relative;
    font-size: 0.4em;
}

#startimage {
    position: absolute;
    right: 0;
    left: 50%;
    top: 0;
    width: 100%;
    height: auto;
    border: 0px solid #ccc;
    opacity: 0.05;
    display: none;
    /* filter: drop-shadow(0 0 4px rgb(215, 215, 215)); */
}

#startimage svg {
    border: 1px solid #ddd;
    max-width: 100%;
    height: auto;
}

.startbuttonlink {
    position: relative;
    height: auto;
    line-height: normal;
    display: inline;
}

.startlink {
    position: relative;
    padding: 15px 30px;
    background-color: var(--basecolor);
    color: var(--backgroundcolor);
    font-size: 0.8em;
    text-transform: uppercase;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 10px;
}

.startlink i {
    font-size: 0.8em;
    vertical-align: top;
    margin-left: 5px;
}

.startlink:hover {
    color: #333;
    background-color: #fc0;
    transition: all 200ms;
}

#inbeta {
    position: absolute;
    top: 100%;
    font-size: 0.8em;
}

/* start content */
#startcontent {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0 40px;
    display: grid;
    justify-items: center;
    border: 0px solid #ccc;
}

.sectionwrap {
    position: relative;
    display: grid;
    place-items: center;
    background-color: none;
    border-radius: 40px;
    padding: 100px 80px;
    margin-bottom: 20px;
    max-width: 1200px;
    width: 100%;
    font-size: 1em;
    overflow: hidden;
}

.sectionblock {
    position: relative;
    width: 100%;
    max-width: 900px;
    color: #fff;
    border: 0px solid #333;
    border-radius: 0;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: left;
    background-color: transparent;
    padding: 0;
}

.sectionright {
    gap: 40px;
}

.blocktext {
    position: relative;
    width: 100%;
    max-width: 400px;
    min-width: 260px;
    line-height: 150%;
    margin-right: 40px;
}

.sectionwrap h2 {
    font-size: 1.5em;
}

.sectionwrap img {
    width: 100%;
    max-width: 500px;
}

.sectionwrap a {
    color: #333;
    border-color: #333;
}

#cardwrap {
    background-color: #194939;
    border: 0px dashed #765e2b;
    padding-top: 70px;
    padding-bottom: 50px;
}

#cardblock {
    gap: 20px;
}

#cardwraptext {
    color: #ccc;
    border: 0px solid #333;
    width: 100%;
    font-size: 2.2em;
    line-height: 120%;
    place-self: center start;
    font-weight: 600;
    text-align: left;
    margin-right: 10px;
}

#actasonewrap {
    background-color: rgb(98, 105, 113);
}

#actasone {
    color: #ddd;
}

#unitywrap {
    background-color: #fc0;
}

#unitytext {
    color: #333;
}

#unitytext a:hover {
    color: #000000;
    border-color: #000;
}

#twotypewrap {
    background-color: #535556;
}

#twotypeblock {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    border: 0px solid #ccc;
    color: #ddd;
    place-items: start;

    h2 {
        margin-bottom: 30px;
    }
}

#twotypetext {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 100%;
}

#twotypetext img {
    border: 0px solid pink;
}

#contactwrap {
    background-color: #152d30;
}

#missionwrap {
    position: relative;
    justify-self: center;
}

#missiontag {
    position: relative;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    font-size: 2em;
    line-height: 120%;
    padding: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
    color: #bdad93;
    justify-self: left;
}

/* on start page */
#bottommenuwrap {
    border: 0px solid #ccc;
    grid-template-columns: 1fr 1fr;
    place-items: center;
}

.bottommenu {
    display: inline-block;
    text-align: left;
    line-height: 150%;
    font-size: 0.9em;
    color: #ddd;
    border-right: 1px dashed #ddd;
    width: auto;
    padding-right: 60px;
    place-self: center;
}

.bottommenu a {
    color: inherit;
    border-color: #ddd;
}

.bottommenu a:hover {
    color: #deb201;
    border-color: #deb201;
}

#bottomiconwrap {
    width: 100%;
    height: 100%;
    border: 0px solid #fc0;
    display: grid;
    place-items: center;
    overflow: hidden;
}

#circle {
    position: relative;
    aspect-ratio: 1 / 1;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #6c5353;
    border: 10px solid var(--backgroundcolor);
    justify-self: center;
    display: block;
    /* animation: circle;
  animation-duration: 8s;
  animation-iteration-count: infinite */
}

@keyframes circle {
    0% {
        border-radius: 50%;
    }

    50% {
        border-radius: 30%;
    }

    100% {
        border-radius: 50%;
    }
}

/* start content */

/* link with icon */
.icon {
    border: 0px solid #ccc;
    line-height: normal;
    text-decoration: none;
    font-size: 30px;
    display: inline-grid;
    place-items: center;
}

.iconsuper {
    font-size: 0.6rem;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: super;
}

.editicon {
    position: absolute;
    top: 20px;
    right: 20px;
}

#arrowdown {
    position: absolute;
    bottom: 10px;
    width: 100px;
    left: -50px;
    margin-left: 50%;
    cursor: pointer;
}

#closemenu {
    color: var(--basecolor) !important;
    display: none;
}

ul li {
    list-style: circle;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

#about p {
    font-size: 1rem;
    font-weight: 300;
}

#languagewrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--backgroundcolor);
    z-index: 10 !important;
    text-align: left;
    border: 0px solid #ccc;
    padding: 60px;
    line-height: 170%;
    display: none;
    place-items: center;
}

#langcontent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0px solid #ccc;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    place-items: center;
}

.closebutton {
    position: absolute;
    top: 25px;
    right: 25px;
    border: none;
    outline: none;
    font-size: 2rem;
    z-index: 1;
}

#closemenu {
    display: block;
}

#uplink {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    background-color: var(--backgroundcolor);
    z-index: 9;
    line-height: 0;
    border-radius: 4px;
    display: none;
    text-align: center;
}

#backlink {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: var(--backgroundcolor);
    z-index: 9;
    line-height: 0;
    display: grid;
    place-items: center;
    text-align: center;
}

/* FAQ */
.faqlist {
    border: 0px solid #ccc;
}

.faqlist a {
    position: relative;
    font-weight: 500;
    display: block !important;
    border-bottom: 0px solid #ccc;
    padding: 10px 0;
    color: var(--basecolor);

    .bi-arrow-right-short {
        display: inline-block;
        transition: all 100ms;
    }
}

.faqlist a:hover {
    opacity: 70%;
}

.answer {
    padding: 20px;
    padding-top: 0;
    font-weight: normal;
    display: none;
    opacity: 0;
    margin: 0;
    line-height: 130%;
    border-bottom: 0px solid #ccc;
    font-weight: 300;
    font-size: 1em;
    transition: all 100ms;
}

.answer a {
    color: var(--basecolor);
    display: inline !important;
    font-weight: normal;
    line-height: inherit;
    padding: 0;
    border-bottom: 1px solid var(--basecolor);
}

.linkinfaq {
    padding: 0 !important;
    font-weight: normal !important;
    border-bottom: 1px solid #333 !important;
}

/* END FAQ */

/* NOTICE */
#noticewrap {
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 100;
    text-align: center;
    border: 0px solid;
    height: 1px;
    line-height: normal;
    z-index: 28;
    display: none;
}

#notice {
    position: relative;
    width: auto;
    padding: 10px 55px 10px 40px;
    color: #303030;
    border-radius: 4px;
    background-color: #fc0;
    text-align: center;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
}

#noticeclose,
#helpclose,
#sharingclose {
    position: absolute;
    top: 11px;
    right: 10px;
    color: inherit;
    border: none;
}

/* END NOTICE */

i {
    font-size: 1.2rem;
}

#hasstatus {
    border: 0px solid #ccc;
}

#hasstatus div {
    display: block;
    margin-bottom: 10px;
}

#serverdate {
    font-weight: 600;
}

.emaillink {
    cursor: default;
}

#palimage {
    position: relative;
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

#languagewrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--backgroundcolor);
    z-index: 10 !important;
    text-align: left;
    border: 0px solid #ccc;
    padding: 60px;
    line-height: 170%;
    display: none;
    place-items: center;
}

/* NAV */
#navicon {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 1.5em;
    display: none;
}

nav {
    position: relative;
    z-index: 2;
    display: block;
    place-self: center end;
    border: 0px solid pink;
}

nav ul,
nav li {
    position: relative;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    font-size: 1em;
}

nav a {
    border: none;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 20px;
    background-color: transparent;
    transition: all 400ms;
}

nav a:hover {
    background-color: var(--basecolor);
    color: var(--backgroundcolor);
}

nav .active {
    background-color: var(--basecolor);
    color: var(--backgroundcolor);
}

/* test */
/* nav a::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--basecolor);
    transition: transform 0.2s ease-in-out;
    transform: scale(0);
}

nav a:hover::after {
  transform: scale(1);
} */

/* END NAV */

/* CHANGE FOR DARK */
@media (prefers-color-scheme: dark) {
    .startlink:hover {
        color: #5e5151;
    }
}

@media (prefers-color-scheme: dark) {
    nav a:hover {
        background-color: var(--basecolor);
        color: var(--backgroundcolor);
    }

    nav .active {
        background-color: var(--basecolor);
        color: var(--backgroundcolor);
    }
}

/* END NAV */

@media (min-width: 1600px) {
    .sectionwrap {
        max-width: 1800px;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 20px;
    }

    /* NAV HIDDEN */
    #navicon {
        display: block;
    }

    nav {
        position: absolute;
        top: 70px;
        right: 0;
        border: 0px solid pink;
        padding: 10px;
        padding-right: 20px;
        padding-bottom: 20px;
        background-color: var(--backgroundcolor);
        border-radius: 4px;
        margin: 0;
        z-index: 2;
        display: none;
    }

    nav ul,
    nav li {
        display: block;
        text-align: right;
    }

    nav a {
        border: none;
        text-decoration: none;
        padding: 4px 15px;
        border-radius: 20px;
        background-color: transparent;
        display: inline-block;
        margin-bottom: 10px;
        transition: all 400ms;
    }

    /* END NAV HIDDEN */
}

@media (max-width: 1000px) {
    #pagewrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    #topwrap {
        padding: 60px;
    }

    #starttitle {
        font-size: 3em;
    }

    #startimage {
        width: 400px;
    }

    .sectionblock {
        grid-template-columns: 1fr;
        justify-items: center;
        border: 0px solid #fff;
    }

    .sectionwrap {
        padding: 60px 40px;
        font-size: 1.3rem;

        h2 {
            font-size: 1.7rem;
        }
    }

    .blocktext {
        min-width: 200px;
        line-height: 150%;
        margin-right: 0;
    }

    #bottommenuwrap {
        grid-template-columns: 1fr;
        padding: 10px;
        gap: 60px;
        width: 300px;
    }

    .bottommenu {
        border: none;
    }

    #twotypeblock {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    #twotypetext {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        max-width: 500px;
    }

    #missiontag {
        font-size: 1.6em;
        max-width: 300px;
    }
}

@media (max-width: 800px) {
    #starttitle {
        font-size: 2.4em;
    }
}
