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

body {
    /* background-image: url("../Images/HomePage_Background.jpg"); */
    background-color: lightsteelblue;
    width: 100%;
}

#HeadersBG {
    background-image: url(../Images/System/PurpleHeader.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background: -webkit-linear-gradient(blue, teal); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(blue, teal); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(blue, teal); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(blue, teal); /* Standard syntax */
}

#imgLogo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    float: right;
    position: relative;
    top: 5px;
    right: 5px;
}

#imgGamesHouseBanner {
    width: 260px;
    height: 80px;
}

#spnScroll {
    font-size: 16px;
    font-weight: 500;
    background-color: #0099cc;
    font-family: "Fredoka";
}

#divGames {
    /*background: lightblue;*/
    width: 90%;
}

.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 */
}

#headlineHouseGames {
    color: Wheat;
    font-size: 22px;
    letter-spacing: 10px;
    word-spacing: 15px;
    line-height: 24px;
    font-family: "Fredoka";
}

/*#HeadlineSub {
    color: orangered;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 4px;
    word-spacing: 6px;
    line-height: 22px;
    font-family: "Fredoka";
}

#HeadlineSub2 {
    color: yellow;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 3px;
    word-spacing: 6px;
    line-height: 18px;
    font-family: "Fredoka";
}*/

/*#HeadlineSub3 {
    color: orange;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 3px;
    word-spacing: 4px;
    line-height: 18px;
    font-family: "Fredoka";
}*/

.imgGame {
    float: right;
    width: 100px;
    height: 80px;
    border-radius: 8px;
}

.GameLabel {
    font-size: 18px;
    font-weight: 600;
    background-color: #0099cc;
    border-radius: 5px;
    font-family: "Fredoka";
}

.GameLabelSub {
    color: Yellow;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    font-family: "Fredoka";
}

.GameLabelBelowGame {
    color: Orange;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    font-family: "Fredoka";
}

.ToolTipDesc {
    color: AliceBlue;
    font-family: David;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin: 20px;
    font-family: "Fredoka";
}

/* Language buttons */
.langArea {
    margin-top: 4px;
    margin-bottom: 6px;
}

.langBtn {
    width: 44px;
    height: 44px;
    margin: 0 6px;
    border: 0;
}
