/*
Theme Name: Boostrap Roulettes
Author: Spin Golder from Online Roulete
Author URI: https://online-roulette-kz.com
Description: Online roulettes wordpress bootstrap theme.
Version: 1.0
Text Domain: bootstrapstarter
*/


@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');


#netentgame {
display:none;
}


.roulettes_screen {
  background-color: #474787;
  background-image: url(images/bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom:20px;
}

.iframe_bonus_screen {
  padding-top: 20px;
  background-color: #6363AE;
  background-image: url(images/bg1.svg);
  background-size: cover;
}

.casinos_screen {
  padding: 30px;
  background-color: #6363AE;
}

.navbar {
	padding :0;
}

a.navbar-brand {
    padding:0;
}


.navbar-text {
	padding:0;
}


.htextcontainer {

  background-color: #474787;
  background-size: cover;
  background-position: center;

}



.h1span {
  background-color: #D32F41; 
  padding: 0 75px;
  border-radius:25px;
  display: inline-block; 
  line-height:6vw;
  vertical-align: middle;
}

.rlt{
	width: 100%;
}


.white_screen {
padding: 30px 0;
}


.btncasino {
  width: 150px;
}

.rltgame {
  width: 200px;
}

.p {

	color:#3F4954;
}

.li {
	color:#3F4954;
}

.ftr {
	background-color: #0a0a0a;
}


.container-img {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.h1img {
    color: white;
    font-size: 5vw;
    font-family: 'Lobster';

}
.imag {
        width:100%;
        height:auto;
    position: relative;
    display: inline-block;
}
.imag .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.imag:hover .img-top, .imag:active .img-top  {
    display: inline;
}


.imag-bonus {
    width:333px;
    height:170px;
    position: relative;
    display: inline-block;
}

.imag-bonus .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.imag-bonus:hover .img-top, .imag-bonus:active .img-top  {
    display: inline;
}

.h1span {
  background-color: #D32F41; 
  padding: 0 75px;
  border-radius:25px;
  display: inline-block; 
  line-height:6vw;
  vertical-align: middle;
}


.flag {
  width:25px;
  height:auto;
}


html,body        {height:100%;}
.wrapper         {width:100%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
