


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
/*  font-size: 14px; Classic Windows UI size */
    line-height: 1.4;
    letter-spacing: 0.5px; /* Mimics Tahoma’s spacing */
    --bg_gradient: linear-gradient(to right, rgb(102, 100, 100) , rgb(190, 190, 190));
    --mobile_bg_image : "../../Image_assets/backgrounds/Joshs_background.png";
    --main_bg_color: #3a3434e8;
    --main_bg_color_solid: #3a3434;
    --main_button_normal_color: #f77062;
    --main_button_hover_color: #0004ff;
    --main_border_color: rgb(177, 176, 176);
    --main_border_color_darker: rgb(145, 144, 144);
    --main_border_color_darkest: rgb(107, 107, 107);
    --main_border_size: 0.3cap;

}

@font-face {
  font-family: NavLogoFont;
  src: url(../../fonts/alpha-beta-brk/AlphaBetaBrk-1e4M.ttf);
}
@font-face {
  font-family: NavLinkFont;
  src: url(../../fonts/8pxbus/8Pxbus-0v4v.woff);
}
body {
    background-image: url("../../Image_assets/backgrounds/menu_screen_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#parallax_body {
    background-image: url("../../Image_assets/backgrounds/menu_screen_foreground.png");

    /* Full height and width */
    width: 100%;   /* Ensures it spans the full width */
    height: auto;  /* Ensures it spans the full height */

    display: flex;  /* Flex can help with alignment inside */
    flex-direction: column;


    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Optional - Prevents scrollbars if content overflows */
    overflow: hidden;
}

tbody{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/* table,tr,th,td {
    border:1px solid black;
 } */
 #main_body{
    align-items: center;
    background-color: var(--main_border_color_darker);
    border: outset var(--main_border_size);
    padding: 3%;
    height: 100%;
    min-height: 640px;
    width: 75%;
    margin-bottom: 10cap;
    margin-left: auto;
    margin-right: auto;
}
.header_container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    left: auto;
    background-color: var(--main_border_color_darker);
    border: outset var(--main_border_size);
    padding: 0.5cap;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    h1{
        font-size: 1em;
    }

}
#main_body_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: var(--main_button_hover_color);
}

.button{
    display: flex;
    border: outset var(--main_border_size) var(--main_border_color);
    background-color: var(--main_border_color);
    align-items: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding:  10px;
    height:  100%;
    width: 100%;
    outline: none;
    color: black;
}

.button:hover{
    background: var(--main_button_hover_color);
    border: solid var(--main_border_size) var(--main_button_hover_color);
    background-color: var(--main_button_hover_color);
    color: white;
}

  #updates_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .video_element{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;


  }


  @keyframes main_body_transition {
    from {
        background-color: transparent;
    }
    to {
        background-color: var(--main_bg_color);


    }
}
 @keyframes button_hoverable_animation {
    from {
        transform: translate(1600px,0px);
    }
    to {
        transform: translate(0px,0px);


    }

 }
    .video_container{
    flex-direction: row;
    margin-top: 3cap;
    margin-bottom: 3cap;
    margin-left: 1cap;
    margin-right: 1cap;
    width: 100%;
    }
    .video_container:hover{
        .video_player{
            border-style: solid var(--main_border_size) var(--main_button_hover_color);
        }
    }
    .video_player{
        margin: 1cap;
    }


    .button_hoverable{
        color: black;
        display: flex;
        background: var(--main_border_color);
        border: outset var(--main_border_size);
        background-color: transparent;
    }

    .button_hoverable:hover{
        background: var(--main_button_hover_color);
        border: solid var(--main_button_hover_color);
        color: white;
    }


  .text_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 1cap;
    margin-right: 1cap;
    width: 50%;

  }
  .video_link{
    text-decoration: none;

  }


  .video_title{
    margin: 1cap;
    width: 75%;
  }
  .video_description{
    margin: 1cap;
    width: 75%;
  }

  #comment_table{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-items: center;
    background-color: var(--main_border_color_darker);
    border: outset var(--main_border_size);
    padding: 3%;
    height: auto;
    width: 50%;

}
  #page_arrangment{
    /* display: flex;
    flex-direction: column; */
    min-height: 630px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #blog_post_date{
    display:block;
    text-align:right;
    width: 100%;
  }
   #blog_post_text{
    display:block;
    text-align:left;
    width: 100%;
   }
   #blog_post_title{
    display:block;
    text-align:left;
    width: 100%;
   }

   #comment_box_lower_ui{
    margin-top: 1cap;


   }
.comment_box_bg_style{
    background-color: var(--main_bg_color_solid);
    display: flex;
    width: auto;
    height: auto;
    padding: 1cap;
    margin: 2cap;
    align-items: center;
    justify-content: center;

}

.comment_labels{
    margin: 1cap;
}

.comment_header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0.5cap;


}
   .comment_box_style {

    width: 100%;
    /* height: 25cap;  */

    align-items: center;

    background-color: white;
    color: black;
    border: var(--main_border_size);
    border-style: groove;
    border-color: var(--main_border_color);
    margin-top: 2cap;
    margin-bottom: 2cap;
    padding: 2cap;
    min-height: 20%;
    min-width: 40%;
}
.comment_box_style_header {

    width: 100%;
    /* height: 25cap;  */

    align-items: center;

    background-color: white;
    color: black;
    border: var(--main_border_size);
    border-style: groove;
    border-color: var(--main_border_color);
    margin-top: 2cap;
    margin-bottom: 2cap;
    padding: 2cap;

}
#comment_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#home_page_upper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#home_page_lower{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1cap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.home_page_text{
    display: flex;
    flex-direction: column;
    align-items: top;
    justify-content: center;
    text-align: left;
    margin: 1cap;
    width: 100%;
    height: 100%;
}
#home_page_img{
    min-width: 192px;
    min-height: 192px;
    width: auto;
    height: auto;
    border-style: ridge;
    margin: 1cap;


}
#contacts_list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#comment_submit_button{

    max-height: 6cap;
    max-width: 24cap;


}

   #blog_post_header_padding{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    text-align: left;
    text-align: center;
    margin: 0 auto;
    width: 60%;
   }
   #blog_post_header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    text-align: left;
    text-align: center;
    margin: 0.5cap auto;
    width: 100%;
   }
   .blog_post_body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

   }
  .blog_title_parent{
    /* display: flex;
    flex-direction: row; */
    align-items: center;
    justify-content: center;
    width: 100%;
  }
 #website_footer{
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    background: var(--main_border_color_darkest);

    border: outset var(--main_border_color_darker);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%;

 }



/* Make all post content images responsive */
.entry-content img,
.wp-block-image img,
img.aligncenter,
img.alignnone,
img.alignleft,
img.alignright {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




 #login_form_box{
    background-color: var(--main_bg_color);
    justify-content: center;
    align-items: center;
    margin-left: 33%;
    margin-right: 33%;
    margin-top: auto;
    margin-bottom: auto;
    width: 33%;
    display: flex;
    flex-direction: column;

 }
 #home_page_header{
    background-image: var(--bg_gradient);
    width: 100%;
    padding: 2cap;
    display: flex;
    flex-direction: row;

 }
 #update_header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
 }

 #header_align{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
 }
 #registration_toggle_button{
    width: 45%;
    margin-left: auto;


 }
 #login_half{
    justify-content: center;
    align-items: center;
    display: block;

    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    margin: 10px;


 }
 #sign_in_half{
    justify-content: center;
    align-items: center;
    display: none;

    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    margin: 10px;


}
.login_form_box{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main_bg_color);
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    width: 30%;
    margin-top: 5%;
}
#mobile_navbar{
    display: none;
}
.navbar{

    background: var(--main_border_color_darker);
    background-image: var(--bg_gradient);
    border: outset var(--main_border_size);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    margin: 0.5cap;
    z-index: 999;
}

.has-white-color {
  color: white;
}
.has-black-color {
  color: black;
}

.navbar__container{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    /* z-index: 1; */
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;


}
.blog_button{
    display: flex;
    background: var(--main_border_color_darker);
    border: outset var(--main_border_size);
    align-items:left;
    text-decoration: none;
    padding:  20px;
    margin:  5px;
    height:  100%;
    width: 100%;
    color: black;

    outline: none;

}

.blog_button:hover{
    background: var(--main_button_hover_color);
    color: white;

}



#navbar__logo{
    font-family: NavLogoFont;
    display: flex;
    color: var(--main_button_hover_color);
    background-size: 100%;
    width: 100%;
    align-items: center;
    margin-right: 0.5cap;
    padding: 1cap;
    text-decoration: none;
    font-size: 38px;
    white-space: nowrap;
    overflow: hidden;

}
#title__icon{
    display: flex;
    align-items: center;
    max-width: 64px;
    max-height: 64px;
}
#home_page_logo{
    display: flex;
    align-items: center;
    min-width: 192px;
    min-height: 192px;
}
.fa-gem {
    margin-right: 1.5rem;
}
#mobile_navbar{
    display: none;
}
.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item {
    display: flex;
    flex-direction: row;
    background: var(--main_border_color);
    border: outset var(--main_border_size);
    height: 80%;

    margin-top: 1cap;
    margin-bottom: 1cap;
    margin-left: 1cap;
    align-items: center;



}
.mailing_list_form{
    margin: 1cap;
}
#navbar_mobile_toggle{
    background: none;
    border: none;
    cursor: default;
}
#navbar_mobile_toggle:hover{
    background: none;
    border: none;
    cursor: default;
    .navbar__links{
        cursor: context-menu;
    }
}
#sign_up_button{
    display: flex;
    background: var(--main_border_color);
    border: outset var(--main_border_size);
    width: 100%;
    height: 50%;
    color: black;
}
#sign_up_button:hover{
    display: flex;
    background: var(--main_button_hover_color);
    border: solid var(--main_button_hover_color);
    color: white;
}




.navbar__links{
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 1rem;
    height: 100%;
    font-size: 16px;
    font-family: NavLinkFont;

}

.navbar__btn{
    display: flex;
    flex-direction: row;
    background: var(--main_border_color);
    border: outset var(--main_border_size);
    height: 60px;
    margin: 1cap;

}
.button_login_sign_in{
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding:  10px;
    height:  100%;
    width: 100%;
    border: none;
    outline: none;
    background: var(--main_button_normal_color);
    color: white;
}



.button_login_sign_in:hover{
    background: var(--main_button_hover_color);
    transition: all 0.3s ease;
}

.navbar__item:hover{
    background: var(--main_button_hover_color);
    border: solid var(--main_button_hover_color);
    .navbar__links{
        color: white;
    }
}

.video_table{
    border: none;
    outline: none;
    padding: 10px;
    background-color: #ff0844;
}
.mobile_navbar__item{
    display: none;
}
.main_content{
    width: 80%;
}
.contact_box_item{
    display: flex;
    padding: 0.5cap;
    height: auto;
    align-items: start;
    text-align: left;
    justify-content: center;
    font-size: 1em;
}
.contact_box_image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 64px;
    max-height: 64px;
    margin-right: 10px;
}


.games_box_link {
    display: flex;
    flex-direction: column; /* Ensure children stack properly */
    padding: 1cap;
    text-decoration: none;
    width: 100%;
    max-height: 5cap; /* Initial height */
    align-items: start;
    text-align: left;
    justify-content: center;
    color: white;
    overflow: hidden; /* Ensures content doesn't spill out */
    transition: max-height 0.5s ease;
}

.games_box_item {
    margin: 0cap;
    opacity: 0;  /* Start hidden */
    transition: margin 0.5s ease, opacity 0.3s ease;
}

.games_box_link:hover {
    max-height: 25cap;
}

.games_box_link:hover .games_box_item {
    margin: 1cap;
    opacity: 1; /* Smooth fade-in */
}

#email_box{
    display: flex;
    flex-direction: row;
}
#copy_button{
    display: flex;
    flex-direction: row;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;

    img{
        content: url("../../Image_assets/copy_button1.png");
    }

}

#youtube_link{
    display: flex;
    flex-direction: row;
    background: none;
    border: none;
    cursor: pointer;

    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons5.png");
    }
}

#youtube_link:hover{
    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons6.png");
    }
}

#discord_link{
    display: flex;
    flex-direction: row;
    background: none;
    border: none;
    cursor: pointer;

    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons3.png");
    }

}

#discord_link:hover{
    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons4.png");
    }
}

#tiktok_link{
    display: flex;
    flex-direction: row;
    background: none;
    border: none;
    cursor: pointer;

    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons1.png");
    }
}

#tiktok_link:hover{
    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons2.png");
    }
}

#gamejolt_link{
    display: flex;
    flex-direction: row;
    background: none;
    border: none;
    cursor: pointer;
    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons7.png");
    }
}

#gamejolt_link:hover{
    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons8.png");
    }
}

#Itch_io_link{
    display: flex;
    flex-direction: row;
    background: none;
    border: none;
    cursor: pointer;
    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons9.png");
    }
}

#Itch_io_link:hover{
    img{
        content: url("../../Image_assets/icon/Social Icons/Socials_Icons10.png");
    }
}
#copy_button:hover{
    h2{
        color: var(--main_button_hover_color);
    }
    img{
        content:  url("../../Image_assets/copy_button2.png");
    }

}
.contact_box_item:hover{
    h2{
        color: var(--main_button_hover_color);
    }
}
.games_box_title {
    opacity: 1; /* Title should always be visible */
    transform: translateY(120%);
    transition: max-height 0.5s ease;
}
.games_box_link:hover .games_box_title {
    transform: translateY(0%); /* Moves slightly for a subtle effect */
    opacity: 1; /* Ensures it remains visible */
    transition: max-height 0.5s ease;
}
.games_box_description {
	background-color: black;
	padding: 1cap;
	border-radius: 4px;
}

@media screen and (max-width: 1570px) {/*laptop layout*/
  #navbar__logo{
  font-size:1.5rem;
 }
}

@media screen and (max-width: 1230px) {/* mobile layout*/
    *{
        font-size: small;
    }
    .video_container{
        display: flex;
        flex-direction: column;
    }
    .video_player{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .text_container{
        width: 80%;
    }
    .home_page_text{
        margin: 1.5cap;
    }
    body {
     background-image: var("../../Image_assets/backgrounds/Joshs_background.png");
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background:linear-gradient(178deg,rgb(172,50,50) 0%,rgb(7,56,16) 100%);
   }
    .mobile_navbar__menu{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #navbar_mobile_toggle{
        background: var(--main_border_color);
        border: outset var(--main_border_size);
    }
    #navbar_mobile_toggle:hover{
        background: var(--main_button_hover_color);
        border: solid var(--main_button_hover_color);
        .navbar__links{
            color: white;
        }
    }

    .site-content {
      position: relative;
      z-index: 1;
      padding: 20px;
    }
    .navbar{
        background: none;
        border: none;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        position: fixed;
        top: 0;
        width: 22cap;
        transform: translateX(50%);
        z-index: 999;
    }
    .mobile_navbar__item{
        display: flex;
        flex-direction: row;
        background: var(--main_border_color);
        border: outset var(--main_border_size);
        height: auto;
        width: 80%;
        margin: 0.5cap;
        align-items: center;
    }
    .mobile_navbar__item:hover{
        background: var(--main_button_hover_color);
        border: solid var(--main_button_hover_color);
        .navbar__links{
            color: white;
        }
    }


    #home_page_upper{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .navbar__item:hover{
        #navbar__logo{
            color: white;
        }
    }

    #mobile_navbar{
        background: var(--main_border_color_darker);
        background-image: var(--bg_gradient);
        border: outset var(--main_border_size);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        position: fixed;
        margin-top: 18%;
        width: 22cap;
        z-index: 999;
    }
    .navbar__container{
        display: flex;
        justify-content: space-between;
        height: fit-content;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        margin: 1cap;
        padding: 0;
    }

    #blog_post_content{
        display: none;
    }
    #parallax_body{
        background-image: none;
    }
    #navbar_mobile_toggle{
        margin: 0cap;
    }
    .navbar__container{
        align-items: center;
        justify-content: center;
    }

    .navbar__menu{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
    }
    .mobile_animation_in {
        animation: mobile_toggle_anim_in 0.5s ease forwards;
    }

    .mobile_animation_out {
        animation: mobile_toggle_anim_out 0.5s ease forwards;
    }

    @keyframes mobile_toggle_anim_in {
        0% {
            opacity: 0;
            left: -60%;
        }
        100% {
            opacity: 1;
            left: calc(60% - 22cap); /* Centers dynamically based on width */
        }
    }
    #navbar__logo{
         display: none;
    }
    @keyframes mobile_toggle_anim_out {
        0% {
            opacity: 1;
            left: calc(60% - 22cap);
        }
        100% {
            opacity: 0;
            left: -60%;
        }
    }


}
