﻿﻿@font-face {
    font-family: "Fredoka";
    src: url("../Fonts/Fredoka/Fredoka_SemiCondensed-Regular.ttf");
    font-display: swap;
}

body {
    background-image: url(../Images/System/PurpleHeader.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    overflow-x: hidden;
}

*, /*  scroll sizing - מונע הפתעות עקב אלמנטים שגולשים מרוחב הדף */
*::before,
*::after {
    box-sizing: border-box;
}

a, p, span, div, td, h1, h2, h3 {
    text-shadow: 0 2px 6px rgba(0,0,0,0.75);
}

/********* leaving window */
/*#divLeavingArea {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    z-index: 1;
}
#leavingWindow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 500px;
    height: 250px;
    z-index: 1;*/ /* on top other elements */
    /*border: 4px double #7c224d;
    background-color: lightblue;
    color: #7c224d;
    font-size: 22px;
    font-family: "Fredoka";
}
#spnLeavingWindow{

}
#btnLeavingWindow {
    border: 4px double #7c224d;
    background-color: lightblue;
    color: #7c224d;
    font-size: 22px;
    font-family: "Fredoka";
}*/


/*  Header Elements */

#header {
    
}

#imgLogo {
    width: 180px;
    height: 160px;
    position: relative;
    top: 20px;
    right: 10px;
    border-radius: 15px;
}

#imgGamesHouseBanner {
    width: 300px;
    height: 100px;
    display: none;
}

.HeadersBG {
    background-image: url(../Images/System/Status-Bar-BG.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background: -webkit-linear-gradient(#5555aa, #6699ee); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#5555aa, #6699ee); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#224466, #6699ee); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#4466aa, Red); /* Standard syntax */
}

#gamesTable {
    /*background: -webkit-linear-gradient(rgb(70,90,125), rgb(80,140,205)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(rgb(70,90,125), rgb(80,140,205)); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(rgb(70,90,125), rgb(80,140,205)); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(Maroon,indigo,Blue,Teal); /* Standard syntax */
}

#MenuBarBG {
    /*background: -webkit-linear-gradient(#335588, #5588cc); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#335588, #5588cc); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#335588, #5588cc); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(White, LightYellow, LightBlue); /* Standard syntax */
}

.Commercial01 {
    /*background: -webkit-linear-gradient(#335588, #6699ee); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#335588, #6699ee); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#335588, #6699ee); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(Red, Orange,LightYellow, Yellow); /* Standard syntax */
}

/* Header Headlines */

#headlineHouseGames {
    color: Wheat;
    font-size: 32px;
    text-decoration: underline;
    letter-spacing: 10px;
    word-spacing: 15px;
    line-height: 34px;
    font-family: "Fredoka";
    display: inline-block;
}
#HeadlineSub {
    color: Orange;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 4px;
    word-spacing: 6px;
    line-height: 28px;
    font-family: "Fredoka";
}
#HeadlineSong {
    color: mediumpurple;
    font-size: 18px;
    letter-spacing: 6px;
    word-spacing: 8px;
    line-height: 22px;
    font-family: "Fredoka";
}
/*Info line below header*/
#InfoLineBelowHeader {
    color: yellow;
    font-size: 24px;
    font-family: "Fredoka";
}
#divComSpanForMenu {
    color: blue;
    font-size: 18px;
    font-family: "Fredoka";
}
#divCounter {
    font-family: "Fredoka";
    height:28px;
    width:400px;
}

/* Menu Headers - sort by and page numbers choice */
.lblSortGamesBy_Active {
    font-size: 26px;
    color: Red;
    text-decoration: none;
    font-family: "Fredoka";
}
.lblSortGamesBy_Passive {
    font-size: 26px;
    color: DarkSalmon;
    text-decoration: none;
    font-family: "Fredoka";
}
.lblSortGamesBy_Hidden
{
    display:none;
}
.lblSortGamesBy_Visible {
    display: inline;
    font-size: 26px;
    color: DarkSalmon;
    text-decoration: none;
    font-family: "Fredoka";
}
#divHelpLine {
    color: lightcyan;
    font-size: 20px;
    font-family: "Fredoka";
}

#GamesPageBar {
}
#pnlNumbers {
    float: left;
}
.btnGamesPageNumber_Active {
    font-size: 26px;
    color: Red;
    text-decoration: none;
    font-family: "Fredoka";
}
.btnGamesPageNumber_Passive {
    font-size: 26px;
    color: DarkSalmon;
    text-decoration: none;
    font-family: "Fredoka";
}
#NextPageBar {
    background-image: url(../Images/System/Status-Bar-BG.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: Blue;
    text-align: right;
    font-family: "Fredoka";
}

.btnGamesPageNumber_Active, .btnGamesPageNumber_Passive,
.lblSortGamesBy_Active, .lblSortGamesBy_Passive, .lblSortGamesBy_Visible {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
}

    .btnGamesPageNumber_Passive:hover,
    .lblSortGamesBy_Passive:hover,
    .lblSortGamesBy_Visible:hover {
        background: rgba(0,0,0,0.20);
    }
/* תוספת ניצוץ עדין */
.btnGamesPageNumber_Active, .btnGamesPageNumber_Passive,
.lblSortGamesBy_Active, .lblSortGamesBy_Passive, .lblSortGamesBy_Visible {
    transition: transform .12s ease, background .12s ease, filter .12s ease;
}

    .btnGamesPageNumber_Passive:hover,
    .lblSortGamesBy_Passive:hover,
    .lblSortGamesBy_Visible:hover {
        transform: translateY(-1px);
        filter: brightness(1.10);
    }


/* Lower Page Parts */
#CatDescBox {
    /*background-color: #aaeeff;*/
    border: 4px double #7c224d;
}
#divCatDescHeadline {
    color: Navy;
    letter-spacing: 5px;
    font-family: "Fredoka";
}
#divCatDesc {
    color: black;
    font-size: 14pt;
    font-family: "Fredoka";
}

#RecommendedSitesBox {
    /*background-color: #dcedfe;*/
    font-family: "Fredoka";
    border: 4px double #7c224d;
}

#AboutSitesBox {
    /*background-color: #ccddaa;*/
    font-family: "Fredoka";
    border: 4px double #7c224d;
}

#KeysTipsBox {
    /*background-color: #eeeeaa;*/
    font-family: "Fredoka";
    border: 4px double #7c224d;
}

.StatusArea {
    background-image: url(../Images/System/Status-Bar-BG.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-color: Lime;*/
    color: Blue;
    text-align: right;
    font-family: "Fredoka";
}

#CatDescBox, #RecommendedSitesBox, #AboutSitesBox, #KeysTipsBox { /* glass boxex for visibility */
    border: 4px double #7c224d;
    border-radius: 16px;
    background: rgba(0,0,0,0.18);
    padding: 12px 14px;
    background: rgba(255,255,255,0.20);
}