.png-shadow {
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.5));
}
.hideStuff {
    opacity: 0;
}
.hideStuff {
    opacity: 0;
}
p,
ol,
li {
    line-height: 1.8125rem;
}
h1 {
    font-weight: 100;
    background: -webkit-linear-gradient(180deg, #c86dd7, #3023ae);
    background: -o-linear-gradient(180deg, #c86dd7, #3023ae);
    background: -moz-linear-gradient(180deg, #c86dd7, #3023ae);
    background: linear-gradient(180deg, #c86dd7, #3023ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 0 0;
    font-family: "Roboto", sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", serif;
    font-weight: lighter;
    margin: 0;
}
p,
body {
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    color: #fefefe;
}
h4 {
    margin: 0;
    font-weight: 900;
}
h4 .job-title {
    color: #fefefe;
}
h4 {
    color: #fefefe;
}
h5 {
    color: #575555;
    font-weight: 900;
}
html {
    font-size: 1.05rem;
}
@media screen and (min-width: 20rem) {
    html {
        font-size: calc(1.05rem + 0.2625 * (100vw - 20rem) / 42.5);
    }
}
@media screen and (min-width: 62.5rem) {
    html {
        font-size: 1.3125rem;
    }
}
h1 {
    font-size: 3.20438rem;
}
@media screen and (min-width: 20rem) {
    h1 {
        font-size: calc(3.20438rem + 1.80244 * (100vw - 20rem) / 42.5);
    }
}
@media screen and (min-width: 62.5rem) {
    h1 {
        font-size: 5.00681rem;
    }
}
h2 {
    font-size: 2.05081rem;
    padding: 1.25rem 0 1.25rem 0;
    border-bottom: 1px dashed;
}
@media screen and (min-width: 20rem) {
    h2 {
        font-size: calc(2.05081rem + 1.15356 * (100vw - 20rem) / 42.5);
    }
}
@media screen and (min-width: 62.5rem) {
    h2 {
        font-size: 3.20438rem;
    }
}
h3 {
    font-size: 1.3125rem;
    color: #a39bb6;
}
.main-blurb {
  padding: 0 10% 0 10%;
  color: #a39bb6;

}
@media screen and (min-width: 20rem) {
    h3 {
        font-size: calc(1.3125rem + 0.32812 * (100vw - 20rem) / 42.5);
    }
}
@media screen and (min-width: 62.5rem) {
    h3 {
        font-size: 1.64062rem;
    }
}
h4 {
    font-size: 1.64062rem;
}
@media screen and (min-width: 20rem) {
    h4 {
        font-size: calc(1.64062rem + 0.41019 * (100vw - 20rem) / 42.5);
    }
}
@media screen and (min-width: 62.5rem) {
    h4 {
        font-size: 2.05081rem;
    }
}
h5 {
    font-size: 1.64062rem;
}
@media screen and (min-width: 20rem) {
    h5 {
        font-size: calc(1.64062rem + -0.32812 * (100vw - 20rem) / 42.5);
    }
}
@media screen and (min-width: 62.5rem) {
    h5 {
        font-size: 1.3125rem;
    }
}
.quote {
    font-size: 1.64062rem;
    font-family: "Roboto", sans-serif;
    line-height: 2.25rem;
    margin: 0;
}
@media screen and (min-width: 20rem) {
    .quote {
        font-size: calc(1.64062rem + 0.41019 * (100vw - 20rem) / 42.5);
    }
}
@media screen and (min-width: 62.5rem) {
    .quote {
        font-size: 2.05081rem;
    }
}
.blackened {
    color: #000 !important;
}
img {
    max-width: 100%;
}
body {
    background: url(../img/space.jpg) no-repeat #000;
    margin: 0;
}
.wrapper {
    max-width: auto;
    margin: 0 20px;
    grid-gap: 0px;
}
.wrapper {
    display: flex;
    flex-wrap: wrap;
}
.wrapper {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(300px, auto);
}
.btn {
    border-radius: 5px;
    background: #533d88;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    color: #fefefe;
    width: 180px;
    position: relative;
    top: 0;
    transition: all 300ms linear;
    cursor: pointer;
    font-weight: 900;
}
.btn:hover {
    position: relative;
    background: #402b71;
    text-decoration: none;
    top: -3px;
    box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.2);
}
.btn-light {
    border-radius: 5px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    width: 180px;
    position: relative;
    top: 0;
    transition: all 300ms linear;
    background: #eeedef;
    color: #565656;
}
.btn-light:hover {
    position: relative;
    background: #818084;
    text-decoration: none;
    top: -3px;
    box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.4);
}
.btn-padder {
    padding-top: 2.1875rem;
}
.content-wrap {
    width: 100%;
    height: 100%;
}
.wrapper {
    overflow: hidden;
}
.menu-wrap a {
    color: #b8b7ad;
}
.menu-wrap {
    padding: 20px;
    max-width: 270px;
    min-width: 250px;
    text-align: center;
}
.menu-wrap h3 {
    text-align: left;
    padding-top: 20px;
}
.menu-wrap li {
    text-align: left;
    padding-top: 20px;
}
.menu-wrap p {
    text-align: left;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #c94e50;
}
.joub {
    border-radius: 200px;
    width: 80%;
}
.content-wrap {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition-timing-function: ease-out;
}
.content {
    position: relative;
    background: url() no-repeat bottom center, linear-gradient(to bottom, #4d3586 0%, #2a8cd9 100%);
}
.content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s;
}
.menu-wrap {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.show-menu .menu-wrap {
    opacity: 1;
}
.show-menu .content-wrap,
.show-menu .menu-button {
    -webkit-transform: translate3d(300px, 0px, 0);
    transform: translate3d(300px, 0px, 0);
}
@media screen and (min-width: 40rem) {
    .show-menu .content-wrap,
    .show-menu .menu-button {
        -webkit-transform: translate3d(500px, 200px, 0);
        transform: translate3d(500px, 200px, 0);
    }
    .menu-wrap {
        padding: 40px;
        max-width: 400px;
        min-width: 250px;
        text-align: center;
    }
}
.show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding-top: 20px;
    background: linear-gradient(to bottom, #3e3d3d 0%, #121212 57%);
}
.header-cs {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    background: url("../img/Hero-image.png") no-repeat bottom center, linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.header-picture {
    width: 150px;
    border-radius: 150px;
    margin-top: 2.1875rem;
}
.header-p {
    color: #fefefe;
    max-width: 810px;
    display: none;
}
.header-cs-p {
    color: black;
    max-width: 1000px;
    padding: 2.1875rem;
}
.welcome {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    text-align: center;
}
.header-title {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
}
.header-cta {
    margin: 40px 0 60px 0;
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .header {
        min-height: 400px;
        background: linear-gradient(to bottom, #3e3d3d 0%, #121212 34%);
    }
    .header-cs {
        min-height: 450px;
    }
    .header-p {
        color: #fefefe;
        max-width: 810px;
        padding: 0 2.1875rem 0 2.1875rem;
        display: block;
    }
    .header-cs-p {
        color: black;
        max-width: 1000px;
        padding: 0 2.1875rem 0 2.1875rem;
        display: block;
    }
    .header-picture {
        margin-top: 0;
    }
}
@media screen and (min-width: 1025px) {
    .header {
        min-height: 450px;
        background: linear-gradient(to bottom, #3e3d3d 0%, #121212 34%);
    }
    .header-cs {
        min-height: 450px;
    }
    .header-p {
        color: #fefefe;
        max-width: 810px;
        padding: 0 2.1875rem 0 2.1875rem;
        display: block;
    }
    .header-cs-p {
        color: black;
        max-width: 1000px;
        padding: 0 2.1875rem 0 2.1875rem;
        display: block;
    }
    .header-picture {
        margin-top: 0;
    }
}

.dashboard-project {
    background: linear-gradient(to bottom, #121212 0%, #403065 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(1fr);
    max-width: 62.5rem;
    padding: 0px 1.25rem 1.25rem 1.25rem;
}
.dashboard-image-container {
    grid-row: 1;
    grid-column: 1;
    justify-self: center;
    margin-top: 20%;
}
.dashboard-image {

}
.dashboard-image video {
    padding: 25% 0 25% 0.2%;
    width: 88%;
    height: auto;
}
.dashboard-text {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
}
@media screen and (min-width: 1025px) {
    .dashboard-project {
    }
    .dashboard-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        max-width: 62.5rem;
        min-height: 700px;
    }
    .dashboard-image-container {
        grid-row: 1;
        grid-column: 2;
        text-align: center;
        justify-self: center;
    }
    .dashboard-text {
        grid-row: 1;
        grid-column: 1;

    }
    .dashboard-p {
        width: 86%;
    }
}
.gwm-project {
    background: linear-gradient(to bottom, #403065 0%, #121212 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.gwm-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(1fr);
    max-width: 62.5rem;
    padding: 0px 1.25rem 1.25rem 1.25rem;
}
.rewards-project {
    background: linear-gradient(to bottom, #121212 0%, #403065 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.rewards-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(1fr);
    max-width: 62.5rem;
    padding: 10px 1.25rem 1.25rem 1.25rem;
}
.rewards-image-container {
    grid-row: 1;
    grid-column: 1;
    justify-self: center;

}
.rewards-image {

}
.rewards-image video {
    padding: 25% 0 25% 0.2%;
    width: 88%;
    height: auto;
}
.rewards-text {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
}
@media screen and (min-width: 1025px) {
    .rewards-project {
    }
    .rewards-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        max-width: 62.5rem;
        min-height: 500px;

    }
    .rewards-image-container {
        grid-row: 1;
        grid-column: 1;
        text-align: center;
        justify-self: center;
    }
    .rewards-text {
        grid-row: 1;
        grid-column: 2;

    }
    .rewards-p {
        width: 86%;
    }
}

.voxelypse-project {
    background: linear-gradient(to bottom, #403065 0%, #5C04EE 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.voxelypse-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(1fr);
    max-width: 62.5rem;
    padding: 1.25rem 1.25rem 2rem 1.25rem;
}
.voxelypse-image-container {
    grid-row: 1;
    grid-column: 1;
    justify-self: center;

}
.voxelypse-image {

}
.voxelypse-image video {
    padding: 25% 0 25% 0.2%;
    width: 88%;
    height: auto;
}
.voxelypse-text {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
    margin-top: 10px;
}
@media screen and (min-width: 1025px) {
    .voxelypse-project {
    }
    .voxelypse-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        max-width: 62.5rem;
        min-height: 500px;

    }
    .voxelypse-image-container {
        grid-row: 1;
        grid-column: 2;
        text-align: center;
        justify-self: center;
    }
    .voxelypse-text {
        grid-row: 1;
        grid-column: 1;

    }
    .voxelypse-p {
        width: 86%;
    }
}
.aipa-project {
    background: linear-gradient(to bottom, #121212 0%, #403065 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.aipa-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(1fr);
    max-width: 62.5rem;
    padding: 0px 1.25rem 1.25rem 1.25rem;
}
.app-icon {
    border-radius: 20px;
    width: 20%;
    float: left;
    margin-right: 20px;
}
.aipa-video-container {
    grid-row: 1;
    grid-column: 1;
    justify-self: center;
}
.aipa-video {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    background-image: url(../img/iphone-7.png);
    display: block;
    position: relative;
    max-width: 2000px;
    width: 80%;
    height: auto;
    max-height: 871px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 3;
}
.aipa-video video {
    padding: 25% 0 25% 0.2%;
    width: 88%;
    height: auto;
}
.aipa-text {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
}
@media screen and (min-width: 1025px) {
    .aipa-project {
        background: url(../img/aipa-bg.jpg) no-repeat top center, linear-gradient(to bottom, #121212 0%, #403065 100%);
    }
    .aipa-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        max-width: 62.5rem;
        min-height: 700px;
    }
    .aipa-video-container {
        grid-row: 1;
        grid-column: 2;
        text-align: center;
        justify-self: center;
    }
    .aipa-text {
        grid-row: 1;
        grid-column: 1;
        margin-top: 20%;
    }
    .aipa-p {
        width: 86%;
    }
}
.lego-nav-project {
    background: url(../img/lego-bg.jpg) no-repeat top center, linear-gradient(to bottom, #fd0 0%, #fd0 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.lego-nav-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(1fr);
    max-width: 62.5rem;
    padding: 0px 1.25rem 1.25rem 1.25rem;
}
.lego-nav-video-container {
    grid-row: 1;
    grid-column: 1;
    justify-self: center;
}
.lego-nav-video {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    background-image: url(../img/iphone-7.png);
    display: block;
    position: relative;
    max-width: 2000px;
    width: 80%;
    height: auto;
    max-height: 871px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 3;
}
.lego-nav-video video {
    padding: 25% 0 25% 0.2%;
    width: 88%;
    height: auto;
}
.lego-nav-video .minifigure-01 {
    width: 60%;
    top: 65%;
    left: -30%;
    position: absolute;
}
.lego-nav-video .minifigure-02 {
    width: 40%;
    top: 5%;
    left: 99%;
    position: absolute;
}
.lego-nav-text {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
}
@media screen and (min-width: 1025px) {
    .lego-nav-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        max-width: 62.5rem;
        min-height: 700px;
    }
    .lego-nav-video-container {
        grid-row: 1;
        grid-column: 1;
        text-align: center;
        justify-self: center;
    }
    .lego-nav-text {
        grid-row: 1;
        grid-column: 2;
        margin-top: 35%;
    }
    .lego-nav-p {
        width: 86%;
    }
}
.lego-project {
    background: linear-gradient(to bottom, #2a1d44 0%, #4d3586 20%, #2a8cd9 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.lego-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(1fr) 1fr;
    max-width: 62.5rem;
    color: white;
    padding: 40px 1.25rem 0px 1.25rem;
}
.lego-title {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
}
.lego-video {
    grid-row: 1;
    grid-column: 1;
    text-align: center;
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    background-image: url(../img/white-ipad.png);
    display: block;
    position: relative;
    max-width: 2000px;
    width: 90%;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 3;
}
.lego-video video {
    padding: 4.7% 0 3.8% 0.2%;
    width: 81.8%;
    height: auto;
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .lego-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(1fr) 1fr;
        color: white;
    }
    .lego-title {
        grid-row: 2;
        grid-column: 1;
        text-align: left;
        align-self: center;
    }
    .lego-video {
        grid-row: 1;
        grid-column: 1;
        text-align: center;
        align-self: center;
        justify-self: center;
    }
}
@media screen and (min-width: 1025px) {
    .lego-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        min-height: 400px;
    }
    .lego-title {
        grid-row: 1;
        grid-column: 2;
        text-align: left;
        align-self: center;
    }
    .lego-video {
        grid-row: 1;
        grid-column: 1;
        text-align: center;
        align-self: center;
        justify-self: center;
        margin-top: 0px;
    }
}
@media screen and (min-width: 75rem) {
    .lego-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
}
.article {
    background: url() no-repeat bottom center, linear-gradient(to bottom, #2a8cd9 0%, #0c975e 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.article-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(1fr) 1fr;
    max-width: 62.5rem;
    color: white;
    padding: 50px 1.25rem 0px 1.25rem;
}
.opening-title {
    padding: 0;
    margin: 0;
}
.article-copy {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
}
.article-img {
    grid-row: 1;
    grid-column: 1;
}
@media screen and (min-width: 40rem) and (max-width: 1024px) {
    .article-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        min-height: 500px;
    }
    .article-copy {
        grid-row: 2;
        grid-column: 1;
        text-align: left;
    }
    .article-img {
        grid-row: 1;
        grid-column: 1;
    }
}
@media screen and (min-width: 1025px) {
    .article-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
    .article-copy {
        grid-row: 1;
        grid-column: 1;
        text-align: left;
    }
    .article-img {
        grid-row: 1;
        grid-column: 2;
    }
}
.article-two {
    background: url() no-repeat bottom center, linear-gradient(to bottom, #0c975e 0%, #2a8cd9 100%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.article-grid-two {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(1fr) 1fr;
    max-width: 62.5rem;
    color: white;
    padding: 50px 1.25rem 50px 1.25rem;
}
.article-grid-two img {
    width: 90%;
    margin-bottom: 20px;
}
.opening-title-two {
    padding: 0;
    margin: 0;
}
.article-copy-two {
    grid-row: 2;
    grid-column: 1;
    text-align: left;
}
.article-img-two {
    grid-row: 1;
    grid-column: 1;
}
@media screen and (min-width: 40rem) and (max-width: 1024px) {
    .article-grid-two {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        min-height: 500px;
    }
    .article-copy-two {
        grid-row: 2;
        grid-column: 1;
        text-align: left;
    }
    .article-img-two {
        grid-row: 1;
        grid-column: 1;
    }
}
@media screen and (min-width: 1025px) {
    .article-grid-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
    .article-copy-two {
        grid-row: 1;
        grid-column: 2;
        text-align: left;
    }
    .article-img-two {
        grid-row: 1;
        grid-column: 1;
    }
}
.dj-project-01 {
    background: url(../img/dj-bg.jpg) no-repeat top center, linear-gradient(to bottom, #064e9f 0%, #064e9f 100%);
    background-size: 250%;
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.dj-grid-01 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr minmax(1fr);
    max-width: 62.5rem;
    padding: 40px 1.25rem 1.25rem 1.25rem;
}
.dj-text {
    text-align: left;
    grid-row: 2;
}
.dj-project-02 {
    background-color: #064e9f;
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.dj-grid-02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr minmax(1fr);
    max-width: 62.5rem;
    padding: 0px 1.25rem 40px 1.25rem;
}
.dj-grid-02 img {
    padding: 10px;
    width: 90%;
    border-radius: 20px;
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .dj-project-01 {
        background-size: 150%;
    }
    .dj-grid-01 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
    .dj-text {
        grid-row: 1;
        grid-column: 1;
    }
    .dj-text-container {
        width: 90%;
    }
    .dj-image {
        grid-row: 1;
        grid-column: 2;
    }
    .dj-image-container {
        margin-right: -100px;
    }
    .dj-grid-02 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
    }
}
@media screen and (min-width: 1025px) {
    .dj-project-01 {
        background: url(../img/dj-bg.jpg) no-repeat top center, linear-gradient(to bottom, #064e9f 0%, #064e9f 100%);
        background-size: 150%;
    }
    .dj-grid-01 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        max-width: 62.5rem;
    }
    .dj-text {
        grid-row: 1;
        grid-column: 1;
    }
    .dj-text-container {
        margin-top: 10%;
        width: 100%;
    }
    .dj-image {
        grid-row: 1;
        grid-column: 2;
    }
    .dj-image-container {
        margin-right: -190px;
        width: 100%;
    }
    .dj-grid-02 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
    }
}
@media screen and (min-width: 75rem) {
    .dj-project-01 {
        background-size: 130%;
    }
}
.ipad-project {
    background: url(blainejoubert.css) no-repeat bottom center, linear-gradient(to bottom, #31204e 0%, #4d3586 4%, #9d50a5 100%);
    display: flex;
    justify-content: center;
}
.ipad-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 62.5rem;
    color: white;
    padding: 0 1.25rem 0 1.25rem;
}
.im {
    grid-row: 1;
    grid-column: 1 / span 2;
    justify-self: center;
    padding: 40px 0 40px 0;
    text-align: center;
}
.im img {
    max-width: 100%;
}
.ipad-heading {
    grid-row: 2;
    grid-column: 1 / span 2;
    max-width: 48.125rem;
    justify-self: center;
    text-align: center;
    padding-bottom: 60px;
}
.ipad-comp-picture {
    grid-row: 3;
    grid-column: 1 / span 2;
    text-align: center;
    width: 80%;
    justify-self: center;
}
.keep-it-together {
    min-width: 240px;
    padding: 2.1875rem;
}
.keep-it-together .app-comp-image {
    float: left;
    padding-right: 10px;
}
.ipad-comp-desc {
    grid-row: 4;
    grid-column: 1 / span 2;
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .ipad-comp-picture {
        grid-row: 3;
        grid-column: 1;
        margin-left: -50px;
    }
    .keep-it-together {
        min-width: 300px;
    }
    .ipad-comp-desc {
        grid-row: 3;
        grid-column: 2;
        align-self: center;
    }
}
@media screen and (min-width: 64rem) {
    .ipad-grid {
        grid-template-rows: repeat(8, fr);
    }
    .ipad-comp-picture {
        grid-row: 3;
        grid-column: 1;
        margin-left: -50px;
    }
    .keep-it-together {
        min-width: 300px;
    }
    .ipad-comp-desc {
        grid-row: 3;
        grid-column: 2;
        align-self: center;
    }
}
.ipad-procreate-picture {
    grid-row: 5;
    grid-column: 1 / span 2;
    text-align: center;
    max-width: 80%;
    justify-self: center;
}
.ipad-procreate-desc {
    grid-row: 6;
    grid-column: 1 / span 2;
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .ipad-procreate-picture {
        grid-row: 5;
        grid-column: 2;
    }
    .keep-it-together {
        min-width: 230px;
    }
    .ipad-procreate-desc {
        grid-row: 5;
        grid-column: 1;
        align-self: center;
    }
}
@media screen and (min-width: 64rem) {
    .ipad-procreate-picture {
        grid-row: 5;
        grid-column: 2;
    }
    .ipad-procreate-desc {
        grid-row: 5;
        grid-column: 1;
        align-self: center;
    }
}
.ipad-sketch-picture {
    grid-row: 7;
    grid-column: 1 / span 2;
    text-align: center;
    width: 80%;
    justify-self: center;
    margin-bottom: 0;
}
.ipad-sketch-desc {
    grid-row: 8;
    grid-column: 1 / span 2;
    margin-bottom: 50px;
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .ipad-sketch-picture {
        grid-row: 7;
        grid-column: 1;
        margin-bottom: 50px;
    }
    .ipad-sketch-desc {
        grid-row: 7;
        grid-column: 2;
        align-self: center;
    }
}
@media screen and (min-width: 64rem) {
    .ipad-sketch-picture {
        grid-row: 7;
        grid-column: 1;
        margin-bottom: 50px;
    }
    .ipad-sketch-desc {
        grid-row: 7;
        grid-column: 2;
        align-self: center;
    }
}
.disney-games {
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
    background: linear-gradient(to bottom, #3e3d3d 0%, #121212 34%);
}
.disney-games-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(1fr) minmax(1fr) 1fr minmax(1fr) 1fr;
    max-width: 62.5rem;
    color: white;
    padding: 1.25rem;
}
.game-one-container {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    background-image: url(../img/imac.png);
    display: block;
    position: relative;
    max-width: 2000px;
    width: 90%;
    height: auto;
    max-height: 871px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 3;
}
.game-one-container video {
    padding: 6% 0 25% 0.2%;
    width: 90%;
    height: auto;
}
.game-one-video {
    grid-row: 2;
    grid-column: 1;
}
.game-one-desc {
    grid-row: 3;
    grid-column: 1;
    text-align: left;
}
.game-two-video {
    grid-row: 4;
    grid-column: 1;
}
.game-two-desc {
    grid-row: 5;
    grid-column: 1;
    text-align: left;
}
@media screen and (min-width: 40rem) {
    .disney-games-grid {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 62.5rem;
        color: white;
        padding: 1.25rem;
    }
}
@media screen and (min-width: 1025px) {
    .disney-games-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(1fr) minmax(1fr) minmax(1fr);
        max-width: 62.5rem;
        color: white;
        padding: 1.25rem;
    }
    .disney-games-title {
        justify-self: center;
        text-align: center;
        grid-row: 1 / auto;
        grid-column: 1 / span 2;
        max-width: 48.125rem;
    }
    .game-one-desc {
        grid-row: 2;
        grid-column: 2;
        padding-top: 40px;
    }
    .game-two-desc {
        grid-row: 3;
        grid-column: 1;
        padding-top: 80px;
    }
    .game-one-video {
        grid-row: 2;
        grid-column: 1;
        text-align: left;
    }
    .game-one-container {
        text-align: center;
    }
    .game-two-video {
        grid-row: 3;
        grid-column: 2;
    }
}
.disney-project {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #d92840;
}
.disney-project-two {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url() no-repeat bottom center, linear-gradient(to bottom, #d92840 0%, #563d86 100%);
}
.disney-project-three {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url() no-repeat bottom center, linear-gradient(to bottom, #563d86 0%, #298edb 100%);
}
.disney-project img,
.disney-project-two img,
.disney-project-three img {
    max-width: 100%;
}
@media screen and (min-width: 40rem) {
    .disney-project img,
    .disney-project-two img,
    .disney-project-three img {
        max-width: 80%;
    }
}
.disney-grid-one {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 62.5rem;
    padding: 0 1.25rem 0 1.25rem;
}
.disney-project-one-title {
    text-align: left;
}
.disney-title {
    padding: 20px 0px 20px 0px;
}
@media screen and (min-width: 40rem) {
    .disney-grid-one {
        background: #d92840;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .disney-title {
        grid-row: 1;
        grid-column: 1 / span 2;
        padding: 20px 50px 50px 50px;
    }
    .disney-project-one-img {
        grid-row: 2;
        grid-column: 2;
    }
    .disney-project-one-title {
        grid-row: 2;
        grid-column: 1;
    }
}
.disney-grid-two {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 62.5rem;
    padding: 0 1.25rem 0 1.25rem;
}
.disney-project-two-title {
    text-align: left;
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .disney-grid-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .disney-project-two-img {
        margin-top: 0px;
        grid-row: 1;
        grid-column: 1;
    }
    .disney-project-two-title {
        grid-row: 1;
        grid-column: 2;
    }
}
@media screen and (min-width: 64rem) {
    .disney-grid-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .disney-project-two-img {
        margin-top: -70px;
        grid-row: 1;
        grid-column: 1;
    }
    .disney-project-two-title {
        grid-row: 1;
        grid-column: 2;
    }
}
.disney-grid-three {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 62.5rem;
    padding: 0 1.25rem 0 1.25rem;
}
.disney-project-three-title {
    text-align: left;
}
.princess-para {
    padding-bottom: 2.1875rem;
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .disney-grid-three {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .disney-project-three-img {
        grid-row: 1;
        grid-column: 2;
    }
    .disney-project-three-title {
        grid-row: 1;
        grid-column: 1;
    }
}
@media screen and (min-width: 64rem) {
    .disney-grid-three {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .disney-project-three-img {
        grid-row: 1;
        grid-column: 2;
    }
    .disney-project-three-title {
        grid-row: 1;
        grid-column: 1;
    }
}
.past-project {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #575555;
    background-color: white;
}
.past-project p {
    color: #575555;
}
.past-project-grid {
    display: flex;
    flex-wrap: wrap;
}
.past-project-grid {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    max-width: 62.5rem;
    padding: 1.25rem;
}
.port-images {
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
}
.past-header {
    justify-self: center;
    align-self: center;
}
.image-effect {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: 0;
    transition: all 300ms linear;
}
.image-effect:hover {
    position: relative;
    top: -5px;
    -webkit-box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 40rem) and (max-width: 64rem) {
    .past-project-grid {
        text-align: left;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
        max-width: 62.5rem;
        padding: 1.25rem;
    }
}
@media screen and (min-width: 64rem) {
    .past-project-grid {
        text-align: left;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 40px;
        max-width: 62.5rem;
        padding: 1.25rem;
    }
}
.content-cs {
    position: relative;
    background-color: white;
}
.cs-section {
    display: flex;
    justify-content: center;
    text-align: left;
    text-align: -webkit-left;
    border-top: 1px dashed gray;
}
.cs-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 50rem;
    color: white;
    padding: 1.25rem;
}
.cs-grid img,
.cs-grid video {
    border: 10px solid gray;
    width: 90%;
}
.cs-grid p,
.cs-grid ol,
.cs-grid li {
    color: #575555;
}
.cs-grid h4 {
    color: #575555;
}
.cs-subheading {
    max-width: 50rem;
    color: #575555;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
}
.cs-video {
    width: 100%;
    max-width: 50rem;
}
.yellow {
    color: #533d88;
}
.ruler {
    width: 100%;
    border-bottom: 1px dashed #333;
    height: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.img-caption {
    text-align: center;
}
.cs-cta {
    text-align: center;
}
@media screen and (min-width: 64rem) {
    .cs-grid video,
    .cs-grid img {
        width: 100%;
    }
}
footer {
    background: #544087;
    min-height: 300px;
    text-align: center;
    color: white;
    background-image: url(../img/footer-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer-logo {
    width: 80px;
    margin-top: -39px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    background: #544087;
}
.footer a {
    color: #8eccec;
}
