@font-face {
    font-family: Plain Germanica;
    src: url(fonts/Plain\ Germanica.ttf);
}



header{
    font-family: "Plain Germanica";
    font-size:20px;
   
    
    margin: 20px;
    padding-top: 25px;
    line-height: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
    
    color: black;
   
}

h1{
    text-align: center;
}

.headerbox{
    width: 30%;
    margin: auto;
 
}

h2{
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 10%;
    margin: auto;
    
    background-color:rgb(255, 207, 229);
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px;
    border-radius: 10px;
    box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);

}

h2:hover{
    box-shadow: 4px 4px 40px white;
}

h3{
    font-family: "Schoolbell", sans-serif;
    text-align: center;
    font-size: large;
    font-style: oblique;
    margin-top: 0%;
    margin-bottom: 0%;
}

.divider{
    color:black;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
    margin-bottom: 40px;
    
}

.divider.p{
  font-family: Arial, Helvetica, sans-serif;
}

.screenshots{

    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body{

    background-image: url(imgs/dots.gif);   
    background-repeat: repeat;
     cursor: url(imgs/cursor.png), auto !important;
}


main{
    display: block;
    overflow: hidden;
    width: 80%;
    margin-top: 20px;
    padding: 20px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-color: rgb(211, 152, 179);
    background-color:rgb(255, 207, 229);
    border-radius: 10px;
    box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
    
   
}

.GameContainer{

    width: 82%;
    margin: auto;
    text-align: center;
}

#home{
    text-align: center;
}

.wrapper{
    width: 100%;
    display: flex;
    position:relative; 
}


.video1{
    transition: 0.1s;
    opacity: 0;
}

.video1:hover{
    transition: 0.1s;
    opacity: 1;
    
}

.wrapperContainer{
     width: 100%;
     overflow: hidden;
     
}

.WrapperBox{
    display: block;
    border: 4px;
    border-style: ridge;
    border-color: rgb(199, 134, 151);
    transition: 1s ease;
    margin-bottom: 20px;
    margin-top: 40px;
}

.WrapperBox:hover{
    transition: all 0.6s;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 4px 4px 40px rgb(255, 255, 255);

}   


img{
    width: 100%;
}

p{    
    font-family: "Schoolbell", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1px;
    margin-top: 5px;
    text-align: center;
}

.container{
    height: fit-content;
    

}

.navigation{
    width: 83%;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 2;
    display: flex;
    
    margin: auto;
    background-color: rgb(255, 207, 229);
    border-radius: 10px;
    box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
    
}


.siteLink {

    display: flexbox;

    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: larger;

}





a{
     color: black;
     text-decoration: none;
     font-family:"Schoolbell";
     font-size: medium;
     cursor: url("imgs/cursor.png"), auto !important;
}

a:hover {
    color: rgb(0, 192, 225);
    font-style: italic;
  /*font-style: italic;*/
}

#flashwarning{
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.warninglink{
    
    text-align: center;
    
}






