/*----------------------------------------   Globals   ----------------------------------------*/
* {
    box-sizing: border-box;
    margin: 0;
    scroll-behavior: smooth;
 }
 
 body {
    background-color: #05171e;
    background-image: url("./assets//img/5_background/desert1_1280.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fefefe;
    font-family: "Zabars", Arial, Helvetica, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
 }
 
 .maxContent {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
 }
 
 .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
 }
 
 h1 {
    text-align: center;
    font-size: 64px;
    text-shadow: 2px 2px black;
    margin-block-start: 0;
    color: goldenrod;
    margin-top: 64px;
 }
 
 h2 {
   font-size: 48px;
   text-shadow: 2px 2px black;
 }

 .d_none {
    display: none;
 }
 
 .color-white {
   color: #fefefe;
 }

 .canvas-container {
   width: auto;
   height: auto;
   position: relative;
 }

 canvas {
    background-color: black;
    /* border: 30px ridge brown; */
    border-radius: 32px;
    box-shadow: 0 0 15px 5px rgba(123, 75, 58, 0.7);
    display: block;
    margin-top: 64px;
 }

 .canvas-frame {
    width: 880px;
    position: absolute;
    top: -28px;
    right: -86px;
    height: 634px;
 }
 
 .center {
    display: flex;
    align-items: center;
 }
 
 hr {
    margin-top: 5px;
    margin-bottom: 5px;
 }
 
 /*----------------------------------------   Header   ----------------------------------------*/
 header {
    background-color: transparent;
    text-align: left;
    align-content: center;
    height: 80px;
    display: flex;
    align-items: center;
 }
 
 header img {
    width: 250px;
    margin-left: 20px;
 }
 
 /*-------------------------------------   Main Content   -------------------------------------*/
 main {
    flex: 1;
 }
 
 .start-screen {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.8);
   justify-content: flex-start;
   align-items: center;
   flex-direction: column;
   z-index: 100;
   padding-top: 212px;
 }

 #start-image {
   width: 80%;
   max-width: 728px;
   height: 480px;
   margin-bottom: 20px;
   border-radius: 32px;
 }

 .arrow {
    width: 24px;
    height: 24px;
 }
 
 .fullscreen {
    cursor: pointer;
    width: 30px;
    height: 30px;
 }

 .fullscreen:hover {
   transform: scale(1.075);
   cursor: pointer;
 }
 
 .mute {
    
    width: 50px;
    height: 50px;
 }

 .mute:hover {
   cursor: pointer;
   transform: scale(1.075);
 }
 
 .explanation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: goldenrod;
 }
 
 .game-over-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
 }
 
 .game-over-screen img {
    height: 50%;
    max-width: 700px;
    margin-bottom: 20px;
 }
 
 .game-over-screen .start-button {
    /* padding: 15px 30px;
    font-size: 18px;
    background-color: #ffcc00;
    border: none;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    border-radius: 5px; */
   
    border: 1ps solid black;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    height: 96px;
    width: 96px;
     
 }
 
 .game-over-screen .start-button:hover {
   transform: scale(0.975);
 }
 
 .start-screen-buttons {
    position: absolute;
    top: 630px;
    display: flex;
    justify-content: space-around;
    gap: 20px;
 }
 
 /*-------------------------------------   Imfoscreen Overlay  -------------------------------------*/

 .infoscreen-border {
   height: auto;
   width: 106%;
   padding: 20px;
   background-color: #d37217;
   border-radius: 10px;
   border: 2px solid black;
   margin-top: 16px;
   display: none;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
   flex-direction: column;
   z-index: 9999;
 }

 .infoscreen {
    display: flex;
 }

 .infoscreen {
   justify-content: space-around;
    flex-direction: column;
    width: 100%;
    background-color: #f5cb8b;
    height: 100%;
    border: 2px inset black;
    border-radius: 10px;
    padding: 10px;
    
}
 
.controlls {
   width: 100%;
   display: flex;
   align-items: center;
   flex-direction: row;
   justify-content: space-around;
   font-size: 24px;
   color: goldenrod;
   text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.infoscreen-column {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.infoscreen-card {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   margin-bottom: 8px;
   text-shadow: none;
}

.infoscreen-card div {
   display: flex;
   align-items: flex-start;
   justify-content: center;
   gap: 6px;
}

.infoscreen-card p {
   font-size: 32px;
   text-shadow: 2px 2px black;
}
 /*-------------------------------------   Imprint Overlay  -------------------------------------*/
 
 .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
 }
 
 .overlay-content {
    /* background: rgb(185, 119, 32); */
    background-image: url('./assets/img/9_intro_outro_screens/desert_1280.jpg');
    background-size: cover;
    border: 2px inset black;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    width: 100%;
    height: 100%;
    max-width: 585px;
    font-family: "Arial", sans-serif;
 }

 /* .overlay-content p {
   color: black;
 } */

 .overlay-border {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   width: 80%;
   height: 50%;
   border-radius: 10px;
   border: 2px solid black;
   max-width: 600px;
   padding: 20px;
   background-color: #d37217;
 }
 
 /*----------------------------------------   Footer   ----------------------------------------*/
 footer {
    background-color: transparent;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    align-content: center;
    font-family: Verdana, Tahoma, sans-serif;
 }

 .footer-header {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   margin-bottom: 24px;
 }

 .footer-title {
   font-size: 16px;
 }
 
 footer a {
    color: #fefefe;
 }
 
 .footerText {
    color: white;
    font-size: 12px;
    text-align: center;
 }
 
 footer img {
    width: 96px;
    height: 64px;
 }
 
 footer img:hover {
    transform: scale(1.25);
    filter: drop-shadow(0px 0px 5px gold);
 }