﻿@font-face {
    font-family: Montserrat-Bold;
    src: url('Montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('Montserrat/montserrat-bold-webfont.woff') format('woff');
}

body {
    overflow-x: hidden;
    background-color: #242424;
    margin: 0;
    padding: 0;
}
.navigation {
    position: fixed;
    background-color: black;
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0px;
    z-index: 1;

}

#mobileNavGames {
    position: fixed;
    height: 80%;
    top: 10%;
    width: 30%;
    right: 60vw;
    background-color: white;
    border: 2px solid black;
}

.navShowBar {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    background-color: inherit;
    text-align: center;
    outline: none;
    border: none;
}
.mobileNav {
    position: fixed;
    right: 0%;
    top: 0%;
    height: 100%;
    width: 60vw;
    background-color: #1F1E1E;
    z-index:2;
}
.sideThing {
    left: 0px;
    position: relative;
    top: 90%;
    width: 300px;
    height: 100px;
    background-color: #FC3434;
    font-size: 70px;
    text-align: center;
    vertical-align: central;
    font-family: Montserrat-Bold;
    border-right: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

.videoArea{
    display: flex;
    width:calc(100vw - 50px);
    
  flex-wrap: wrap;
}

.videoAreaItem video{
    width:100%;
}

.videoAreaItem iframe{
    width:100%;
    aspect-ratio: 16/ 9;
}

.videoAreaItem h3{
    width:100%;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
    color:rgb(229, 229, 229);
    
    font-family: Montserrat-Bold;
}


.videoAreaItem{
    width:500px;
    max-width: 560px;
    margin-left: 50px;
    margin-top: 50px;
    flex:1 0 25%;
}

.bannerImage {
    position: inherit;
    background-image: url(images/firecat.jpg);
    height: 100%;
    width: 100vw;
    filter: brightness(60%);
    object-fit: fill;
    /* background-repeat: no-repeat;
    background-size: cover; */
}
.banner {
    position: absolute;
    width: 100%;
    height: 70%;
    top: 7%;
    left: 0px;
    border-bottom: 10px solid black;
    color: white;
}

.mobileNavItem {
    font-family: Montserrat-Bold;
    font-size:25px;
    text-align:center;
    cursor:pointer;
    color:white;
    border:2px solid black;
    padding-top:10px;
    padding-bottom:10px;
}

.mobileNavItem:hover{
   background-color:red;
}

@viewport{
    zoom:1.0;
    width: auto;
}
@-ms-viewport {
    zoom: 1.0;
    width: auto;
}

.homepageTitle {
    top: 20%;
    position: relative;
    text-align: center;
    font-size: 8vw;
    font-family: Montserrat-Bold;
    text-shadow: 3px 3px red;
}
.navGamesDropDown {
    position: fixed;
    top: 70px;
    width: 80%;
    left: 8%;
    padding-bottom: 30px;
    /* min-height: 300px; */
    background-color: white;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}
.gameInNavTitle {
    position: relative;
    margin-top: 35%;
    color: black;
    font-size: 200%;
    font-family: Montserrat-Bold;
}
.gameInNavBackground {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    filter: blur(1px);
    background-repeat: no-repeat;
    background-size: cover;
}
.gameInNav {
    position: relative;
    margin-top: 2%;
    margin-left: 2%;
    width: 200px;
    height: 200px;
    border: 4px solid black;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size:10px;
}
.gameArea h2{
    margin-left: 20px;
    font-family: Montserrat-Bold;
    font-size: 30px;
    margin-top: 50px;
    float:left;
    width:100vw;
    color:rgb(229, 229, 229);
}
.gameFront {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: white;
    display: inline-block;
    margin-left: 50px;
    margin-top: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size:20px;
    font-family: Montserrat-Bold;
    background-size: cover;
}

.gameFront:hover{
    box-shadow: 0 0 8px red;
    
}

.gameArea{
    position:relative;
    margin-top:20px;
}

.gameArea h2{
    margin-left: 20px;
}

.gameInNav:hover {
    box-shadow: 0 0 5px red;
    margin-top: 1%;
    margin-left: 1%;
    height: 250px;
    width: 250px;
}

.gameInMobileNav {
    position: relative;
    margin-top: 8%;
    margin-left: 8%;
    width: 80%;
    height: 20%;
    border: 4px solid black;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}

.centerText {
    position:relative;
    margin-top:42%;
    text-align: center;

}

.homepageSubtitle {
    top: 30%;
    position: relative;
    text-align: center;
    font-size: 3vw;
    font-family: Montserrat-Bold;
}

.footer {
    margin-top: 200px;
    padding:0;
    
    position: relative;
    height: 140px;
    width: 100%;
    background-color: #1C1B1B;
    left: 0px;
    border-top:4px solid black;
}

.bottomLogo{
     display:block;
     margin-left:auto;
     margin-right:auto;
     margin-top:auto;
     height:100px;
     position:relative;
     color:white;
     
}

.trademarkText {
    font-size:120%;
    position:absolute;
    color:white;
    bottom:15px;
    left:20px;
    font-family:Montserrat-Bold;
}
.navLogo {
    position: fixed;
    top: 0.5%;
    left: 3%;
    max-height: 60px;
}

.navGames {
    position: relative;
    top: 30%;
    padding: 20px;
    color: darkgray;
    font-size: 140%;
    font-family: Montserrat-Bold;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.active, .navGames:hover {
    background-color: #FC3434;
    color:white;
}

#titleT:hover {
    color: #FC3434;
}

.aboutUsArea{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color:white;
    font-family: Montserrat-Bold;
}

.aboutUsArea img{
    margin-top: 20px;
    width:auto;
    max-width: 800px;
}

.aboutUsArea video{
    margin-top: 20px;
    width:auto;
    max-width: 800px;
}

/*

    #navGames:hover + .navGamesDropDown {
    visibility: visible;
    }

    .navAboutDropDown {
    position: fixed;
    top: 7%;
    width: 10%;
    left: 19%;
    height: 16%;
    background-color: white;
    visibility: hidden;
}


    #navAbout:hover + .navAboutDropDown {
    visibility: visible;
}
*/