html {
    height: 100%;
    background-color: #120807;
}

.color-gray{
    background-color: #313030 !important;
    
}

.link {
    text-decoration: none !important;
}

body { 
    height: 100%; 
    background-color: #120807;
}

.age-table {
    color: white;
    background-color: #353434;
}
.age-table th, .age-table td {
    padding: 10px;
}
.header{
    color: white;
    font-family: 'Nova Round', sans-serif;
    line-height: 1.3 !important;
}

.store-buttons {
    margin: 15px;
}

.container{
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100% !important;
}

.email-button{
    background-color: #68264c;
    padding-top: 2px;
    border: none;
    color: white;
    margin-left: -6px;    
    height: 30px;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}

.team-header{
    color: #ffffff;
    font-family: 'Nova Round', sans-serif;
    font-size:25px;    
}

.footer-header{
    color: white;
    font-family: 'Nova Round', sans-serif;
    font-size:25px;
}

.sub-header{
    color: white;
    font-family: 'Lato', sans-serif;
    line-height: 1.3 !important;
    font-size: 23px;
    text-align:justify;
}

.alert-dismissible .close { 
    padding-left: .75rem 1.25rem; 
    padding-top: 0px; 
}

.alert{
    font-family: 'Raleway', sans-serif;
    position: absolute;
    border-radius: 0px;
    text-align: center;
    background: #da8f27;
    color: white;
    border: none;
    top: 0px;
    z-index: 20;
    right: 0;
    left: 0px;
}

.text{
    color: #67f685;
    font-family: 'Raleway', sans-serif;
    line-height: 1.85 !important; 
    text-align:justify;
}

.text-column-rigth{
    padding-right:20px;
}

.text-column-left{
    padding-left:20px;
}

.padding-top{
    padding-top: 45px;
}

.sub-text{
    color: #b3f4de;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;   
}

.devlog-link{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;   
    font-size: 22px;
    text-decoration: none
}

.social-link{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.thumbnail{
    width: 50%;
    height: 50%;
    padding-right: 40px;
    padding-left: 30px;
}

.thumbnail:hover{
    opacity: 0.4;
}

.footer-cafundo{
    font-family: 'Raleway', sans-serif;    
    font-weight: 300;
    line-height: 1.85em;
    color: white;
    widows: 50%;
    background-color: #120807;
    font-size: 1em;
}

.footer-news-letter{
    font-family: 'Raleway', sans-serif;
    background-color: #237756;
    width: 100px;
}

.email-field{
    font-family: 'Raleway', sans-serif;
    background-color: #120807;
    border: none;
    color: white;
    text-align: center;
    width: 230px;
    height: 30px;
}

.email-field:focus {
    outline: none;
    border: none;
}

.footer-devlog{
    background-color: #5dd15e;
    height: 160px;
    width: 100px;
}

.footer-social-midia{
    background-color: #237756;
    height: 120px;
}

.footer-team-photo{
    background-color: #1d6320;    
    padding-bottom: 10px;
}

.team-member-title{
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.team-member{
    padding-top: 35px;
    padding-bottom: 25px;
    width: 305px;
    margin-right: 10px;
    float:left;
}

.team-container{
    /* margin-left: calc(50% - 298px);
    width:633px; */

    margin-left: calc(50% - 470px);
    width: 947px;
}

.team-member-center{
    margin-left: 50%;
    transform: translateX(-50%);
}

.team-member-left{
    margin-left: 50%;
    transform: translateX(-100%);
}

.team-member-right{    
    transform: translateX(-100%);
}

.padding-bot{
    padding-bottom : 45px;
}

.team-photo{
    float: left; 
    padding-right: 10px;
}


.ancine_logo{
    width:200px;
}
/* .team-member-detail{
    padding-left: 10px;
} */

.team-member-description{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.footer-team{
    background-color: #1d6320;
    height: 100px;
    width: 100px;
    padding-bottom: 25px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */    
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    z-index: 5000;
}

/* Modal Content (image) */
.modal-content-img {
    transform: translate(0,-50%);
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;  
}


/* The Close Button */
.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;
}

/* 100% Image Width on Smaller Screens */
/* @media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
} */

.line-decoration{
    width: 50px;
    height: 1px;
    border-bottom: 2px solid #5e1b48;    
    margin-left: 50%;
    transform: translate(-50%,0);  
}

.content{
    background-color: #120807;    
    position:relative;
    z-index: 2000;
}

.text-content{
    width:700px;
    margin-left: 50%;
    transform: translate(-50%,0);
}

.video{
    width: 700px;
    height: 450px;
    margin-left: 50%;
    transform: translate(-50%,0);
}

.keyart_layer{     
    position: absolute;    
    margin-top: 0px;   
    left: 50%; 
    transform: translate(-50%,0);    
    z-index:10;
}

.lucius {
    top:18%;
    height: 65%;
}

.fit-screen{     
    height: 115%;
}

#keyart-0 {
    background-image: url('../img/parallax/parallaxe0.png');
    background-color: #120807;
}

#keyart-1 {
    background-image: url('../img/parallax/parallaxe1.png');
}
#keyart-2 {
    background-image: url('../img/parallax/parallaxe2.png');
}
#keyart-3 {
    background-image: url('../img/parallax/parallaxe3.png');
}
#keyart-4 {
    background-image: url('../img/parallax/parallaxe4.png');
}
#keyart-5 {
    background-image: url('../img/parallax/parallaxe5.png');
}
#keyart-6 {
    background-image: url('../img/parallax/parallaxe6.png');
}

#keyart-scrim {
    background-color: #003528;
    opacity: 0;
}

.google-play-image {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
}

.google-play-image img {
    max-width: 90vw;
}


@media only screen and (max-width: 1625px){ 
    /* .team-container{
        padding-left: calc(50% - 600px);
    }     */
}

@media only screen and (max-width: 1300px){ 
    /* .team-container{
        padding-left: calc(50% - 450px);
    }     */
}


@media only screen and (min-width: 660px){ 
    /* .alone{
        margin-left: 150px;
    }  */
}


@media only screen and (max-width: 992px){ 
    .team-container{
        margin-left: calc(50% - 305px);
    }
        
}


@media only screen and (max-width: 660px){ 
     .team-container{
        margin-left: calc(50% - 150px);
    }     
}

@media only screen and (max-width: 600px){ 
    .text-content{
        width:300px;
    }
}


@media only screen and (max-width: 300px){ 
    .text-content{
        width:200px;
    }

    .email-field{
        width: 120px;
    }

    .footer-news-letter{
        height: 120px;
    }
}



/* @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){ 
   	#keyart-0 {
		background-image: url('img/parallax/parallax0@2x.png');
		background-color: #ffaf1b;
	}
	#keyart-1 {
		background-image: url('img/parallax/parallax1@2x.png');
	}
	#keyart-2 {
		background-image: url('img/parallax/parallax2@2x.png');
	}
	#keyart-3 {
		background-image: url('img/parallax/parallax3@2x.png');
	}
	#keyart-4 {
		background-image: url('img/parallax/parallax4@2x.png');
	}
	#keyart-5 {
		background-image: url('img/parallax/parallax5@2x.png');
	}
	#keyart-6 {
		background-image: url('img/parallax/parallax6@2x.png');
	}
	#keyart-7 {
		background-image: url('img/parallax/parallax7@2x.png');
	}
	#keyart-8 {
		background-image: url('img/parallax/parallax8@2x.png');
	}
} */