/* FONT FACE */

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/subset-Georgia.woff2') format('woff2'),
        url('../fonts/subset-Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* GLOBAL */

a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus, input:hover, input:active, input:focus, textarea:focus, a[href^=tel],div:active,div:focus {
	outline: 0;
	text-decoration: none;
	color: inherit;
}
html {
	font-size: 16px;
}
body {
	position: relative;
	font-size: 1rem;
	font-family: 'Georgia';
	color: #f4e1c8;
	background-image: url('../img/bg-main.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	line-height: 1.6;

}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
}

/* HEADER & NAV */

nav > ul {
	display: inline-block;
	vertical-align: top;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
nav > ul > li {
	display: inline-block;
	vertical-align: top;
}
nav li {	
	margin: 0;
	padding: 0;
}
nav li a {
	display: inline-block;
	padding: 8px 14px;
}
nav li a:hover {
	text-decoration: none;
}

.bgimg-layer {
	height: 100%;
	overflow: hidden;
}
.bgimg-layer img {
	display: block;
	width: 150%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	bottom: 9rem;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.anniversary-badge {
	position: absolute;
	top: 1rem;
	left: -1px;
	max-width: 20rem;
	height: auto;
}
.appstores-menu {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem 2rem 2rem 2rem;
}
.appstores-bg {
	position: absolute;
	top: -7rem;
	right: -7rem;
	max-width: 34rem;
	height: auto;
}
.store-btn {
	position: relative;
	display: block;
	max-width: 15rem;
	height: auto;
	margin: .5rem auto;
}
.store-btn img {
	max-width: 100%;
	height: auto;
}
.store-btn.appstore {
	filter: grayscale(1);
	opacity: .4;
}

.page-content-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	text-align: center;
	overflow-x: hidden;
}

.img-deco {
	width: 70%;
	margin: 1rem auto;
	max-width: 15rem;
}

.game-logo {
	margin: 1.5rem auto;
}

.copy-top {
	margin: 4rem auto 2rem auto;
}
.copy-top .img-deco {
	margin: 3rem auto;
}

.video-box {
	position: relative;
	margin: 3rem auto;
	padding: 1rem;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;	
	z-index: 9999;	
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.video-deco {
	position: absolute;
	top: -2rem;
	left: -2rem;
	transform: rotate(0);
	width: 8rem;
	height: auto;
}
.video-deco2 {
	left: auto;
	right: -2rem;
	transform: rotate(90deg);
}
.video-deco3 {
	top: auto;
	left: auto;
	bottom: -2rem;
	right: -2rem;
	transform: rotate(180deg);
}
.video-deco4 {
	top: auto;
	bottom: -2rem;
	transform: rotate(270deg);
}

.copy-2 {
	margin: 3rem auto 4rem auto;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.copy-2 p {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.cta-buttons {
	margin: 3rem auto 4rem auto;
}
.cta-buttons .img-deco {
	margin-top: 6rem;
}

.cta-button {
	position: relative;
	display: block;
	padding: .8rem 3rem;
	background: #21424b;
	border-radius: .6rem;
	width: 85%;
	max-width: 25rem;
	margin: .3rem auto;
	border: 1px solid #c5bd90;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
	font-size: 1.1rem;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.62);
	transition: all .3s;
}
.cta-button:before {
	content: '';
	position: absolute;
	top: -.5rem;
	left: -.5rem;
	border: 1px solid #c5bd90;
	width: calc(100% + 1rem);
	height: calc(100% + 1rem);
	border-radius: .9rem;
}
.cta-button:hover {
	background: #366673;
	-webkit-box-shadow: inset 0px 0px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 18px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 18px 0px rgba(0,0,0,0.75);
}
.cta-button.cta-red {
	background: #a91717;
}
.cta-button.cta-red:hover {
	background: #c83535;
}
.cta-button span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.cta-button span:before,
.cta-button span:after {
	content: '';
	position: absolute;
	left: -2.3rem;
	top: 50%;
	width: 3rem;
	height: 2rem;
	background-image: url(../img/deco-button-left.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translateY(-50%);	
}
.cta-button span:after {
	left: auto;
	right: -2.3rem;
	transform: translateY(-50%) rotate(180deg);
}
.buttons-deco {
	max-width: 9rem;
	height: auto;
	margin: .2rem auto;
}
.buttons-deco-right {
	transform: rotate(180deg);
}
.slider-section {
	padding: 1rem 0 15rem 0;
	position: relative; 
	z-index: 999;
}
.slider-box {
	position: relative;
}
.sliderbg {
	position: absolute;
	top: 4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 140%;
	height: auto;
	max-width: 1200px;
	z-index: 10;
}
.slide-img {
	padding: 1.5rem;
}
.slide-img img {
	-webkit-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.7);
}
.slider-box {
	width: calc(100% - 6rem);
	max-width: 1700px;
	margin: 1rem auto;
	position: relative;
	z-index: 999;
}

/* CAROUSEL */

.slick-prev,
.slick-next {

	padding: 2rem 1rem;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover
.slick-next:focus{

}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

}    
.slick-next {
	right: -3rem;
	z-index: 999;
}
.slick-prev {
	left: -3rem;
	z-index: 999;
}
.slick-prev:before, .slick-next:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);   
	content: '';
	width: 4rem;
	height: 6rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}    
.slick-next:before {
    background-image: url('../img/icon-chevron-right.png');
}
.slick-prev:before {
    background-image: url('../img/icon-chevron-left.png');
}

.main-footer {
	position: relative;
	background: white;
	color: black;
	padding: 6rem 0 5rem 0;
	z-index: 5;
}
.main-footer:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 12rem;
	background-image: url(../img/footer-edge.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	transform: translateY(-100%);
}
.footer-col-left {
	position: relative;
}
.footer-col-left:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0rem;
	width: 2rem;
	height: 12rem;
	background-image: url(../img/deco-dark-vertical.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	transform: translateX(50%);
}
.patronate-box img,
.patronate-box span {
	display: inline-block;
	vertical-align: middle;
}
.patronate-box img {
	margin-right: 2rem;
	max-width: 9rem;
	height: auto;
}
.patronate-box span {
	text-align: left;
	font-size: 1.5rem;
}
.footer-socials {
	text-align: center;
	padding: 1.5rem 0;
}
.footer-socials a {
	display: inline-block;
	vertical-align: middle;
	padding: 1rem 1rem;
	margin: 1rem .5rem;
}
.footer-socials a:hover {
	background: rgba(0,0,0,0.8);
	color: white;
}

.footer-copy {
	margin-top: 6rem;
	text-align: center;
	padding: 1rem 2rem;
	font-size: .9rem;
}
.footer-copy a:hover {
	text-decoration: underline;
}

/* MEDIA QUERIES */

/* bootstrap MD */
@media screen and (max-width: 1200px) {
   html {
   	font-size: 15px;
   }
   .store-btn {
       max-width: 10rem;
   }
   .appstores-bg {
       max-width: 28rem;
   }
   .anniversary-badge {
       max-width: 15rem;
   }
}
/* bootstrap SM */
@media screen and (max-width: 992px) {
	html {
		font-size: 14px;
	}
	.cta-button {
		margin: 2rem auto;
	}
	.footer-col-left:after {
	    left: 50%;
	    content: '';
	    position: absolute;
	    right: auto; 
	    bottom: -9rem;
	    top: auto;
	    width: 2rem;
	    height: 12rem;
	    background-image: url(../img/deco-dark-vertical.png);
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    transform: translateX(-50%) rotate(90deg);
	}
	.footer-socials {
		margin-top: 4rem;
	}
	.cta-buttons {
	    margin: 1rem auto 2rem auto;
	}

}
/* bootstrap XS */
@media screen and (max-width: 768px) {
	html {
		font-size: 12px;
	}
	h3 {
		font-size: 1.5rem;
	}
	p {
		font-size: 1.2rem;
	}
	.video-box {
		padding: 0;
	}
	.video-deco {
		width: 6rem;
	}
	.game-logo {
	    margin: 12.5rem auto 1.5rem auto;
	}
	.appstores-menu {
	    position: absolute;
	    top: 0;
	    right: 0;
	    padding: 0rem .5rem 1rem 1rem;
	}
	.appstores-bg {
	    max-width: 25rem;
	}
	.bgimg-layer img {
	    width: 100%;
	    bottom: -6rem;
	}
	.slider-box {
	    width: calc(100% - 3rem);
	}
	.slick-next {
	    right: -1.2rem;
	}
	.slick-prev {
		left: -1.2rem;
	}
	.slider-section {
	    padding: 1rem 0 30vw 0;
	}
	.sliderbg {
		top: 10rem;
	}
}

@media screen and (max-width: 350px) {
	.patronate-box img {
	    margin-right: 2rem;
	    max-width: 7rem;
	}
	.patronate-box span {
	    text-align: left;
	    font-size: 1.2rem;
	}
}