html {
    overflow: hidden;
}

body {
    background-color: black;
    font-family: 'Roboto Condensed', sans-serif !important;
    overflow: hidden !important;
}

a {
    text-decoration: underline;
    color: white;
    font-weight: 700;
    font-size: 18pt;

}

p {
    margin: 0 !important;
    padding-top: 5px;
}

#container {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

#logo1, #logo2 {
    z-index: 99;
    width: 60%;
    max-width: 600px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 2s;
}

#about {
    z-index: 200;
    width: 60%;
    height: 50px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 2s;
    text-align: center;
    color: white;
    font-size: 12pt;

    pointer-events: none;
    cursor: default;
}

#textcontainer {
    width: 690px;
    opacity: 0;
    transition: opacity 2s;
    margin: auto;
    top: 58%;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    line-height: 23px;
}

#textcontainer2 {
    width: 380px;
    height: 230px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    line-height: 20px;
    color: white;
    font-size: 9pt;
    text-align: center;
}

#aboutlink {
    display: none;
}

#backlink {
    font-size: 12pt;
}

#textcontainer p {
    padding-bottom: 5px;
}

#topp {
    margin-top: 25px !important;
}

#links {
    margin-top: -180px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    font-weight: 400;
    z-index: 300 !important;
}

#insta, #email, #links {
    
}

#menubutton, #orderbutton {
    z-index: 400;
}

#cover {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: black;
    opacity: 1;
    transition: opacity 2s;
    color: white;
    line-height: 100vh;
    width: 100%;
    text-align: center;
    z-index: 150;
}

.hidden {
    opacity: 0 !important;
    transition: opacity 2s;
}

.lowzindex {
    z-index: -10 !important;
}

.shown {
    opacity: 1 !important;
    transition: opacity 2s;
    pointer-events: unset !important;
    cursor: unset !important;
}

.fadein { 
    position:relative; 
    width:100%; 
    height: 100vh; 
    opacity: 0; 
    transition: opacity 2s;
}

.fadein img { 
    position:fixed; 
    max-width:1200px; 
    min-width: 550px;
    width:100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

#insta, #email, #phonenumber {
    position: fixed;
    top: 0;
    padding-top: 20px;
}

#insta a, #email a, #phonenumber a {
    font-size: 10pt;
}

#insta {
    left: 0;
    padding-left: 20px;
}

#email {
    right: 0;
    padding-right: 20px;
}

#phonenumber {
    width: 100%;
    text-align: center;
    color: white;
    opacity: 0;
    transition: opacity 2s;
    z-index: 200;
    line-height: 12px;
}

#aboutlink {
    display: none;
}

@media screen and (max-width: 1100px) and (orientation: portrait) {
    #links {margin-top: -160px;} 
}

@media screen and (max-width: 900px) and (orientation: portrait) {
    #links {margin-top: -140px;} 
}

@media screen and (max-width: 700px) and (orientation: portrait) {
    #logo1, #logo2, #about {width: 85%;}
    #about {font-size: 10pt;}
    #textcontainer {
    width: 560px;
    top: 58%;
    line-height: 20px;
}
}

@media screen and (max-width: 600px) and (orientation: portrait) {
    #textcontainer {
    width: 390px;
    top: 56%;
}
#links {
    margin-top: -120px;
}
}

@media screen and (max-width: 500px) and (orientation: portrait) {
    #textcontainer {
    top: 54%;
}
#links {
    margin-top: -100px;
}
}

@media screen and (max-width: 400px) and (orientation: portrait) {
    #about {font-size: 8pt;}
    a {font-size: 14pt;}
    #textcontainer {
    width: 245px;
    top: 52%;
    line-height: 16px;
}
#links {
    margin-top: -90px;
}
}

@media screen and (max-height: 420px) and (orientation: landscape) {
    #about {font-size: 6pt;}
    #textcontainer {display: none !important;}
    #links {margin-top: -160px;}
    #aboutlink {display: block; margin-top: 40px;}
    #logo1, #logo2 {width: 35%;}
}

