/* NAVBAR */
.navbar {
    padding: 0.1rem 0.5rem;
    min-width: calc(100vw);
    position: fixed;
    top: 0px;
    height: 4rem;
}

.nav-link{
    font-weight: 500;
    font-size: 1.4rem;
    color: #444;
}

.navbar-end {
    place-content: center;
    margin-right: calc(50vw - 125px - 0.5rem);
    /* margin-right: 50vw; */
}

 a.navbar:link{
    color: #444;
}

.career-link{
    color: #189bd8;
}

/* FULL PAGE */
.container{
    margin-left: auto;
    margin-right: auto;
    /* padding-left: .4rem; */
    padding-right: 0;
}
.col{
    padding-left: 0;
    padding-right: 0;
}
body{
    overflow-x: hidden;
    position: relative;
    top: 0px;
}
/* .full-page{
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
     min-height: calc(100vh - 3rem - 4.2rem); 
} */

.bp-main-page{
    padding-left: 0;
    padding-right: 0;
    padding-top: 4.0rem;
    padding-bottom: 5rem;
    position: relative;
    min-height: 95vh;

}
.p {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    font-size: 1.15rem;
}

body::-webkit-scrollbar {
    width: .4rem;
  }
   
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  body::-webkit-scrollbar-thumb {
    background-color: #748eae;
    outline: 1px solid #2a4361;
  }

.container{
    margin: 0px;
    padding: 0%;
    min-width: calc(100vw);
}

.full-width{
    width: calc(100vw-.4rem);
    margin: 0;
    padding: 0;
}

footer{
    width: calc(100vw);
    /* height: 3rem; */
    position: absolute;
    bottom: 0px;
    padding-top: .5rem;
    /* padding-bottom: 1rem; */
    background-color: rgba(160,160,160,var(--mdb-bg-opacity))!important;
    margin-bottom: 0%;
    }
.copyright{
    background-color: rgba(160,160,160,var(--mdb-bg-opacity))!important;
    color: rgb(215,215,215);
    padding-top: .4rem;
    margin-bottom: 0px;
}

/* CONTENT */

h3{
    font-size: 3rem;
    font-weight: 700;
    
}


h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 700;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

a.h3:link{
    text-transform: uppercase;
    color: #189bd8;
    font-size: 1.8rem;
    padding-top: 15px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}
.h3-link {
    text-align: center;
    text-transform: uppercase;
    color: #189bd8;
    font-size: 1.8rem;
    padding-top: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}
.h4{
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #189bd8;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.gradient-to-gray{
    background-image: linear-gradient(180deg, white, lightgray);
    min-height: 0rem;

}

@media screen and (max-width: 1100px){
    h3{
        font-size: 2rem;
    }
    h2{
        
        font-size: 2.2rem;
        font-weight: 700;
        padding-top: 0.5rem;
    }
}
@media screen and (max-width: 800px){
    .col-sm-0{
        max-width: 0px;
        margin: 0;
        padding: 0%;
    }
    
}
.row {
    margin-left: 0;
    margin-right: 0;
}

/* YOUTUBE TRAILER */

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw);
    height: 100%;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

/* MISSION */
.mission{
    text-align: center;
    color: #212137;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.mission-p{
    text-align: center;
    padding: 1rem 3rem;
    font-size: 1.1rem;
} 

/* BEHIND THE SCENES */
.videos {
    padding: 0;
    text-align: center;
}
.bts-p{
    text-align: center;
    width: calc(100vw *.33);
    padding: 1rem 2rem 3rem;
    font-size: 1.1rem;
    margin: 0 auto;
}

.bg-video{
    position: relative;
    top: 0;
    min-height: calc(95vh);
    margin: auto;
    width: calc(100vw);
    padding-bottom: calc((100vw) * 0.5625);
    background-color: black;
}

.bts-video-motr{
    position: relative;
    margin: auto;
    width: calc(33vw);
    height: calc(33vw*0.563);
}

.bts-videos{
    position: relative;
    margin: 25px auto calc((30vw*0.564));
    width: calc(30vw);
    height: calc(30vw*0.564);
}


.bts{ 
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-color: lightgray;
}

.gradient-to-alpha{
    background-color:  lightgray;
    min-height: 3rem;

}

  /* CULTURE */
.culture-row{
    color: white;
    padding: 1.1rem 0rem;
    
}

.parallax{
    background-image: url(Austin_Background.jpg);
    min-height: calc(100vw * .25);
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
  }

.culture{    
    background-color: rgba(68, 68, 68, 0.87);
    margin: 15px 0px;
    padding-top: 60px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    border-radius: 1rem;
}

a.culture-a{
    color: #189bd8;
}

a.culture-a:visited{
    columns: #189bd8;
}

a.fab a.fab:visited a.fab:hover{
    color: white;
}

.p-4 {
    margin-left: 0px;
    margin-right: 0px;
    min-width: calc(100vw);
}
.apply-btn {
    width: 15rem;
    text-align: center;
    line-height: 4rem;
    font-size: 2rem;
    margin: 0 auto 3rem;
    padding: 1rem 0 1rem;
    height: 6rem;
    place-items: center;
    border-radius: 0.5rem;
    background-color: #189bd8;
}

/* CULTURE CAROUSEL */
.container-culture{
    min-width: unset;
    /* max-width: 70%; */
    margin: 0 auto 0;
    border-radius: 1rem;
}
/* .glide-culture{
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
} */
.culture-carousel{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    max-width: 1296px;
}
.culture-image {
    display: block;
    width: 100%;
    height: 60vh;
    object-fit:cover;
    border-radius: 1rem;
}
/* .glide__arrow{
    margin-left: .18vw;
    margin-right: .68vw;
    }
    @media screen and (max-width: 1800px){
        .glide__arrow{
            margin-left: 0;
            margin-right: 0;
        }
    } */
.glide__arrow--left{
    /* margin-left: 1.5vw; */
    position: absolute;
    top: 90%;
    left: 5%;
    color: #189bd8;
    font-weight: 500;
    line-height: 1.8rem;
    border-radius: .4rem;
    border-style: none;
    background-color: rgba(255, 255, 255, 0.76);
}

.glide__arrow--right{
    /* margin-left: 1.5vw; */
    position: absolute;
    top: 90%;
    right: 5%;
    color: #189bd8;
    font-weight: 500;
    line-height: 1.8rem;
    border-radius: .4rem;
    border-style: none;
    background-color: rgba(255, 255, 255, 0.76);
}
    
/* OUR GAMES */
.games-row{
    margin-top: 2rem;
    margin-bottom: 2rem;
    
}

.game-card {
    min-width: 367px;
    max-width: 367px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8rem;
}

.card-title{
    padding: 0;
    font-size: 1.4rem;
    padding-left: 0px;
    margin-bottom: 2rem;
    min-height: 5rem;
}

.card-body{
    min-height: 360px;
}

.small-text {
    margin-top: 1rem;
    font-size: .6rem;
}

.card-text{
    min-height: 8rem;
}

/* JOBS */
.team-name{
    margin-bottom: 0%;
}

@media screen and (max-width: 1370px){
.team-name{
font-size: 1.0rem;

}
}

.job-row {
    width: 100%;
    margin: .2rem 0 0;

}
.jobs-left{
    text-align: right;
    border-right:2px solid #4f4f4f;
}
.jobs-right{
    text-align: left;
    border-left:0px;
}
@media screen and (max-width: 767px){
    .jobs-left {
        text-align: center;
        border-right: 0px;
    
    }.jobs-right{
        
        text-align: center;
        border-left: 0px;
    }
}
.job-post {
    font-size: 1rem;
    font-weight: 400;
    color:rgb(77, 77, 77);
    padding-bottom: 0.2rem;
    padding-top: 0;
    text-decoration: none;
    margin-bottom: 0.2rem;
    text-align: inherit;
    transition: color .25s;
}
.job-post:hover{
    color:#999;
    text-decoration: unset;
}





/*All Games*/
.my-carousel{
    position:inherit;
    /* margin-top: 3rem;
    margin-bottom: 3rem; */
    max-width: 1400px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.slide-image {
    display: block;
    width: 100%;
    max-width: 1280px;
    max-height: 720px;
    object-fit:contain;
    padding-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(.2rem .2rem 10px #333);
}

.game-title{
    padding-top: 4rem;
    padding-left: 3rem;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3px;
}

.game-score{
    font-weight: normal;
    padding-left: 3rem;
    margin-bottom: 3px;
}
.game-release{
    font-weight: normal;
    padding-left: 3rem;
}

@media screen and (max-width: 800px) {
  .glide__arrows {
    display: none;
  }
}
.all-games-arrow{
    margin: 0 0.5rem;
    top: 70%
}
