.item{
    
    display: flex;
    flex-direction: column;
    
    
  
    background-color: rgb(27, 27, 27);
    border-radius: 30px;
    width: 100%;
    flex: 1;

}

.item-social{
    
    display: flex;
    flex-direction: column;
    
    justify-content: stretch;
    align-items: center;
    width: 100%;
  
    background-color: rgb(27, 27, 27);
    border-radius: 30px;

    flex: 1;

}

.item-inner{
   
    display: flex;
   

    gap: 1rem;
   
    flex-wrap: 1;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 2rem;

    flex-wrap: wrap;

}

.email-sub{
    display:flex;
    flex-direction: column;
    align-self: start;

    margin: 0.5rem;

    flex: 1;
 
    background-color: rgb(38, 36, 39);
 
    border-radius: 16px;

    padding: 1.6rem;

}

.fields{
    display:flex;
    flex-direction: row;
    
}

.formkit-input
{
   
    border-color: rgb(34, 33, 33);
    border-radius: 16px;


   color: rgb(0, 0, 0);
  
   background-color: rgb(238, 233, 233);

   font-size: 16px;
   padding: 0.8rem;

 
    
}

.formkit-input:hover
{

   
   box-shadow: 0 5px 15px 4px rgba(255, 255, 255, 0.4), 0 2px 2px 2px rgb(255, 255, 255);
 
   transform: scale(1.00);
 
}

.formkit-form{
    display: flex;
    flex-direction:column;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
}

.seva-formformkit-form{

    display: flex;
    flex-direction: row;


}

.formkit-form[data-uid="fee4d60e1a"] .formkit-alert:empty {
    display: none;
}

.formkit-form[data-uid="fee4d60e1a"] .formkit-alert-success {
    background: #269c0f;
    border-color: #f6f8f3;
    color: #1da524;
}

.formkit-form[data-uid="fee4d60e1a"] .formkit-alert-error {
    background: #fde8e2;
    border-color: #f2643b;
    color: #ea4110;
}

formkit-form[data-uid="fee4d60e1a"] .formkit-alert {
    background: #0f4479;
    border: 1px solid #a80505;
    border-radius: 5px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    list-style: none;
    margin: 25px auto;
    padding: 12px;
    text-align: center;
    width: 100%;
}

.formkit-form[data-uid="fee4d60e1a"] .formkit-alert:empty {
    display: none;
}


.button-submit{
   
    border-radius: 16px;
    background-color: rgb(58, 19, 17);
    color: wheat;
    padding: 0.8rem;
    font-size: 16px;

    margin-left: 0.6rem;
   
}

.button-submit:hover{

    background-color: rgb(170, 42, 33);
    transform: scale(1.02);

    box-shadow: 0 5px 15px 4px rgba(255, 255, 255, 0.4), 0 2px 2px 2px rgb(255, 255, 255);
    filter: brightness(130%);
    transform: scale(1.1);

    transition: 0.25s; 
}


iframe
{
    border-radius: 30px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  
    border-radius: 15px;

}

.embed-responsive-item:hover
{
    transform: scale(1.02);
    filter: brightness(130%);

    transition: 0.25s;  
}


.steamiframe
{
    padding: 1rem;
   background-color: rgb(38, 36, 39);

   border-radius: 30px;

    flex: 2;

}

.steamiframe:hover{

    filter: brightness(100%);
}




h3
{
    margin: 4px;
    text-align: center;
    
}


ul{
    
    display: flex;
    flex-direction: row;

  
   
    
    justify-content: space-evenly;
    align-items: center;
    
    list-style-type: none;
}

li {
   
    
    margin-right: 0.5rem;
   
}

hr{
    width: 100%;
    color: rgb(54, 52, 49);
    border-style:solid;
    
}


a:link, a:visited
    {
        color: rgb(231, 230, 230);
        text-decoration: none;

    }

a:hover
{
    color: rgb(223, 197, 49);
    text-decoration: none;

    transition: 0.25s;  
}


.cover{
    width: 100%;
 
    border-radius: 20px;

    background-color: rgb(37, 36, 36);

}

.cover:hover
{
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.4), 0 1px 1px 1px rgb(0, 0, 0);
    filter: brightness(120%);

    transform: scale(1.02);

    transition: 0.25s;  
}



.item-middle{
    display: flex;
    flex-direction: column;
    flex: 1;
   
    width: 100%;
    align-items: center;
    justify-content: center;
    


    row-gap: 0.5rem;
   
 
}


.nav{
    display: flex;
    flex-direction: row;
    flex: 1;

    justify-content: start;

    align-items: center;
  
    padding: 0rem;
    gap: 10px;

    transition: 0.25s;  

    

}

.navbutton{
    display: flex;
    flex-direction: row;
    flex: 1;

    background-color: rgb(42, 103, 156);

   
   
}

.logo{
    display: flex;
    flex-direction: row;
    
    flex: 1;
  
    /*test*/
}

.robotlogo{
    margin: 12px;
    width: 10rem;
    height: auto;
    
    /*object-fit: cover;*/
}


.item-side{
    display: flex;
    flex-direction: row;
    flex: 1;

    
}

.bfooter{
    display: flex;
    flex-direction: row;

    align-items: flex-end;
    justify-content: flex-end;


    background-color: rgb(16, 16, 16);
    border-radius: 30px;
   
  
    width: 100%;

    p {
        padding-right: 1rem;      
    }
} 
    
.container{
    display: flex;
    flex-direction: row;
   
}

.footerimg{
    display: flex;
    text-align: center;

 
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    flex-wrap: 1;
    flex: 1;
    justify-content: center;
    align-items: center;
    
}


.footerimg:hover{
   
    filter: brightness(0%);
    transition: 0.04s;  

    
}

.container-nav{
    display: flex;
    flex-direction: row;
    border-radius: 30px;
    
    background-color: rgb(16, 16, 16);
    margin: 0.5rem;


}

.policy
{
   display: flex;
   flex-direction: column;

   justify-content: left;
   align-items: flex-start;
}



@media only screen and (max-width: 960px) {
    .item-side{
        flex: 0;

        transition: 0.25s;  
    }
     .nav{
   
        flex-direction: column;
        align-items: center;

        padding-bottom: 1rem;

       

        

    }
    .container-nav{
   
        flex-direction: column;

        justify-content: stretch;
        
       
        
    }
    .button
    {

        width: 30rem;
   
        justify-content: center;
        align-items: center;
     
        
    
       
    }
    .item_inner1
    {
        flex-direction: column;

    }
    .item_inner2
    {
        flex-direction: row;

       

     
    }
  
 
   
}

body{
    display: flex;
  
    background-color: rgb(0, 0, 0);
    color: rgb(186, 186, 186);
    
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    margin: 0;
    padding: 0; /*Stops scroll bar*/
} 

h1{
    padding: 0px;
    margin: 0px;
}

 


.button{
    display: flex;
    flex: 1;

    background-color: rgb(52, 52, 52);
    border-radius: 12px;
    border: 0px;
    
    border-style:none;
    
    color: rgb(231, 230, 230);
    font-size: 2rem;
    box-shadow: 0 0rem 1rem 0.3rem rgba(0, 0, 0, 0.4), 0 1px 1px 1px rgb(20, 5, 0);
    
    

}

.button:hover{
    background-color: rgb(132, 132, 132);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border-style:groove;
    
  
    border: 0p;
    
    box-shadow: 0 5px 15px 4px rgba(255, 255, 255, 0.4), 0 2px 2px 2px rgb(255, 255, 255);
    filter: brightness(130%);

    transform: scale(1.2);
    transition: 0.25s;  
}


.thumb-social{
   
  
    border-radius: 15px;
   
    text-align: center;
    border-radius: 20px;

    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.4), 0 1px 1px 1px rgb(0, 0, 0);

   
  
   
}

.thumb-social:hover
{
    box-shadow: 0 5px 15px 4px rgba(255, 255, 255, 0.4), 0 2px 2px 2px rgb(255, 255, 255);
    filter: brightness(130%);

    transform: scale(1.2);
    transition: 0.25s;  

}



.item_inner_social
{  
    display: flex;
    flex-direction: row;
    column-gap: 1rem;

    margin: 16px;
   
    
    justify-content:center;
    align-items: center;

    flex-wrap: wrap;
 
   
}

.item_inner_games /*containers*/
{
    display: flex;
    flex-direction: row;
   

    justify-content: center;
  
    column-gap: 2rem;
    row-gap: 2rem;

    margin: 16px;
    

    flex-wrap: wrap;
   

}


.thumb-games /*image card*/
{
    display: flex;
    
    object-fit: cover;
 

   

  
    height: 6rem;
    width: 20rem;
    

    border-radius: 30px;


   


}

.thumb-games:hover
{
    filter: brightness(130%);
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.4), 0 1px 1px 1px rgb(0, 0, 0);

    transform: scale(1.02);
    transition: 0.1s;  
}

/* background animation */
.bg {
    z-index: -1;
    position:fixed;
   
    width: 100%;
    height: 100%;
    
    background-size: 300% 300%;
    background-image: linear-gradient(-45deg, rgb(20, 20, 20) 0%, rgb(25, 25, 25) 25%, rgb(19, 19, 19) 51%, rgb(111, 103, 39) 100%);
    -webkit-animation: AnimateBG 20s ease infinite;
            animation: AnimateBG 20s ease infinite;
  }
  
  @-webkit-keyframes AnimateBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  @keyframes AnimateBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}
  
  .wrapper
  {
    width: 100%;
    height: 100%;
  }