
/* PAGE STRUCTURE */
* { box-sizing: border-box;
}

html, body {
  background-color: #e5e5e5;
  font-family: 'Montserrat', verdana, sans-serif;
  font-size: 16px;
  /*max-width: 2100px;*/
  margin: 0;
  padding: 0;
}

p, a{
margin: 0;
padding: 0;
}

a{
  text-decoration: none;
}

a:hover  {
	/*background: #a2224e;*/
	color:#FFFFFF;
}

/* MAIN BLOCKS FOR PAGE USING FLEX  - FLEX MAKES PAGE CONTENT AUTO RESIZE*/

.wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
main,  footer{
  width: 100%
}

/*BANNER LAYOUT */
header{
  background: #FFFFFF;
  width: 100%;
  border: 0 solid #cc0000;
  box-shadow: 0 0 10px #6c6c6c;
  position: sticky;
  height: auto;
  z-index: 9;
  top: 0;
}

.main-logo{
  width: 200px;
  height: 41px;
}

.main-logo img{
  width:100%;
}

.header-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 70px;
}

.main-cta a{
  width: 228px;
  height: 50px;
  /*border-radius: 25px;*/
  opacity: 1;
  outline: none;
  background-color: #f9ba15;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}

.main-cta :hover{
	background-color:#eeae06;
	color:#000000;
}

.main-cta :active{
	background-color:#d69c05;
	color:#000000;
}

/*FOOTER */

.footersection{
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-evenly;
 background-color: #FFF;
}

.affiliates-footer{
  margin: 10px;
  text-align: center;
}

.affiliates-footer img{
  width:60%;
}

.legal-footer{
  font-size:  18px;
  text-align: center;
  font-weight: bold;
  color: #939393;
  width:80%;
  padding: 10px;

}

/*NEW BTC Block*/
.new-btc-block{
	width: 100%;
	background-color: #414042;
}

.btc-desktop{
	margin: 0 auto;
	text-align:center;
}

.btc-desktop img{
	width:100%;
}

.btc-mobile{
	display:none;
}

/*END NEW BTC Block*/

/*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/
.welcome-bonus {
 display: flex;
 justify-content: space-around;
 align-items: center;
 width: 100%;
}

.welcome-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  /*margin-top: 40px;*/
}

.welcome-container-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcome-copy{
  color: #fff;
  text-transform: uppercase;
  margin: 40px;
  text-align: center;
}

.welcome-cta{
  align-items: center;
  margin: 0 auto;
}

.hv-welcome-cta{
	width: 336px;
  height: 76px;
  /*border-radius: 54px;*/
  opacity: 1;
  outline: none;
  background-color: #2F9513;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 27px;
  padding:20px 30px;
}

.hv-welcome-cta:hover{
	background-color: #2A8611;
	color: #FFFFFF;
	transition: all 0.4s ease 0s;
	/*border-radius: 54px;*/
}

.welcome-img img{
  width: 70%;
}
.trust-points img{
  width: 100%;

}
.trust-points {
  margin-top: 45px;
}

/*NEW TEXT BLOCK */
.nwwht-sec{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	background-color: #FFFFFF;
}

.main-nwwht{
	width:90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align:center;
}

.nwwht-title{
	margin: 0 auto;
}

.nwwht-text{
  color: #4AA531;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-weight:bold;
  padding: 10px;
  margin:10px;
  width:696px;
	
}

.nwwht-block2{
	margin: 0 auto;
	text-align:center;
}

.nwwht-copy{
	font-size:24px;
	text-align: center;
	padding: 10px;
	
}

/* END of NEW TEXT BLOCK */

/*CARD SECTION - MIDDLE BLOCK ON PAGE*/

.cardsection{
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-evenly;
 margin-top:100px;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin:20px;
  width: 100%;
}


.card-holder{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}



.game-cards img{
  width: 100%;
}
.card-cta{
  width: 209px;
  height: 47px;
  font-size:12px;
  /*border-radius: 25px;*/
  outline: none;
  background-color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #000000;
  margin: 20px;
  padding: 15px;
}

.cta-more-games{
  align-items: center;	
  margin-top:75px;
  margin-bottom: 50px; /*temp*/
}

.signup-cta{
  align-items: center;	
  margin-top:75px;
  margin-bottom: 50px; /*temp*/
}

.more-games{
  width: 380px;
  height: 76px;
  /*border-radius: 54px;*/
  opacity: 1;
  outline: none;
  background-color: #4AA531;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 30px;
  padding:20px 30px;
}

.signup-games{
	width: 380px;
  height: 76px;
  /*border-radius: 54px;*/
  opacity: 1;
  outline: none;
  background-color: #4AA531;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 30px;
  padding:20px 30px;
}

.more-games:hover{
	background-color: #2A8611;
	color: #FFFFFF;
	transition: all 0.4s ease 0s;
	/*border-radius: 54px;*/
}

.signup-games:hover{
	background-color: #2A8611;
	color: #FFFFFF;
	transition: all 0.4s ease 0s;
	/*border-radius: 54px;*/
}

/*BITCOIN SECTION - LAST BLOCK ON PAGE*/
.bitcoin {
  background-color: #414042;
  width:100%;
}

.bitcoin-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.bitcoin-container-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bitcoin-benefits-img img{
  width: 100%;
}

.bitcoin-img img{
  width: 100%;
}

/*DESKTOP LAYOUT STARTING FROM 1920px*/

/*BANNER OVERLAY*/

  .banner-container{
    background-image: url('url-images/desktop-background-test.svg'), url('url-images/nwgrey-bg.svg');
    background-position: bottom, top;
    background-repeat: no-repeat, no-repeat;
              background-size: 2220px 550px, 1920px 1167px;
              padding:25px;
              height:1200px;
              width: 100%;
  }

/*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

.welcome-copy-text-top{
font-size: 50px;
font-weight: bold;
color: #FFFFFF;
}

.welcome-copy-text-bottom{
font-size: 35px;
color: #FFFFFF;
}

.welcome-copy-value{
font-size: 50px;
font-weight: bold;
color: #FFFFFF;
}
.welcome-img{
  width: 673px;
  height: 600px;
    align-items: center;
    text-align: center;
    vertical-align: top;
    display: inline;
}

.trust-points{
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.trust-point-one{
position: absolute;
bottom: 25px;
left: 25px;
max-width: 180px;

}

.trust-point-two{
position: absolute;
bottom: 25px;
left: 281px;
max-width: 180px;
}

.trust-point-three{
position: absolute;
bottom: 25px;
right: 31px;
max-width: 180px;
}
/*CARD SECTION - MIDDLE BLOCK ON PAGE*/

.aud-bonus{
display:flex;
flex-direction: row;
justify-content: center;
}

.aud-bonus > div {
	margin: 10px;
	
}

.card-title-text {
  color: #4C4843;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-weight:bold;
  padding: 10px;
  margin:10px;
  width:745px;
}



.grnstp-titletxt{
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  padding: 10px;
  margin:10px;
  width:696px;
}

.card-holder{
  margin: 20px;
}

.game-card-one {
    width: 258px;
    height: 239px;
    background-image: url('url-images/1k-giveaway.png') ;
    background-size: cover;
    background-position: center;
    position:relative;
    /*border: 1px solid #707070;*/
    /*border-radius: 36px;*/
    cursor: pointer;
}

.card-holder:hover .game-card-one,
.card-holder:focus .game-card-one {
  opacity: 0.6;
}

.game-card-two {
    width: 258px;
    height: 239px;
    background-image: url('url-images/new-casino-games.png') ;
    background-size: cover;
    background-position: center;
    position:relative;
    /*border: 1px solid #707070;*/
    /*border-radius: 36px;*/
    cursor: pointer;
}

.card-holder:hover .game-card-two,
.card-holder:focus .game-card-two {
  opacity: 0.6;
}

.game-card-three {
    width: 258px;
    height: 239px;
    background-image: url('url-images/weekly-bonus.png') ;
    background-size: cover;
    background-position: center;
    position:relative;
    /*border: 1px solid #707070;*/
    /*border-radius: 36px;*/
    cursor: pointer;
}

.card-holder:hover .game-card-three,
.card-holder:focus .game-card-three {
  opacity: 0.6;
}

.game-card-four {
    width: 258px;
    height: 239px;
    background-image: url('url-images/daily-match.png') ;
    background-size: cover;
    background-position: center;
    position:relative;
    /*border: 1px solid #707070;*/
    /*border-radius: 36px;*/
    cursor: pointer;
}

.card-holder:hover .game-card-four,
.card-holder:focus .game-card-four {
  opacity: 0.6;
}

.game-card-five {
    width: 258px;
    height: 239px;
    background-image: url('url-images/virtualSports.png') ;
	background-size: cover;
    background-position: center;
    position:relative;
    /*border: 1px solid #707070;*/
    /*border-radius: 36px;*/
    cursor: pointer;
}

.card-holder:hover .game-card-five,
.card-holder:focus .game-card-five {
  opacity: 0.6;
}

/*Mobile Cards*/
.mob-only{
	display: none;
}
.game-card-six {
    width: 258px;
    height: 239px;
    background-image: url('url-images/card6.jpg') ;
    background-size: cover;
    background-position: center;
    position:relative;
    border: 1px solid #707070;
    border-radius: 36px;
    cursor: pointer;
}

.card-holder:hover .game-card-six,
.card-holder:focus .game-card-six {
  opacity: 0.6;
}

/*END Mobile Cards*/

  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/

.extra-bitcoin-benefit{
display:flex;
flex-direction: row;
justify-content: center;
}

.extra-bitcoin-benefit > div {
	margin: 10px;
}

.btcbtmimg{
	width:100%;
}

.bitcoin-img{
  width: 518px;
  height: 474px;
}

.bitcoin-title{
color: #fff;
text-transform: uppercase;
text-align: center;
font-size: 40px;
width:546px;
margin: 20px;
padding: 10px;
}

.bitcoin-benefits{
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.benefits-one{
position: absolute;
bottom: 25px;
left: 35px;
max-width: 180px;

}

.benefits-two{
position: absolute;
bottom: 25px;
left: 307px;
max-width: 180px;
}

.benefits-three{
position: absolute;
bottom: 25px;
right: 62px;
max-width: 180px;
}

.btc-mobilebenefits{
	display:none;
}

.btc-mobiletxt-one{
	display:none;
}

.btc-mobiletxt-two{
	display:none;
}

.btc-mobiletxt-three{
	display:none;
}

.benefits-cta{
  margin:40px;
}

.btm-benefits-cta{
  width: 520px;
  height: 80px;
  /*border-radius: 54px;*/
  opacity: 1;
  outline: none;
  background-color: #2F9513;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 27px;
  padding: 20px 30px;
  border-bottom: 3px solid #f9ba15;
}

.btm-benefits-cta:hover{
	background-color: #2A8611;
	color: #ffffff;
	transition: all 0.4s ease 0s;
	/*border-radius: 54px;*/
}


.new-cardsection{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	background-color: #f9ba15;
}

.nwwht-sec{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	background-color: #FFFFFF;
}

/*Block5*/
.new-blk5{
	width: 100%;
	background-color: #4b4a4c;
}
.extra-container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	/*display: inline;*/
	padding-bottom: 20px;
	
}
.extra-title{
	width: 100%;
	font-size: 27px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-right:20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*END Block5*/

@media only screen and (max-width:1580px) {


  /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

  .welcome-copy-text-top{
  font-size: 50px;
  }

.welcome-copy-text-bottom {
	font-size: 30px;
}

  .welcome-copy-value{
  font-size: 50px;
  }

  .welcome-cta{
    width: 296px;
    height: 64px;
    font-size: 22px;
    margin:10px;
  }

  .welcome-img{
    width: 673px;
    height: 600px;
    align-items: center;
    text-align: center;
    vertical-align: top;
    display: inline;
  }

  .trust-points{
    font-size: 12px;
    width:614px;
    margin-top:65px;
  }

  .trust-point-one{
  position: absolute;
  bottom: 20px;
  left:0;
  }

  .trust-point-two{
  position: absolute;
  bottom: 20px;
  left:209px;
  }

  .trust-point-three{
  position: absolute;
  bottom: 20px;
  right:10px;
  }

  /*CARD SECTION - MIDDLE BLOCK ON PAGE*/

  .card-title-text {
    font-size: 30px;
    margin:25px;
  }
  
  .nwwht-text{
	font-size: 30px;
    margin:25px;  
  }
  
  .grnstp-titletxt{
	font-size: 38px;
    margin:25px;  
  }

  .card-holder{
    margin: 10px;
  }



.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
  width: 208px;
  height: 170px;
}

.card-cta{
  width:208px;
  height:47px;
  margin:0px;
}


  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/

.bitcoin-title{
font-size: 38px;
}

.bitcoin-benefits{
  font-size: 12px;
  width: 602px;

}

.benefits-one{
bottom: 25px;
left: 30px;

}

.benefits-two{
bottom: 23px;
left: 239px;
}

.benefits-three{
position: absolute;
bottom: 25px;
right: 41px;
}

.btc-mobiletxt-one{
	display:none;
}

.btc-mobiletxt-two{
	display:none;
}

.btc-mobiletxt-three{
	display:none;
}

.btc-mobilebenefits{
	display:none;
}

.benefits-cta{
  width: 451px;
  height: 65px;
  font-size: 22px;
  font-weight: bold;
}

.legal-footer{
  font-size:  12px;
}

@media only screen and (max-width:1370px) {
	.aud-bonus {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	}
	
	.extra-bitcoin-benefit{
		display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	}
	
	.banner-container {
background-image: url(url-images/desktop-background-test.svg), url(url-images/nwgrey-bg.svg);
background-position: bottom, top;
background-repeat: no-repeat, no-repeat;
background-size: 2220px 634px, 1920px 820px;
padding: 25px;
height: auto; 
	}
}

@media only screen and (max-width:1279px) {

  /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

  .welcome-copy-text-top, .welcome-copy-text-bottom{
  font-size: 50px;
  }


  .welcome-copy-value{
  font-size: 50px;
  }

  .welcome-cta{
    width: 256px;
    height: 64px;
    font-size: 20px;
    margin:10px;
  }

.welcome-img img {
    width: 95%;
}

  .welcome-img{
    width: 423px;
    height: 584px;
  }

  .trust-points{
    font-size: 11px;
    width:540px;
    margin-top:71px;
  }

  .trust-point-one{
  position: absolute;
  bottom: 20px;
  left:0;
  }

  .trust-point-two{
  position: absolute;
  bottom: 20px;
  left:164px;
  }

  .trust-point-three{
  position: absolute;
  bottom: 20px;
  right:10px;
  }

  /*CARD SECTION - MIDDLE BLOCK ON PAGE*/
.cardsection{
  margin-top:125px;
}
  .card-title-text {
    font-size: 36px;
    margin:25px;
  }
  
  .nwwht-text{
	font-size: 36px;
    margin:25px;  
  }
  
  .grnstp-titletxt{
	font-size: 36px;
    margin:25px;  
  }

  .card-holder{
    margin: 10px;
  }

.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
  width: 175px;
  height: 145px;
}

.card-cta{
  width:152px;
  /*height:47px;*/
  font-size: 15px;
}

.more-games{
  font-size: 22px;
}

.signup-games{
	font-size: 22px;
}

  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/

.bitcoin-title{
font-size: 36px;
}

.bitcoin-benefits{
  font-size: 11px;
  width: 540px;

}

.benefits-one{
bottom: 25px;
left: 25px;

}

.benefits-two{
bottom: 25px;
left: 214px;
}

.benefits-three{
position: absolute;
bottom: 25px;
right: 35px;
}

.btc-mobiletxt-one{
	display:none;
}

.btc-mobiletxt-two{
	display:none;
}

.btc-mobiletxt-three{
	display:none;
}

.btc-mobilebenefits{
	display:none;
}

.benefits-cta{
  font-size: 18px;
}

.legal-footer{
  font-size:  11px;
}

}

  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/
@media only screen and (max-width:1230px) {
.aud-bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	}

.extra-bitcoin-benefit{
display:flex;
flex-direction: column;
justify-content: center;
	}

.extra-bitcoin-benefit > div {
	margin: 10px;
	}
	
	.banner-container {
background-image: url(url-images/desktop-background-test.svg), url(url-images/nwgrey-bg.svg);
background-position: bottom, top;
background-repeat: no-repeat, no-repeat;
background-size: 2220px 644px, 1920px 813px;
padding: 25px;
height: auto; 
	}
}

@media only screen and (max-width:1049px) {
  /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

.welcome-container{
	margin-top:60px;
}


  .welcome-copy-text-top, .welcome-copy-text-bottom{
  font-size: 50px;
  }

  .welcome-copy-value{
  font-size: 50px;
  }

  .welcome-cta{
    width: 220px;
    height: 64px;
    font-size: 18px;
    margin:10px;
  }
.welcome-img img {
    width: 95%;
	padding-bottom:25px;
}

  .welcome-img{
    width: 423px;
	/*height: 168px;*/
  }

  .trust-points{
    font-size: 11px;
    width:476px;
    margin-top:75px;
  }

  .trust-point-one{
  position: absolute;
  bottom: 20px;
  left:0;
  max-width: 140px;
  }

  .trust-point-two{
  position: absolute;
  bottom: 20px;
  left:164px;
  max-width: 140px;
  }

  .trust-point-three{
  position: absolute;
  bottom: 20px;
  right:10px;
  max-width: 140px;
  }

  /*CARD SECTION - MIDDLE BLOCK ON PAGE*/
  .banner-container {
    background-size: 2220px 540px, 1920px 843px;
    padding: 25px;
    height: auto;
    width: 100%;
  }

.cardsection{
  margin-top:25px;
}
  .card-title-text {
    font-size: 34px;
    margin:25px;
  }
  
  .nwwht-text{
	font-size: 34px;
    margin:25px;  
  }
  
 .nwwht-copy{
	 font-size:20px;
	 padding-bottom:30px;
 }
  
  .grnstp-titletxt{
	font-size: 34px;
    margin:25px;  
  }

  .card-holder{
    margin: 10px;
  }


.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
  width: 152px;
  height: 140px;
}

.card-cta{
  width:152px;
  /*height:47px;*/
  font-size: 12px;
}

.cta-more-games {
    margin-bottom: 40px;
}

.more-games{
  font-size: 20px;
}

.signup-games{
	font-size: 20px;
}

  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/

.bitcoin-title{
font-size: 34px;
}

.bitcoin-benefits{
  font-size: 11px;
  width: 476px;

}

.benefits-one{
bottom: 22px;
left: 10px;
max-width: 140px;

}

.benefits-two{
bottom: 22px;
left: 181px;
max-width: 140px;
}

.benefits-three{
position: absolute;
bottom: 22px;
right: 30px;
max-width: 140px;
}

.btc-mobilebenefits{
	display:none;
}

.benefits-cta{
  font-size: 18px;
}

.legal-footer{
  font-size:  10px;
}

}

@media only screen and (max-width:979px) {
    /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/
.welcome-container{
    flex-direction: column-reverse;
  }
  
   .banner-container {
    background-size: 2220px 557px, 1920px 869px;
    padding: 25px;
    height: 1315px;
    width: 100%;
  }
  
  .welcome-container-left{
  margin-top: 150px;
}

  .welcome-img{
    display: block;
    width: 285px;
   /* height: 254px;*/
    position: absolute;
    top: 120px;
}

.cardsection{
	margin-top:85px;
}

.trust-points{
  font-size: 11px;
  width:476px;
  margin-top:25px;
}



    .bitcoin-img{
      display: none;
}
.btc-mobilebenefits{
	display:none;
}

.card-title-text{
	margin: 0 auto;
	width: 90%;
	font-size:22px;
}

.nwwht-text{
	margin: 0 auto;
	width: 100%;
	font-size:22px;
}

.nwwht-copy{
	font-size:20px;
	padding-bottom:30px;
}

.grnstp-titletxt{
	margin: 0 auto;
	width: 90%;
	font-size:22px;
}

.benefits-cta{
	font-size: 18px;
	text-align:center;
}

}



@media only screen and (max-width:668px) {
  /*BANNER SECTION*/

  .banner-container{
    background-size: 1940px 497px, 2002px 765px;
    height: 1172px;
  }
  /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

  .welcome-container{
    flex-direction: column-reverse;
  }

.welcome-container-left{
  margin-top: 150px;
}

  .welcome-img{
    display: block;
    width: 285px;
    height: 254px;
    position: absolute;
    top: 110px;
   /* right: 100px;*/
}

.welcome-copy{
	margin:20px;	
}
.welcome-copy-text-top{
	font-size: 30px;
}

.welcome-copy-text-bottom{
font-size: 26px;
}


.welcome-copy-value{
font-size: 30px;
}

.welcome-cta{
  /*display: none;*/
}

.trust-points{
  margin-top: 26px;
}

.cardsection {
	margin-top:50px;
}

.card-title{
	width:70%;
}

.nwwht-title{
	width:100%;
}

.card-title-text{
	margin:0 auto;
	width:100%;
	font-size: 22px;
}

.nwwht-text{
	margin:0 auto;
	width:100%;
	font-size: 22px;
}

.nwwht-copy{
	font-size:14px;
}

.grnstp-titletxt{
	margin:0 auto;
	width:100%;
	font-size: 22px;
}

.card-cta{
  width:152px;
  /*height:47px;*/
  font-size: 12px;
}

/*Mobile Cards*/
.mob-only{
	display: inline;
}
/*Mobile Cards*/

/*BITCOIN SECTION - LAST BLOCK ON PAGE*/

.bitcoin-benefits {
    font-size: 13px;
	width:320px;
}
.bitcoin-container-right {
    margin-bottom: 85px;
}

.bitcoin-benefits-img,.benefits-one, .benefits-two, .benefits-three, .benefits-cta {
	display:none;
}

.btc-mobilebenefits{
	display:block;
	width:100%;
}

.btc-mobiletxt-one{
  position: absolute;
  bottom: 114px;
  left: 100px;
  max-width: 140px;
  display: inline;
}

.btc-mobiletxt-two{
  position: absolute;
  bottom: -22px;
  left: -2px;
  max-width: 140px;
  display: inline;
}

.btc-mobiletxt-three{
  position: absolute;
  bottom: -22px;
  right: -4px;
  max-width: 140px;
  display: inline;
}

.bitcoin-title{
	margin:0 auto;
	width:80%;
	font-size: 22px;
}
}

@media only screen and (max-width:604px) {
	
  .banner-container{
    background-size: 1940px 465px, 2002px 775px;
    height: 1145px;
  }
  
  
	
.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 142px;
    height: 132px;
}	

.card-cta{
  width:142px;
  /*height:47px;*/
  font-size: 12px;
}
	
		
}



@media only screen and (max-width:479px), screen and (max-width:463px) {
.header-wrapper{
	margin: 10px 25px;
}

.main-cta a{
	width: 143px;
	font-size: 10px;
}

img {max-width:100%;}	

.btc-desktop{
	display:none;
}

.btc-mobile{
	display:block;
	width: 100%;
	text-align:center;
}


 .banner-container{
    background-size: 1479px 478px, 2002px 771px;
    height: auto;
  }
 
  .welcome-img{
    display: block;
    width: 285px;
    height: 254px;
    position: absolute;
    top: 70px;
   /* right: 100px;*/
}
 .trust-points{
	 width:100%;
	 font-size:9px;
 }
 
 .trust-point-one{
	 left: -8px;
 }
 
 .trust-point-two{
	 left: 129px;
 }
 
 .trust-point-three{
	 right: -2px;
 }
	
.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 108px;
    height: 100px;
}

.card-cta{
  width:108px;
  /*height:47px;*/
  font-size: 8px;
}

.btc-mobiletxt-one{
  font-size: 12px;
}

.btc-mobiletxt-two{
  font-size: 12px;
}

.btc-mobiletxt-three{
  font-size: 12px;
}	

}

@media only screen and (max-width:449px),screen and (max-width:439px),screen and (max-width:430px) {
	.main-logo img{
	width:75%;
	height: 41px;
}

.header-wrapper{
	margin: 10px 25px;
}

.main-cta a{
	width: 143px;
	font-size: 10px;
}

 .banner-container{
    background-size: 1479px 478px, 2002px 771px;
    height: auto;
  }
 
 .trust-points img {
    width: 100%;
    height: 80px;
}
 
 .trust-points{
	 width:100%;
	 font-size:9px;
 }
 
 .trust-point-one{
	 left: 0px;	
	width:25%;
	top:55px;
 }
 
 .trust-point-two{
	 left: 145px;
	 width:25%;
	 top:55px;
 }
 
 .trust-point-three{
	 right: 18px;
	 width:25%;
	 top:55px;
 }
	
.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 108px;
    height: 100px;
}
	
		
}

@media only screen and (max-width:411px), screen and (max-width:366px), screen and (max-width:345px), screen and (max-width:339px){
 .banner-container{
    background-size: 1940px 526px, 2002px 755px;
    height: auto;
  }
  
  
  .header-wrapper{
	margin: 0 25px;
}

	.main-logo{
	width:65%;
	height:auto;
}

	.main-logo img{
	width:75%;
}

	.main-cta{
	width: 36%;
	font-size:12px;
}

	.main-cta a{
	font-size:8px;
}


  
  .cta-more-games{
	  margin-bottom:40px;
  }

	.trust-points{
	 width:100%;
	 font-size:9px;
 }
 
 .trust-point-one{
	 left: 0px;	
	width:30%;
	top:57px;
 }
 
 .trust-point-two{
	 left: 115px;
	 width:30%;
	 top:57px;
 }
 
 .trust-point-three{
	 right: 18px;
	 width:25%;
	 top:57px;
 }
 
 .bitcoin-title{
	margin: 0 auto;
	width: 65%;
	font-size: 20px;
 }
}

@media only screen and (max-width:338px), screen and (max-width:322px){
	 .welcome-img{
    display: block;
    width: 285px;
    height: 254px;
    position: absolute;
    top: 70px;
   /* right: 100px;*/
}
}