.blueRow { background-color: #142c6d; }

.box {
    /*background: #444;*/
    border-right: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: #AAA;*/
}

.game-board {
    display: grid;
    grid-template-rows: 150px 150px;
    grid-template-columns: 150px 150px 150px 150px 150px;
    float: right;
}

.btn1 {
    /*background: #92c7eb;
    background-image: url("../img/i-home1.png");*/
    background-size: cover;
    background-position: center;
    display: inline-block;
    border: none;
    padding: 20px;
    width: 100px;
    border-radius: 900px;
    height: 100px;
    transition: all 0.5s;
    cursor: pointer;
}
.btn1:hover
{
    width: 90px;
    height: 90px;
}
table > thead > tr > td {
    border-bottom: 1px solid red !important;
}

.btn2 {
    /*background: #92c7eb;
    background-image: url("../img/i-home1.png");*/
    background-size: cover;
    background-position: center;
    display: inline-block;
    border: none;
    padding: 20px;
    width: 68px;
    border-radius: 900px;
    height: 68px;
    transition: all 0.5s;
    cursor: pointer;
}
.btn2:hover
{
    width: 65px;
    height: 65px;
}

.divider:first-child{
    margin-top:15px;
}
.divider{
    text-align:center;
    padding: 30px 0;
    margin:0 30%;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);
}

.dividerProduct:first-child {
    margin-top:15px;
}
.dividerProduct {
    text-align:center;
    padding: 30px 0;
    margin:0 10%;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);
}

/* banner */
.banner {
    position: relative;
    overflow: hidden; /* prevent “spillage” of image */
    width: 100%;
    min-height: 500px;
    padding: 150px 0;
    color: #fff;
    border-bottom: 3px solid #afafaf;
}

/* Image align to the center, behind the banner */

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    transform-origin: center; /* scale from the center */
    transform: scale(2);
    z-index: -1;
    pointer-events: none;
    animation: zoom-out 7.5s both;
}

/* Simple keyframe animation to zoom out the image */

@keyframes zoom-out {
    0%   { transform: scale(2); }
    100% { transform: scale(1.0); }
}

#sec {
    background-image: url('assets/img/slider/arkaplan_2.jpg')!important;
}

.headingH2
{
    color: #17212a;
    font-size: 1.5rem!important;
    font-weight: bolder;
    padding: 2rem 2rem 2rem 0rem;
}

.subHeading
{
    color: #7b7d7d;
    font-size: 1.3rem!important;
    font-weight: bold;
    padding: 1rem 1rem 1rem 0rem;
}

.myText
{
    color: #000000;;
    font-size: 1rem;
}