@font-face {
	font-family: Raleway-Regular;
	src: url('../../../../fonts/Raleway-Regular.ttf');
}

@font-face {
	font-family: Raleway-Bold;
	src: url('../../../../fonts/Raleway-Bold.ttf');
}

body {
	font-family: Raleway-Regular;
	font-size: 14px;
	background-color: #010814;
	background-image: url('../img/bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

.screen1 {
    margin-top: 86px;
    padding-bottom: 30px;
}

.screen2 {
	position: relative;
	z-index: 0;
	background-image: url('../img/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 86px;
	padding-bottom: 10px;
}

.nav {
    background-color: rgb(26, 43, 69);
    position: fixed;
    z-index: 1;
    width: 100%;
	top: 0;
}

.nav .btn {
    margin-top: 20px;
}

.logo {
    background-color: rgb(26, 43, 69);
    position: fixed;
    z-index: 1;
    width: 100%;
	top: 0;
}

.logo .btn {
    margin-top: 20px;
}

.btn {
    font-family: Raleway-Bold;
    background-color: #d5b160;
    color: #1a2b45;
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
    max-width: 250px;
}

.btn:hover {
	font-family: Raleway-Bold;
    background-color: #A58E6E;
    color: #ffffff;
}

.stGame {
    max-width: 305px;
	z-index: 1;
}

.nav {
    margin: 0 auto;
    display: inline-flex;
}

.nav .nav-link {
    color: #1c2a43;
}

.nav .nav-item {
	font-family: Raleway-Bold;
	background-color: #d5b160;
    border-radius: 5px;
    line-height: 40px;
    margin: 0 5px;
}

.nav .nav-item button.active, .nav .nav-item button:hover {
    background-color: #1c2a43;
    color: #ffffff;
}

.nav-pills .nav-link {
    min-width: 144px;
	    font-size: 18px;
}

    .close-btn {
        margin-top: 20px;
        font-family: Raleway-Bold;
        background-color: #d5b160;
        color: #1a2b45;
        font-size: 18px;
        border-radius: 10px;
    }

h1, .h1 {
	font-family: Raleway-Bold;
	color: #ffffff;
	font-size: 20px;
}

h2, .h2 {
	font-family: Raleway-Bold;
	color: #d5b160;
	font-size: 100px;
	margin: 0 auto;
}

h3, .h3 {
	font-family: Raleway-Bold;
	color: #d5b160;
	font-size: 46px;
	line-height: 40px;
}

h4, .h4 {
	font-family: Raleway-Bold;
	color: #d5b160;
	font-size: 24px;
}

h5, .h5 {
	font-family: Raleway-Bold;
	color: #ffffff;
	font-size: 100px;
}

h6, .h6 {
    font-family: Raleway-Bold;
    color: #d5b160;
    font-size: 80px;
    position: absolute;
    left: 26%;
    top: 37%;
    display: block;
}

p {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}

.bold {
	font-family: Raleway-Bold;
}

.code {
    font-family: Raleway-Bold;
    color: #d5b160;
}

/* .promo-logo {
	padding-top: 15px;
} */

.modal-header {
	padding: 1rem 1rem 0;
	border-bottom: none;
}

.modal-content {
	background-color: #1a2b45;
	border: 3px solid #ffffff;
	border-radius: 15px;
}

.modal-content-bg {
	background-image: url(../img/modal-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 5px solid #ffffff;
	border-radius: 0.3rem;
	outline: 0;
}

.modal-body {
    padding: 0 1rem;
}

.modal-content p, .modal-content ul, .modal-content ol {
	color: #ffffff;
}

.modal-content ul, .modal-content ol {
	text-align: left;
	font-size: 14px;
}

.modal-content table {
    max-width: 100%;
}

.modal-footer {
    border-top: 0;
}

.login-box {
    padding-top: 10px;
}

    .login-box .btn {
        font-family: Raleway-Regular;
        width: 100%;
        max-width: 268px;
        height: 40px;
        border-radius: 5px;
        border-color: transparent;
        background-color: #A58E6E;
        border-color: transparent;
        font-size: 18px;
        color: #ffffff;
        margin: 0 auto;
    }

        .login-box .btn:hover, .login-box .btn.active {
            background-color: #D5B160;
            color: #1A2B45;
            border-color: transparent;
        }

		.content-box {
			background-color: #1c2a43;
			max-width: 700px;
			padding: 20px 20px 3px;
			border-radius: 10px;
			margin: 0 auto;
		}

input[type="number"],
input[type="text"], input[type="email"] {
    font-family: Raleway-Regular;
    max-width: 268px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    border-color: transparent;
    font-size: 18px;
    color: #1A2B45;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    text-align: center;
}

#gameScreenErrorMessage {
    background-color: #1a2b45;
    max-width: 524px;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 10px;
}

.main {
	max-width: 700px;
}

.content {
	background-color: #1c2a43;
    border-radius: 10px;
    padding-top: 50px;
	border: 2px solid #d5b160;
}

.game {
    max-width: 700px;
    margin: 0 auto;
}

footer {
	background-color: #1A2B45;
	padding: 20px 0;
}

a {
	color: #d5b160;
	text-decoration: underline;
	font-family: 'Raleway-Bold';
}

	a:hover {
		color: #A58E6E;
	}

table {
	width: 100%;
	max-width: 700px;
    margin: 0 auto;
}

th {
	background: #ffffff !important;
	border-bottom: 1px solid #fff;
	color: #1a2b45;
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
}

td {
	background: #1a2b45;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td {
	background: #1a2b45;
	color: #FFFFFF;
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td {
	background: #d5b36a;
	color: #FFFFFF;
}

	tr:nth-child(odd) td.first {
		background-color: #D5B160 !important;
	}

.tableWrap img {
    width: 50px;
}

.one p, .two p {
    font-size: 18px;
    background-color: #1c2a43;
    padding: 10px 20px;
    border-radius: 10px;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 10px;
}


.pulse {
    animation: 1.5s ease 0s infinite pulse;
  }

  @keyframes pulse {
    0%, 50%, 100% { transform: scale(1, 1); }
    30%, 80% { transform: scale(0.92, 0.95); }
  } 

figure {
    margin: 0;
}

.audio_icon {
    position: absolute;
    right: 0;
    top: 10%;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-color: #000;
    padding: 5px;
    border-radius: 6px;
    margin-right: 10px;
	z-index: 10;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.promo-logo img {
		max-width: 75%;
	}
}

@media (max-width: 768px) {
	    .btn, .one p, .two p {
        font-size: 14px;
        margin: 5px auto;
    }

	.cta {
		font-size: 50px;
	}

	.logo .col-6, .logo .col-3 {
		padding: 0;
	}

	/* .screen1 .promo-logo, .screen2 .promo-logo {
		padding-top: 65px;
	} */

	.logo img {
		max-width: 262px;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.screen1 .promo-logo, .screen2 .promo-logo {
		margin-top: 12px;
		margin-bottom: 20px;
	}
}

/********** Tablet Portrait **********/
@media (max-width: 820px) and (min-width: 421px) and (orientation: portrait) {
	.screen1, .screen2 {
		/* background-image: url('../img/header-bg-tablet.jpg'); */
		margin-top: 77px;
	}
}
/********** Mobile Landscape **********/
@media (max-width: 940px) and (orientation: landscape) {
	h3, .h3 {
		font-size: 30px;
		line-height: 24px;
	}

	.screen1, .screen2 {
		/* background-image: url('../img/header-bg-mobile-ls.jpg'); */
		margin-top: 60px;
	}

	.logo img {
		max-width: 262px;
	}

	.logo .btn {
		font-size: 14px;
	}

	.nav .btn {
		font-size: 14px;
	}

	.screen1 .promo-logo {
        padding-top: 0;
    }

	.screen1 .promo-logo img {
		max-width: 335px;
		margin: 0 auto;
		display: block;
    }
}
/********** Mobile Portrait **********/
@media (max-width: 460px) and (orientation: portrait) {
	.screen1, .screen2 {
		/* background-image: url('../img/header-bg-mobile.jpg'); */
		margin-top: 44px;
		/* height: 920px; */
	}

	h1, .h1 {
		font-size: 14px;
	}

	h2, .h2 {
		font-size: 70px;
	}

	h3, .h3 {
		font-size: 20px;
    	line-height: 16px;
	}

	h4, .h4 {
		font-size: 16px;
	}

	.nav .btn {
		font-size: 10px;
		margin-top: 10px;
	}

	.screen2 h4, .screen2  .h4 {
        font-size: 22px;
    }

	.logo img {
		max-width: 200px;
	}

	.logo .btn {
		font-size: 10px;
		margin-top: 10px;
	}

	.cta {
        font-size: 30px;
    }

	.screen1 .promo-logo {
        padding-top: 0;
    }
}