/******************************
GENERAL
******************************/

body {
    background-color: #000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #fffffe;
}

ul {
    padding: 0;
    margin: 0;
}

ul > li {
    list-style-type: none;
}

section,
#home {
    padding-top: 150px;
    padding-bottom: 100px;
    height: 100vh;
    min-height: 740px;
}

p,
h1,
h2,
h4 {
    font-size: 1.5em;
    display: inline-block;
    padding: 0;
    margin: 0;
}

h3 {
    display: block;
}

li {
    font-size: 1.2em;
    padding-top: 15px;
}

.gray-container {
    background-color: rgba(39, 38, 38, 0.1);
    padding: 40px 0 20px 0;
}
.title-set {
    text-align: left;
    font-family: "Roboto";
    font-size: 2.5em;
    font-weight: 500;
    line-height: 2.5em;
    margin: 30px 0 20px 0;
}

/******************************
Nav
******************************/
.nav-back {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 40px;
}
.nav-set {
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
}

.logo-new-focus {
    padding-bottom: 8px;
}

a,
a:active,
a:hover,
a:visited,
a:link {
    color: #fffffe;
    text-decoration: none;
}
.nav-set a:hover {
    opacity: 0.8;
    transition: all 0.2s;
}

.indicator {
    width: 105%;
    height: 3px;
    margin: 0 auto;
    background-color: #fffffe;
}
.nav-indicator {
    position: relative;
    top: -25px;
}

.home-switch,
.games-switch,
.us-switch,
.service-switch,
.portfolio-switch,
.contact-switch {
    transition: all 0.4s;
}

/******************************
Parallax
******************************/
#parallax {
    position: fixed;
    height: 2800px;
    width: 125px;
    background-image: url("https://a6605e.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/paralax.png");
    background-repeat: no-repeat;
    opacity: 0.2;
}

/******************************
Header
******************************/
#home {
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.new-focus-back {
    display: none;
}

/******************************
Games
******************************/

#games {
    background-image: url("https://b9822a.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/endless.jpg"),
        url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
    background-repeat: no-repeat;
    background-position: right bottom, left center;
    background-size: 50% auto, auto 100%;
}

#game-plot {
    position: relative;
    z-index: 100;
    height: auto;
    padding: 10px 30px 10px 30px;
    font-size: 1.4em;
    font-family: "Nunito";
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 10%,
        rgba(0, 0, 0, 0.2) 90%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(0, 0, 0, 0)),
        color-stop(4%, rgba(0, 0, 0, 0.2)),
        color-stop(95%, rgba(0, 0, 0, 0.2)),
        color-stop(100%, rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 10%,
        rgba(0, 0, 0, 0.2) 90%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 10%,
        rgba(0, 0, 0, 0.2) 90%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 10%,
        rgba(0, 0, 0, 0.2) 90%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 10%,
        rgba(0, 0, 0, 0.2) 90%,
        rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

/******************************
Staff
******************************/

#us {
    background-image: url("https://658058.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/motoquero.jpg"),
        url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
    background-repeat: no-repeat;
    background-position: right bottom, left center;
    background-size: auto 100%, auto 100%;
}

#info {
    margin: 10px 0 50px 0;
    font-family: "Nunito", sans-serif;
    font-size: 1.4em;
}
#info > h1,
h2,
p {
    display: inline;
    font-weight: 300;
}

.member-set h2,
h3 {
    font-family: "Roboto";
    font-weight: 500;
}
.member-set p {
    font-family: "Nunito";
}

/******************************
Services
******************************/

#services {
    background-image: url("https://82916e.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/robot.jpg"),
        url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
    background-repeat: no-repeat;
    background-position: right bottom, left center;
    background-size: auto 100%, auto 100%;
}

.service-set li {
    font-family: "Nunito";
    font-weight: 300;
    font-size: 1.3em;
}

/******************************
Portfolio
******************************/

#portfolio {
    background-image: url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

figure {
    margin-top: 25px;
}

/******************************
Contact
******************************/

#contact {
    background-image: url("https://b371db.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/viajero.jpg"),
        url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
    background-repeat: no-repeat;
    background-position: right bottom, left center;
    background-size: auto 100%, auto 100%;
}

#contact p {
    font-family: "Nunito", sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    display: block;
    text-align: left;
    padding: 30px 0 30px 0;
}
#contact i {
    display: inline-block;
    margin: 20px;
}
#contact i:hover {
    opacity: 0.15;
    transition: all 0.2s;
}

#name,
#mail,
#message {
    padding: 10px 0 10px 10px;
    background-color: #000;
    border: 2px solid #fffffe;
    border-radius: 5px;
    color: #fffffe;
    font-size: 1.5em;
    margin: 5px 0 5px 0;
}

#message {
    height: 200px;
}
#send {
    background-color: #fffffe;
    color: #000;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10x;
}
#send:hover {
    background-color: #000;
    color: #fffffe;
    border: 2px solid #fffffe;

    transition: all 0.8s;
}

/*******************************************************************************************
MEDIA
********************************************************************************************/

@media (max-width: 992px) {
    /******************************
GENERAL
******************************/
    body {
        min-width: auto;
    }
    section,
    header {
        padding-top: 35px;
        height: auto;
        min-height: auto;
    }

    /******************************
Header
******************************/
    #home {
        padding-top: 35px;
        background-image: none;
    }

    .new-focus-back {
        display: block;
        padding: 20px;
    }

    .video-set {
        display: none;
    }

    /******************************
Games
******************************/

    #games {
        background-image: url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }
    #game-plot p {
        font-size: 0.8em;
    }

    /******************************
Staff
******************************/

    #us {
        background-image: url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: , contain;
    }

    .member-set {
        margin-bottom: 20px;
    }

    .member-set p {
        font-size: 1.2em;
    }

    .member-set h3 {
        font-size: 1.4em;
        text-transform: uppercase;
    }

    /******************************
Services
******************************/

    #services {
        background-image: url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }

    .service-set {
        margin: 20px 0 50px 0;
    }

    /******************************
Portfolio
******************************/
    .project-set {
        padding: 0 50px 0 50px;
    }

    /******************************
Contact
******************************/

    #contact {
        background-image: url("https://946aea.claudeassets.com/20220625060535im_/https://newfocusgames.com/images/backgrounds/pixelraindown.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .indicator {
        width: 100%;
    }
    .nav-indicator {
        top: 0px;
    }
}

/*
     FILE ARCHIVED ON 06:08:32 Jun 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:42:17 Jul 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.368
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.028
  esindex: 0.005
  cdx.remote: 4.539
  LoadShardBlock: 69.205 (3)
  PetaboxLoader3.datanode: 125.229 (5)
  load_resource: 448.827
  PetaboxLoader3.resolve: 359.303
  loaddict: 56.857
*/