<style>
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
</style>

*{font-family: 'Merriweather', Arial, serif;}
body{
    background: #fff;
    overflow-x: hidden;
}
#page{
	background: url('img/bg.jpg') no-repeat center top;
    background-size: contain;
    position: relative;
}
.games-section:before{
    content: "";
    position: absolute;
    height: 350px;
    z-index: 1;
    top: -90px;
    background: #fff;
    right: 0;
    border-radius: 100%;
    width: 125%;
    margin: 0 auto;
    left: -12.5%;
}
.bg-right{
    position: absolute;
    right:0;
    bottom: -15px;
    width: 250px;
}
.form-section{
	background: url('img/bg.png');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	min-height: 60vh;
}
.game-img-c.allowed-game{
	border-radius: 8px;
	overflow: hidden;
}
.main-form h1{
	color: #fff;
	font-weight: bold;
    font-size: 36px;
}
.main-form p{
	color: #fff;
    font-size: 20px;
}
.games {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    justify-content: center;
}
.game {
	border-radius: 8px;
	overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-basis: calc(25% - 2rem);
    max-width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
}
.modal-content {
	background: #000;
	border-radius: 12px;
	padding: 1.5rem;
	color: #fff
}

img.game-img {
	pointer-events: none;
    border: solid 8px #bcf2fb;
    border-radius: 8px;
}

button.modal-close.is-large {
	position: absolute;
	top: -35px;
	right: 0
}

.modal-content.content {
	overflow: visible;
	position: relative
}

div#register {
	padding: .5rem
}

.game-img-c.allowed-game{
	pointer-events: all;
}
.modal{
	max-width: 800px !important;
    overflow: initial;
}
.modal iframe{
	width: 100%;
	min-height: 50vh;
}
#regform.modal{
	max-width: 450px !important;
}
.terms-link{
	color: #fff;
	display: block;
}
.row label{
	color: #fff;
}
.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left;
}
.control.has-icons-right .input, .control.has-icons-right .select select {
    padding-right: 2.25em;
}
.control.has-icons-left .input, .control.has-icons-left .select select {
    padding-left: 2.25em;
}
.input, .textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    max-width: 100%;
    width: 100%;
}
.row label a{
	color: #fff;
}
.row label a:hover{
	color: #fff;
}
.row:not(:last-child) {
    margin-bottom: .75rem;
}
.control{
    position: relative;
    max-width: 400px;
}
.control.has-icons-left .icon.is-left {
    left: 0;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 36px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4;
}
.control.has-icons-right .icon.is-right {
    right: 0;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 36px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4;
}
input[type=checkbox], input[type=radio] {
    vertical-align: baseline;
}
.button.is-gradient {
    background: #c27c28;
    background: -moz-linear-gradient(0deg, #c27c28 0%, #e5bc4e 100%);
    background: -webkit-linear-gradient(
0deg, #c27c28 0%, #e5bc4e 100%);
    background: linear-gradient(
0deg, #c27c28 0%, #e5bc4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c27c28", endColorstr="#e5bc4e", GradientType=1);
    color: #000;
}

.input, .textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    max-width: 100%;
    width: 100%;
    max-width: 400px;
    position: relative;
}
.button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
}
.button.is-large {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-weight: 800;
}
.button.is-large {
    font-size: 1.5rem;
}
.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}
footer{
    border-top: solid 8px rgba(255,255,255, 0.6);
    background: #303234;
    color:#fff;
}
.footer-site{
    font-size: 18px;
}
.footer-nav{
    font-size: 14px;
    color:#ccc;
}
.blocker{
    z-index: 30 !important;
}
.modal input[type='email'], .modal input[type='password']{
    border: 1px solid #303234;
}
.modal label, .modal .row label a{
    color: #303234;
}

#contact-us{
    overflow: initial;
    height: auto;
}
.contact-us-form input, .contact-us-form select, .contact-us-form textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  width: 100%;
  max-width: 320px;
  padding: 8px;
  margin-bottom: 20px;
  display: block;
}

.contact-us-form textarea {
  height: 150px;
}

.contact-us-form input[type="submit"] {
  height: 50px;
  background: green;
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

.contact-us-form input[type="submit"]:hover {
  border: 2px solid black;
}
.skip-reg{
    display: block;
    color: #000;
    font-size: 12px;
    padding: 5px 0 0 0;
}
@media screen and (max-width: 768px){
    #page{
        background-size: cover;
    }
    .games-section:before{
        display: none;
    }
    .form-section {
        min-height: 100%;
    }
}
@media screen and (max-width: 768px){
    .page{
        background-size: cover;
    }
}