ƒ√/*!
 * Css Styles
 */

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


* {
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: visible;
  scroll-behavior: smooth;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }

a, a:hover {
    text-decoration: none;
    color: #444444;
}

b, strong {
  font-weight: 700;
}


.body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
}


.top-bar {
  height:  72px;
  background-color: #3A7224;
}

.rqs-logo {
  width:  109px;
  height: 44px;
  margin: 12px;
}

.overlink-logo {
  position: absolute;
  width: 10%;
  height: 88px;
  margin-left: 45%;
}


.overlay-logo, .overlay-chevron {
  background-size: cover;
  z-index: 100;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 132px;
  height: 58px;
  top: 0px;
}

.overlay-chevron {
  display: none;
}

.header-img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-top {
  background-color: #F8C924;
  height: 42px;
  font-weight: ;
  color: #4D766D;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  padding-top: 14px;
}

.bear-icon {
  text-align: center;
  margin-top: 2em;
}

.presentation .h1, .presentation .h2 {
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  line-height: 1.6em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

.presentation .h2 {
  font-size: 0.9em; 
  line-height: 2em; 
}


.presentation .paragraph {
  max-width: 648px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 0 15px;
  line-height: 1.6rem;
} 


#content {
max-width: 800px;
min-width: 480px;
margin: 0 auto;
height: 610px;
/*-webkit-overflow-scrolling: touch;
overflow-y: scroll;
*/
}

#content .game-iframe {
  border: none;
  height: calc(100vh - calc(100vh - 100%));
}

iframe body {
    background-color: #fff !important;
}

.container { 
  display: none;
  width:  700px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 28px;
  cursor:  pointer;
}

.container-mobile {
  display: none;
}

.container img {
  width:  700px;
  height: 160px;
  margin-bottom: 24px;  
}

.presentation .h1.footer-legend {
  margin: 0 auto;
}

.h1.footer-legend.social-media {
  padding-bottom:0px ;
}

.social-logos {
  margin-bottom: 24px;
}

.social-logo {
  margin-right: 68px;
}

.bottom-text {
  text-align: center;
  font-weight: 500;
}

.social-logo-img {
  width: 24px;
  height: 24px;
  padding: 20px;
}

.section-footer {
  margin: 2rem;
}

.corporate-footer { 
    padding: 10px 0px 0px 0px;
    width: 100%;
    background-color: #3A7224;
    color: #444444;
    position: absolute;
    height: 7%;
    font-size: 0.8em;
    margin-top: 42px;
}

.corp-thanks {
    height: 4%;
 
}

.copyright {
    width: 40%;
    float: left;
    margin-left: 15px;
    color: white;
}

.legals {
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 15px;
  color: white;
}

.legals a {
  color: white;
}

.btn-back {
  width: 160px;
  height: 45px;
  background-color: #ff5406;
  margin:  0 auto;
  color: white;
  text-align: center;
  line-height: 2.5em;
  border-radius: 5px;
}

#content {
   width: 100%;
   background:#fff url("../images/loading.svg") no-repeat 50% top;
}

/* Back to top arrow icon  ----------------------------------------------*/
#back-top a {
  width: 108px;
  display: block;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top span {
  width: 65px;
  height: 55px;
  position: fixed;
  outline: none;
  z-index: 15;
  bottom: 65px;
  right: -3px;
  opacity: .9;
  display: block;
  background: url(../images/up-arrow.png) no-repeat center center;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.disclaimer {
  display: none;
  font-size: 12px;
  text-align: center;
  margin: 0 15px;
}

#content iframe {
  border: none;
  height: calc(200vh - calc(200vh - 200%));
}



/*  ////////////////////////////////////////////      Media queries      /////////////////////////////////////////////////////////     */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
/* styles for Retina-type displays */
.overlay-logo {
  background-image: url("../images/Logo_RQS@2x.png");
  top: 6px;
  margin-top: 12px;
}
}

@media all and (max-width: 480px) {
.overlay-logo {
  width: 139px;
  height: 60px;
}
.social-logo {
    margin-right: 0px;
}


#content {
/*-webkit-overflow-scrolling: touch;
overflow-y: scroll;
*/
min-height: 80px;
max-width: 472px;
min-width: 360px;
margin: 0 auto;
height: 610px;

}
.container {
  display: none;
}

.container-mobile {
  display: none;
  width:  375px;
  height: 422px;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 28px;
}

.container-mobile img {
  width:  375px;
  height: 422px;

}

#banner-voucher-message {
  display: none;
}


@media all and (max-width: 539px) {
.corporate-footer {
    height: 7%;
    margin-top: 24px;
}
.corp-thanks {
    height: 11%;  
}
}

@media all and (min-width: 481px) and (max-width:  898px) {

 }


@media all and (min-width: 481px) {
 .overlay-logo {
  margin: 0 auto;
  margin-top: 12px;
 }
.social-logo {
    margin-right: 40px;
}

.banner-top{
  font-size: 1.6em;
}
}






