@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto|Rubik');

/* 
===============
NAVBAR SECTION 
===============
*/
.navbar {
    position: fixed !important; top: 0; left: 0; right: 0; z-index: 1
}
.navbar-menu {
    display: -webkit-box;
}
.scrolling-box {
    display: block;
    scroll-behavior: smooth;
}
/*
===================
NAVBAR SECTION ENDS
===================
*/

/*
==============
#hero SECTION
==============
*/
#hero {
/*taustakuva ja pelin logo/nimi */

    background-image: url("Lvl3AlcTowerBG.png");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
}
.heroTitle {
    color: white !important;
    display: block;
	margin-left: auto;
	margin-right: auto;
}
.heroSubtitle {
    text-align: center;
    font-size: 2em!important;
    color: white !important;
}
.title {
    font-family: 'Rubik', sans-serif;
    color: white !important;
}
.subtitle {
    font-family: 'Roboto', sans-serif;
    color: white !important;
}
@media only screen and (min-width: 560px) {
    .googlePlay {
		display: block;
		margin-left: auto;
		margin-right: auto;
        width: 500px;
    }
}
/*
=================
#hero SECTION ENDS
=================
*/

/*
=====================
#description SECTION
=====================
*/
#description {
    background-color: black;
}
.infoColumns {
    margin: auto;
    color: white !important;
}
@media only screen and (min-width: 560px) {
    .infoImageColumns {
        padding-left: 20px;
    }
}
.description {
    padding-bottom: 20px;
}
.imageTwo {
    margin: auto;
}
.gameVideo {
    padding-top: 3em;
}
.gameImage {
    height: 250px!important;
}
.gameImg {
	margin: 0;
	padding: 0;
    overflow: hidden;
}
.gameImg:hover {
	bottom: -36px;
	opacity: 1;
}
.gameImg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gameImg:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
}   
div.gameImg img {
    height: auto;
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modally {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 650px;
}
.modally, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0.1)} 
    to {transform:scale(1)}
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/*
=========================
#description SECTION ENDS
=========================
*/

/*
==============
#team SECTION 
==============
*/
#team {
    padding-bottom: 4em;
    background-color: dimgrey;
}
.profile {
    padding: 20px;
    color: white !important;
}
@media only screen and (max-width: 780px) {
    .imageContainer {
        max-width: 255px;
    }
}
@media only screen and (min-width: 1218px) {
    .brandColumns {
        margin: auto;
        padding: 3em 5em 0em 5em;
    }
}
.levelImage {
    max-height: 300px!important;
    display: block;
    width: 100%;
    height: auto;
}
.imageContent {
    padding-bottom: 20px;
}
.imageContainer {
    position: relative;
    width: 90%;
    margin: auto; 
}

/*
==================
#medFooter SECTION
==================
*/
#medFooter {
    background-color: black;
}
.portalLink:hover {
    text-decoration: underline;
}
.arrow {
    font-size:3em;
    margin-bottom: -80px;
    color: black;
}
/*
=======================
#medFooter SECTION ENDS
=======================
*/

/*
=======
FOOTER
=======
*/
.brandColumns {
    margin: auto;
    padding: 10px;
}
@media only screen and (min-width: 560px) {
    .brandColumns {
        margin: auto;
        padding: 3em 5em 0em 5em;
    }
}
.logo {
    max-height: 100px;
    padding-bottom: 20px;
}
.tikoLogo {
    max-height: 85px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 560px) {
    .msml_logo {
        border-left: 2px solid dimgrey;
        padding-left: 20px!important;
    }
}
@media only screen and (max-width: 560px) {
    .borderMobile {
        border-bottom: 2px solid dimgrey;
        padding: 20px!important;
    }
}
.footer {
    background-color: #ffffff !important;
    padding-bottom: 3rem!important;
    color: dimgrey;
}
strong {
    color: dimgrey!important;
}
.copyrightContent {
    padding-top: 30px!important;
}
/*
===========
FOOTER ENDS
===========
*/