@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');
@font-face {
  font-family: 'FontAwesome'; /* Choose a name for your font */
  src: url('/webfonts/fontawesome-v7/otfs/Font Awesome 7 Free-Solid-900.otf') format('opentype'); /* Point to the .otf file */
  font-weight: bold; /* Or bold, italic, etc. */}
@font-face {
	font-family: 'PixelOperatorMono';
	src: url('/webfonts/PixelOperatorMono.ttf') format('truetype');}
@font-face {
	font-family: 'ParadroidMono Light';
	src: url('/webfonts/ParadroidMono-Light.ttf') format('truetype');
}

/*Everything should be border-box pls*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body{
word-wrap: break-word;
color:black;
font-size: 13px;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
background-color:#676767;
}

/*----------- text type stuff -----------*/

h1 {
font-family:LucidaTypewriterRegular;
font-size: 40px;
margin: 3px;
line-height: 35px;
}

a {
  color:#4f52d8;
}

a:visited {
  color: #423783;
}

.centertext {
text-align: center;
}

.centertext2 {
text-align: center;
font-size: 1.1em;
font-weight: bolder;
margin: 50px;
}

.fa {
font-family: 'FontAwesome';
font-size: 1.3rem;
padding: 5px;
}



/*----------- Scaling for @medias -----------*/

@media (min-width: 1000px) {
 .optionalbreak {display: none;}
}

@media (max-width: 1000px) {
.container {
    min-width: 100%;
  }

.intro div:nth-last-child(1) {
  display:none;
}

.footer {
font-size: 7px;
height: 0.6rem;

}
}

@media (min-width: 1000px) {
.footer {
font-size: 10px;
height: 0.8rem;
}
}

/*----------- containment areas -----------*/

.container {
background-color: white;
width: 75%;
height: 100%;
margin: 5px 0px 5px 0px;
padding-bottom: 10px;
border-radius: 10px;
z-index: 1;
 position: relative;
  left: 50%;
  transform: translate(-50%);
}

.main {
width: 100%;
padding: 10px;
height: 100%;
}


.intro {
background-color: ghostwhite;
border: solid 10px #EFEFEF;
border-radius: 10px;
padding: 1.2rem;
}

.instructions {
justify-content: center;
align-self: center;
text-align: center;
width: 60%;
border-style: double;
border-width: 10px;
border-radius: 5px;
border-color: #EFEFEF;
margin-inline: auto;
padding: 5px;
}


/*----------- updates -----------*/
.updates {
border: solid 1px #7c7c7c;
background-color:#ececec;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
border-radius: 3px;
text-align:left;
padding: 7px;
height: 100%;
width: 90%;
margin: auto;
}

/*----------- big buttons -----------*/
/*frontpage*/
.button1 {
 margin: 0 auto;
 display: flex;
 justify-content:center;
 align-items: center;
 border-radius: 30px;
 border: 1px solid black;
 background-color: #F1D180;
 font-family: "ParadroidMono Light";
 font-weight: bold;
 font-size: 17px;
 width: 90%;
 height: 40px;
 box-shadow: 0 5px #999;
}

.button1:hover {
background-color: #f1e28c;

}

.button1:active {
  background-color: #414166;
  box-shadow: 0 2px #666;
  transform: translateY(3px);
  color: white;
}

/*codegrabbers*/
.button2 {
 border-radius: 5px;
 border: 1px solid black;
 background-color: #F1D180;
 font-family: "ParadroidMono Light";
 font-weight: bold;
 font-size: 1.1rem;
 width: 100px;
 height: 200px;
 box-shadow: 0 5px #999;
}

.button2:hover {
background-color: #414166;
color: white;
}

.button2:active {
  box-shadow: 0 2px #666;
  transform: translateY(3px);
}

.codeblocks {
border: 2px solid black;
width: 100%;
height: 200px;
font-family: "Doto", sans-serif;
font-weight: 800;
word-wrap: break-word;
}

.marquee {
background-color: lightgray;
height: 20px;
width: 100%;
display: inline-block;
padding-top: 1px;
align-content: center;
margin-top: 10px;
color:black;
font-family: "ParadroidMono Light";
}

.screenshots {
display: flex;
justify-content: space-evenly;
flex-direction: row;
gap: 5px;
text-align:center;
padding: 1.1rem 0 0 ;
flex: 50%;
}

.screenshots2 {
display: flex;
justify-content: space-evenly;
flex-direction: row;
gap: 5px;
text-align:center;
padding: 1.1rem 0 0 ;
flex: 50%;
width: 500px;
}

.screenshots2 img {
width: 300px;
height: auto;

}

.screenshots img {
width: 100%;
height: auto;
}

/* lol this is not a proper lightbox dont @ me */
.LightboxGallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 100px;
  padding: 0px 350px;
  margin: 5px;
}
.LightboxGallery img {
transition: transform 0.4s ease;
border: 2px solid black;
cursor: pointer;
}
.LightboxGallery img:hover {
 transform: scale(6) translateY(-25%);
-webkit-box-shadow: inset 0px 0px 0px 6px #000000, 0px 0px 31px 8px rgba(0,0,0,0.75); 
box-shadow: inset 0px 0px 0px 6px #000000, 0px 0px 31px 8px rgba(0,0,0,0.75);
}

.footer {
z-index: 2;
position: fixed;
bottom: 0;
width: 100%;
background-color: gray;
text-align: center;
}

/* flushed emoji. you looking at my secret code? is the public parts not enough ... */