﻿body {
    font-family: "aaux-next",sans-serif;
    background-color: #f0f8fd;
    background-image: url("../images/bodyGradient.png");
    background-repeat: repeat-x;
}

.bodyTopMargin {
    position: fixed;
    top: -100px;
}

.paddingLeftRigh15 {
    padding-left: 15px;
    padding-right: 15px;
}

.spacerColumn {
    width: 30px;
    height: 30px;
}

#workBefore, #workNext {
    display: none;
}

#wrapper {
    width: 1280px;
    height: 800px;
}

#wrapperGrid {
    width: 1280px;
    height: auto;
}

#wrapperGridDetail {
    width: 1280px;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.textToUpperCase {
    text-transform: uppercase;
}

.thinFont {
    font-weight: 200 !important;
}

a:link, a:visited {
    color: #272b5a;
    text-decoration: none;
}

a:hover, a:active {
    cursor: pointer;
    text-decoration: underline;
}

.mainMenu {
    font-weight: 600;
}

.homeMenu {
    margin-top: 86px;
}

.text-primary {
    color: #272b5a !important;
}

.col {
    width: 250px;
}

.col div {
    width: 100%;
}

/**** HEADER START ****/
#header, #homeHeader {
    width: 100%;
    height: 115px;
    background-color: #f0f8fd;
    position: fixed;
    top: 0px;
    padding: 0px;
    z-index: 100;
}

#headerBackBar {
    width: 100%;
    height: 115px;
    z-index: 50;
    background-color: #f0f8fd;
    position: fixed;
    top: 0px;
    left: 0px;
}

#headerAbout {
    width: 100%;
    height: 115px;
    background-color: #f0f8fd;
    top: 0px;
    z-index: 100;
}

#logo {
    width: 79px;
    height: 79px;
    margin-top: 30px;
    margin-left: -15px !important;
}

#menuMain {
    display: block;
    width: 45px;
    height: auto;
    float: right;
}

hr.lineShadow {
    width: 100%;
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    margin-top: 0px;
    margin-bottom: 0px;
}
/**** HEADER END ****/

#mainContent {
    width: auto;
    min-height: 685px;
    margin-top: 140px;
}

#mainContentHome {
    width: auto;
    min-height: 685px;
    margin-top: 115px;
}

#mainContent h1 {
    /*margin-top: 30px;*/
}

#mainContent h4, #mainContent h4 span {
    float: left;
}

#heroText {
    display: block;
    width: 550px;
    height: 290px;
    position: relative;
    float: left;
    padding: 0px;
    left: 48px;
    top: 80px;
}

#heroText h2 {
    color: #272b5a;
}

#heroText h2 span {
    font-weight: 700;
}

#heroImageDiv {
    display: block;
    width: 521px;
    height: 521px;
    float: left;
    z-index: 100;
}

#heroImage {
    width: 521px;
    height: 521px;
    float: left;
    z-index: 100;
}

#heroVideo {
    width: 625px;
    height: 625px;
    left: 20px;
    top: 77px;
    z-index: 50;
}

li {
    list-style: none;
}

#worksGrid .col img {
    width: 250px !important;
}

#worksGrid .col h6 {
    text-align: center;
}

#gridContent {
    display: block;
    max-width: 100%;
    min-height: 100%;
    padding-bottom: 60px;
    margin-top: 140px;
}

/***** FOOTER START *****/

/*footer {
    width: 100% !important;
    height: 55px;
    font-size: 0.8em;
    bottom: 55px;
    position: absolute;
    left: 0px;
    background-color: #f4b102;
    z-index: 700;
}*/

/*footer div {
    width: 1280px;
    height: 55px;
    position: relative;
    float: left;
    left: calc((100% - 1220px)/2);
}

footer div p {
    float: left;
    margin-bottom: 0px;
}

footer#aboutFooter {
    background-color: #f4b102;
    height: 55px;
    font-size: 0.8em;
    position: absolute;
}

footer#aboutFooter p.col {
    text-align: center;
    padding-top: 6px;
}*/

footer div.container div.row ul {
    width: 57%;
    height: 40px;
    margin: 0px auto -27px auto;
    padding: 0px;
}

#homeFooter div.container div.row ul {
    width: 57%;
    height: 40px;
    margin: 0px auto -27px auto;
    padding: 0px;
}

footer div.container div.row ul li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

#homeFooter div.container div.row ul li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#homeFooter div.container div.row ul li a {
    display: block;
    width: 40px;
    height: 40px;
}

a#linkedInLogoIcon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../images/in_normal.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

a#linkedInLogoIcon:hover {
    background-image: url("../images/in_over.png");
}

a#behanceLogoIcon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../images/behance_normal.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

a#behanceLogoIcon:hover {
    background-image: url("../images/behance_over.png");
}

a#vimeoLogoIcon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../images/vimeo_normal.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

a#vimeoLogoIcon:hover {
    background-image: url("../images/vimeo_over.png");
}

#linkedInLogoIcon, #behanceLogoIcon, #vimeoLogoIcon {
    width: 40px;
    height: 40px;
}

#footerCopyright {
    margin-right: 45px;
}

/*#footerEmail {
    margin-left: 45px;
}*/

#footerCopyright, #footerEmail {
    font-size: 1.25em !important;
    position: relative;
    margin-top: 8px;
}

/***** FOOTER END *****/

/***** FOOTER HOME START *****/

.footerFixedBottom {
    width: 100% !important;
    height: 55px;
    font-size: 0.8em;
    bottom: 0px;
    position: absolute;
    left: 0px;
    background-color: #f4b102;
}

.footerFixedBottom div {
    width: 1280px;
    height: 55px;
    position: relative;
    float: left;
    left: calc((100% - 1220px)/2);
}

.footerFixedBottom div p {
    float: left;
    margin-bottom: 0px;
}

/***** FOOTER HOME END *****/

#aboutImage {
    display: block;
    max-width: 100%;
    height: auto;
    float: left;
    margin-left: 0px;
}

#aboutMeTextContainer {
    width: 575px;
    height: 417px;
    /*background-color: #ffffff;*/
    /*box-shadow: 0 0 10px #8c8b8b;*/
    /*border-radius: 20px;*/
    float: right;
    padding: 30px;
    color: #272b5a;
}

#aboutMeTextContainer p {
    float: left;
}

#slidingMenu {
    display: none;
    width: 30%;
    height: auto;
    float: right;
    right: 70px;
    margin-top: -20px;
}

#slidingMenu a {
    display: block;
    float: right;
    margin-right: 80px;
}

#mainSubNav {
    float: right;
}

#mainSubNav.container a {
    float: right;
}

#navSpacer {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

/****HERO IMAGES START *****/
#heroImageHolder {
    display: none;
}

#invisibleButtons {
    display: none;
    width: 1280px;
    height: 685px;
    /*position: relative;*/
    top: 115px;
    z-index: 600;
}

#invisibleButtons ul li a {
    width: calc(100% / 60);
    height: 685px;
    float: left;
    border: none;
    background-color: rgba(255,255,255,0);
    z-index: 600;
}

#seeWorkButton {
    position: absolute;
    margin-left: 470px;
    margin-top: 300px;
    z-index: 700;
}

#seeWorkButton a:link {
    display: block;
    width: 128px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    padding-top: 3px;
    background-color: #f4b102;
    /*    background-image: url("../images/seeWork_normal.png");
        background-repeat: no-repeat;*/
}

#seeWorkButton a:hover {
    background-color: #f0f8fd;
}
/****HERO IMAGES END *****/

/****INTRO SECTION START *****/
#caseStudyIntroRow {
    width: auto;
    height: 540px;
    margin-top: 30px;
    /*box-shadow: 0 10px 10px -10px #8c8b8b;*/
    z-index: 900;
}

a#downloadPDF1:link, a#downloadPDF2:link {
    width: 140px;
    height: 30px;
    margin-top: 0px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    padding-top: 3px;
    background-color: #f4b102;
    /*    background-image: url("../images/downLoadPDF_normal.png");
        background-repeat: no-repeat;*/
}

/*a#downloadPDF2:link {
    width: 140px;
    height: 30px;
    margin-top: 0px;text-decoration: none;
    text-align: center;
    font-weight: 600;
    padding-top: 2px;
    background-color: #f4b102;
    background-image: url("../images/downLoadPDF_normal.png");
    background-repeat: no-repeat;
}*/

a#downloadPDF1:hover, a#downloadPDF2:hover {
    background-color: #f0f8fd;
}

/*a#downloadPDF1.col-2.float-right:hover, a#downloadPDF2.col.float-right:hover {
    background-image: url("../images/downLoadPDF_over.png");
    background-repeat: no-repeat;
}*/

a#backToTop:link {
    width: 123px;
    height: 30px;
    margin-top: 0px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    padding-top: 3px;
    background-color: #f4b102;
    /*    background-image: url("../images/backToTop_normal.png");
        background-repeat: no-repeat;*/
}

a#backToTop:hover {
    background-color: #f0f8fd;
    /*    background-image: url("../images/backToTop_over.png");
        background-repeat: no-repeat;*/
}

#caseStudyIntroTextContainer {
    width: 406px;
    height: 180px;
    /*background-color: #ffffff;*/
    /*border-radius: 20px;*/
    padding: 30px;
    color: #272b5a;
}

#downloadResume {
    text-align: right;
}
/****INTRO SECTION END *****/

/****OVERVIEW SECTION START *****/
#overviewSection {
    width: auto;
    height: 100%;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    background-color: #ffffff;
    z-index: 850;
}

#competitiveAnalysisImage {
    margin-left: calc((100% - 844px)/2);
}
/****OVERVIEW SECTION END *****/

/****TARGET MARKET SECTION START *****/
#targetMarketSection {
    width: auto;
    height: 100%;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    background-color: #f0f8fd;
    z-index: 850;
}

#competitiveAnalysisImage {
    margin-left: calc((100% - 844px)/2);
}

.indentText {
    text-indent: 30px;
}

.negMarginTop15 {
    margin-top: -15px;
}

.negMarginTop5 {
    margin-top: -5px;
}

.userImages {
    width: 188px;
    height: 282px;
}

.boldText {
    font-weight: 600;
}
/****TARGET MARKET SECTION END *****/

/****USE CASES SECTION START *****/
#useCasesSection {
    width: auto;
    height: 100%;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    background-color: #ffffff;
    z-index: 850;
}

#useCase1Image, #useCase2Image, #useCase3Image {
    position: relative;
    float: left;
    margin-right: 10px
}

.flowcharts {
    width: 70%;
    margin-left: calc((30%/2) + 115px);
    margin-top: -30px;
}
/****USE CASES SECTION END *****/

/****DESIGN PROCESS SECTION START *****/
#designProcessSection {
    width: auto;
    height: 100%;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
    background-color: #f0f8fd;
    z-index: 850;
}


/****DESIGN PROCESS SECTION END *****/

/**** MEDIA QUERIES START */
@media (min-width: 320px) {
    .container {
        max-width: 300px;
    }

    #homeHeader {
        top: 0px;
        left: calc((100% - 300px)/2);
    }

    nav {
        left: -70px;
    }

    #heroImage, #heroImageDiv {
        width: 280px;
        height: 280px;
        margin-left: 0px;
        margin-top: -60px;
    }

    #heroText {
        display: block;
        width: 270px;
        top: -80px;
        left: -10px;
        z-index: 75;
    }

    #heroText h1 {
        font-size: 2em;
    }

    #heroText h4 {
        font-size: 1.25em;
        margin-top: -40px;
    }

    #homeFooter {
        width: 300px;
        height: 55px;
        z-index: 750;
    }

    #homeFooter div.container div.row ul {
        width: 100%;
    }

    #homeFooter div.container div.row ul li {
        width: 40px;
    }

    #homeFooter div.container div.row ul li a {
        width: 80px;
    }

    .footerFixedBottom div {
        width: 300px;
        height: 30px;
        position: relative;
        float: left;
        left: calc((100% - 300px)/2);
    }

    

    #headerBackBar, #homeHeader, #homeHeader div {
        height: 45px;
    }

    #header div.col-10, #homeHeader div.col-10 {
        display: none;
    }

    #header div div.col-9, #homeHeader div div.col-9 {
        display: none;
    }

    #header #workGridMenu {
        margin-left: 100px;
    }

    #header #aboutGridMenu {
        margin-left: 206px;
        margin-top: -30px;
    }

    .navbar {
        width: 300px;
        left: -15px;
    }

    #navbarSupportedContent {
        display: block;
    }

    #navbarSupportedContent ul {
        margin-top: 0px;
    }

    li.nav-item {
        width: 100px;
        float: right;
    }

    div.dropdown-menu.show {
        height: 430px !important;
        left: -10px;
    }

    #work, #workHome {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }

    #about, #aboutHome {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }

    #homeHeader div.row div.col-1.mainMenu.homeMenu {
        margin-top: 20px;
    }

    #logo {
        margin-left: -18px;
    }

    img.rounded.mx-auto.d-block {
        width: 180px;
    }

    #pageName {
        font-size: 2em;
    }

    #prototypeHomeScreen {
        width: 100%;
    }

    #prototypeHomeScreenContainerDI {
        margin-top: 140px;
    }

    #caseStudyIntroRow {
        height: 450px;
    }

    #caseStudyIntroTextContainer p {
        margin-top: -30px;
    }

    #competitiveAnalysisImage {
        width: 100%;
        margin-left: calc((100% - 100%)/2);
    }

    #peoplePraying {
        width: 100%;
    }

    #useCase1Image, #useCase2Image, #useCase3Image {
        width: 188px;
        height: auto;
    }

    #prototypeSection {
        width: 1190px;
        margin-left: 0px;
        margin-top: -110px;
    }

    #downloadRow {
        width: 290px;
        margin-left: -30px;
    }

    #aboutImageContainer {
        width: 300px;
    }

    #aboutMeTextContainer {
        padding: 0px;
    }

    #contactDescription {
        margin-bottom: 30px;
    }

    #contactInfoRow {
        margin-bottom: 30px;
    }

    #seeWorkButton {
        position: absolute;
        margin-left: 0px;
        margin-top: 440px;
        margin-bottom: 70px;
        z-index: 700;
    }
    
    #footerCopyright, #footerEmail {
        font-size: 0.7em !important;
        text-align: center;
    }

    #footerCopyright {
        width: 70px;
    }

    #footerEmail {
        width: 80px;
    }

    #footerEmail a {
        width: 80px;
    }

    footer div.container div.row {
        margin-left: 0px;
    }

    [title~="copyright"] {
        width: 70px !important;
        margin-left: -10px !important;
    }

    [title~="email"] {
        width: 80px !important;
        margin-right: -10px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    /*    #homeHeader {
            top: 0px;
            left: calc((100% - 576px)/2);
        }*/

    #invisibleButtons {
        display: none;
        width: 100%;
        height: 685px;
        /*position: relative;*/
        top: 115px;
        left: 0px;
        z-index: 600;
    }

    #heroImage, #heroImageDiv {
        width: 320px;
        height: 320px;
        margin-left: calc((100% - 320px)/2);
        margin-top: -60px;
    }

    #heroText {
        display: block;
        width: 510px;
        top: -42px;
    }

    #heroText h1 {
        font-size: 2em;
    }

    #heroText h4 {
        font-size: 1.25em;
        margin-top: -30px;
    }

    .footerFixedBottom div {
        width: 540px;
        height: 30px;
        position: relative;
        float: left;
        left: calc((100% - 540px)/2);
    }

    #homeHeader {
        top: 0px;
        left: calc((100% - 540px)/2);
    }

    #headerBackBar, #homeHeader {
        height: 45px;
    }

    #homeHeader div {
        height: 45px;
    }

    #header div.col-10, #homeHeader div.col-10 {
        display: none;
    }

    #header div div.col-9, #homeHeader div div.col-9 {
        display: none;
    }

    #header #workGridMenu {
        margin-left: 300px;
    }

    #header #aboutGridMenu {
        margin-left: 40px;
    }

    #navbarSupportedContent {
        display: block;
    }

    li.nav-item {
        width: 100px;
        float: right;
    }

    div.dropdown-menu.show {
        height: 430px !important;
    }

    #work, #workHome, #about, #aboutHome, #workNext, #workBefore {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }

/*    #about, #aboutHome {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }*/

    #homeHeader div.row div.col-1.mainMenu.homeMenu {
        margin-top: 20px;
    }

    #homeHeader div.row.align-items-end {
        margin-top: 85px;
    }

    #logo {
        margin-left: 0px;
    }

    img.rounded.mx-auto.d-block {
        width: 180px;
    }

    #caseStudyIntroTextContainer {
        width: 100%;
        margin-top: -30px;
    }

    #prototypeHomeScreenContainerDI {
        margin-top: 5px;
    }

    #overviewSection {
        margin-top: 125px;
    }

    #primaryMarketPrimaryUserText, #primaryMarketSecondaryUserText, #primaryMarketTertiaryUserText {
        width: 300px;
        margin-left: 10px;
    }

    #protoypeSectionHome, #prototypeSectionLastDays, #prototypeSectionBible, #prototypeSectionGallery, #prototypeSectionDetail, #prototypeSectionSelected {
        width: 510px;
        margin-bottom: 30px;
    }

    .marginLeft15px {
        margin-left: calc((100% - 510px)/2);
    }

    .width3Icons {
        width: 140px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .width2Icons {
        width: 220px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .twoProtoScreens {
        width: 490px;
        margin-left: 25px;
        margin-right: 25px;
    }

    [title~="copyright"] {
        width: 190px !important;
        margin-left: 0px !important;
    }

    #footerCopyright, #footerEmail {
        width: 190px; 
        font-size: 1.0rem !important;
        text-align: center !important;
    }

    #homeFooter div.container div.row ul li a {
        width: 190px;
    }

    [title~="email"] {
        width: 190px !important;
        margin-right: -10px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    #homeHeader {
        top: 0px;
        left: calc((100% - 720px)/2);
    }

    #headerBackBar, #homeHeader, #homeHeader div {
        height: 45px;
    }

    #header div.col-10, #homeHeader div.col-10 {
        display: none;
    }

    #header div div.col-9, #homeHeader div div.col-9 {
        display: none;
    }

    #header #workGridMenu {
        margin-left: 450px;
    }

    #header #aboutGridMenu {
        margin-left: 30px;
    }

    .navbar {
        width: 720px;
    }

    #navbarSupportedContent {
        display: block;
    }

    #navbarSupportedContent ul {
        width: 240px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 470px;
    }

    li.nav-item {
        width: 100px;
        float: right;
    }

    div.dropdown-menu.show {
        height: 430px !important;
    }

    #work, #workHome {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }

    #about, #aboutHome {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }

    #homeHeader div.row div.col-1.mainMenu.homeMenu {
        margin-top: 20px;
    }

    #invisibleButtons {
        display: none;
        width: 100%;
        height: 685px;
        top: 115px;
        left: 15px;
        z-index: 600;
    }

    #heroImage, #heroImageDiv {
        width: 320px;
        height: 320px;
        margin-left: -10px;
        margin-top: -30px;
    }

    #heroText {
        display: block;
        width: 360px;
        top: -300px;
        left: 290px;
    }

    #heroText h1 {
        font-size: 2em;
    }

    #heroText h4 {
        font-size: 1.25em;
    }

    .footerFixedBottom div {
        width: 720px;
        height: 30px;
        position: relative;
        float: left;
        left: calc((100% - 720px)/2);
    }

    img.rounded.mx-auto.d-block {
        width: 200px;
    }

    #caseStudyIntroTextContainer {
        margin-top: -50px;
    }

    #prototypeHomeScreen {
        width: 100%;
        margin-top: -40px;
    }

    #prototypeHomeScreenContainer {
        width: 559px;
        margin-left: calc((100% - 559px)/2);
    }

    #designProcessSection {
        margin-bottom: 30px;
    }

    .width3Icons {
        width: 200px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .width2Icons {
        width: 220px !important;
        margin-left: 55px;
        margin-right: 55px;
    }

    .twoProtoScreens {
        width: 490px;
        margin-left: 115px;
        margin-right: 25px;
    }

    #downloadPDF1 {
        margin-left: 98px;
    }

    #seeWorkButton {
        position: absolute;
        margin-left: 290px;
        margin-top: 260px;
        z-index: 700;
    }

    #homeFooter div.container div.row ul {
        width: 100%;
    }

    #homeFooter div.container div.row ul li a {
        width: 100px;
    }

    [title~="copyright"], [title~="email"] {
        width: 190px !important;
    }

    [title~="email"] {
        margin-right: -20px !important;
    }

    #homeFooter div.container div.row ul li {
        margin-left: 30px;
        margin-right: 30px;
    }

    #footerCopyright, #footerEmail {
        width: 190px; 
        font-size: 1.0rem !important;
        text-align: center !important;
    }

    li#linkedContainer, li#behanceContainer, li#vimeoContainer {
        width: 40px !important;
        height: 40px;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    a#linkedInLogoIcon, a#behanceLogoIcon, a#vimeoLogoIcon {
        width: 40px !important;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 992px;
    }

    #homeHeader {
        top: 0px;
        left: 15px;
        /*left: calc((100% - 1024px)/2);*/
        /*background-color: yellow;*/
    }

    nav {
        left: -15px;
    }

    .navbar {
        /*width: 100% !important;*/
        padding: 0px;
    }

    nav.navbar {
        width: 992px;
        margin-left: 15px;
    }

    #navbarSupportedContent ul {
        width: 992px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
        margin-top: 90px;
    }

    #navbarSupportedContent {
        margin-right: -70px;
    }

    #headerBackBar, #homeHeader, #homeHeader div {
        height: 115px;
    }

    #header div.col-10, #homeHeader div.col-10 {
        display: none;
    }

    #header div div.col-9, #homeHeader div div.col-9 {
        display: none;
    }

    #header #workGridMenu {
        margin-left: 700px;
    }

    #header #aboutGridMenu {
        margin-left: 0px;
    }

    li.nav-item {
        width: 100px;
        float: right;
    }

    div.dropdown-menu.show {
        height: 430px !important;
    }

    #work, #workHome {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }

    #workHome {
        margin-right: -785px;
    }

    #about, #aboutHome {
        /*margin-left: 0px;*/
        padding: 0px;
        float: right;
    }

    #aboutHome {
        margin-right: -762px;
    }

    #homeHeader div.row div.col-1.mainMenu.homeMenu {
        margin-top: 20px;
    }

    #invisibleButtons {
        display: none;
        width: 100%;
        height: 685px;
        top: 115px;
        left: 15px;
        z-index: 600;
    }

    #heroImage, #heroImageDiv {
        width: 370px;
        height: 370px;
        margin-left: 0px;
        margin-top: -30px;
    }

    #heroText {
        display: block;
        width: 600px;
        top: -340px;
        left: 390px;
    }

    #heroText h1 {
        font-size: 2.25em;
    }

    #heroText h4 {
        font-size: 1.5em;
    }

    .footerFixedBottom div {
        width: 960px;
        height: 30px;
        position: relative;
        float: left;
        left: calc((100% - 960px)/2);
    }

    #downloadPDF1 {
        margin-left: 363px;
    }

    #caseStudyIntroTextContainer {
        width: 406px;
    }

    #prototypeHomeScreen {
        width: 100%;
        height: auto;
        margin-top: -218px;
    }

    #prototypeHomeScreenContainer {
        width: 500px;
        margin-left: 431px;
    }

    #overviewSection {
        margin-top: 0px;
    }

    #primaryMarketTextContainer {
        width: 500px;
        margin-left: 10px;
    }

    #primaryMarketPrimaryUserText, #primaryMarketSecondaryUserText, #primaryMarketTertiaryUserText {
        width: 78%;
    }

    #primaryMarketPrimaryUserText, #primaryMarketSecondaryUserText {
        margin-bottom: 30px;
    }

    #useCase1Image, #useCase2Image, #useCase3Image {
        width: 188px;
    }

    .width3Icons {
        width: 280px !important;
    }

    .width2Icons {
        width: 350px !important;
    }

    .twoProtoScreens {
        width: 430px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .flowchartContainer {
        width: 785px;
        margin-left: calc((100% - 785px)/2);
    }

    #seeWorkButton {
        position: absolute;
        margin-left: 390px;
        margin-top: 260px;
        z-index: 700;
    }

    #homeFooter div.container div.row ul {
        width: 100%;
    }

    #homeFooter div.container div.row ul li a {
        width: 100px;
    }

    [title~="copyright"], [title~="email"] {
        width: 190px !important;
    }

    [title~="email"] {
        margin-right: -20px !important;
    }

    #homeFooter div.container div.row ul li {
        margin-left: 30px;
        margin-right: 30px;
    }

    #footerCopyright, #footerEmail {
        width: 190px; 
        font-size: 1.0rem !important;
        text-align: center !important;
    }

    li#linkedContainer, li#behanceContainer, li#vimeoContainer {
        width: 40px !important;
        height: 40px;
        margin-left: 70px !important;
        margin-right: 70px !important;
    }

    a#linkedInLogoIcon, a#behanceLogoIcon, a#vimeoLogoIcon {
        width: 40px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1220px;
    }

    #homeHeader {
        top: 0px;
        left: calc((100% - 1220px)/2);
        z-index: 650;
    }

    #headerBackBar, #homeHeader, #homeHeader div {
        height: 115px;
    }

    #header div.col-10, #homeHeader div.col-10 {
        display: none;
    }

    #header div div.col-9, #homeHeader div div.col-9 {
        display: none;
    }

    #header #workGridMenu {
        margin-left: 890px;
    }

    #header #aboutGridMenu {
        margin-left: 0px;
    }

    li.nav-item {
        width: 100px;
        float: right;
    }

    div.dropdown-menu.show {
        height: 430px !important;
    }

    #work, a#workHome {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }

    #about, a#aboutHome {
        margin-left: 0px;
        padding: 0px;
        float: right;
    }

    #homeHeader div.row div.col-1.mainMenu.homeMenu {
        margin-top: 20px;
    }

    #invisibleButtons {
        display: block;
        width: 100%;
        height: 685px;
        top: 115px;
        left: 15px;
        z-index: 600;
    }

    #heroImage {
        width: 450px;
        height: 450px;
        margin-left: 15px;
        margin-top: 0px;
    }

    #heroImageDiv {
        width: 450px;
        height: 450px;
        margin-left: 0px;
        margin-top: -30px;
    }

    #heroText {
        display: block;
        width: 680px;
        top: 40px;
        left: 20px;
    }

    #heroText h1 {
        font-size: 2.25em;
    }

    #heroText h4 {
        font-size: 1.5em;
    }

    .footerFixedBottom div {
        width: 1220px;
        height: 30px;
        position: relative;
        float: left;
        left: calc((100% - 1220px)/2);
    }

    img.rounded.mx-auto.d-block {
        width: 250px;
    }

    #prototypeHomeScreen {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    #prototypeHomeScreenContainer {
        width: 600px;
        margin-left: 545px;
        margin-top: -200px;
    }

    #caseStudyIntroRow {
        height: 510px;
    }

    #caseStudyIntroTextContainer {
        width: 546px;
    }

    #downloadPDF1 {
        margin-left: 590px;
    }

    /*    #primaryMarketTextContainer {
            width: 670px !important;
        }*/

    #targetMarketSection div div div {
        width: 500px;
    }

    /*    .targetMarketUserDescriptionContainers, .targetMarketUserDescriptionContainers div {
            width: 386px !important;
            margin-right: 10px;
        }*/

    #primaryMarketPrimaryUserText, #primaryMarketSecondaryUserText, #primaryMarketTertiaryUserText {
        width: 370px !important;
    }

    #useCase1Image, #useCase2Image, #useCase3Image {
        width: 238px;
    }

    #useCase1Text, #useCase2Text, #useCase3Text {
        width: 1160px;
    }

    .flowchartContainer {
        margin-left: 310px;
        margin-top: -170px;
    }

    .width3Icons {
        width: 366px !important;
    }

    .width2Icons {
        width: 406px !important;
        margin-right: 85px;
        margin-left: 85px;
    }

    /*    .twoProtoScreens {
            width: 100%;
            margin-left: 55px;
            margin-right: 55px;
        }*/

    /*    #downloadPDF2 {
            margin-left: 1092px;
        }*/

    /*    #backToTop {
            margin-left: 15px;
        }*/

    .footerFixedBottom div div {
        left: calc((100% - 1190px)/2);
        text-align: center;
    }

    #seeWorkButton {
        position: absolute;
        margin-left: 470px;
        margin-top: 260px;
        z-index: 700;
    }

    #homeFooter div.container div.row ul {
        width: 100%;
    }

    #homeFooter div.container div.row ul li a {
        width: 100px;
    }

    [title~="copyright"], [title~="email"] {
        width: 190px !important;
    }

    [title~="email"] {
        margin-right: -20px !important;
    }

    [title~="copyright"] {
        margin-left: 150px !important;
    }

    #homeFooter div.container div.row ul li {
        margin-left: 30px;
        margin-right: 30px;
    }

    #footerCopyright, #footerEmail {
        width: 190px; 
        font-size: 1.0rem !important;
        text-align: center !important;
    }

    li#linkedContainer, li#behanceContainer, li#vimeoContainer {
        width: 40px !important;
        height: 40px;
        margin-left: 70px !important;
        margin-right: 70px !important;
    }

    a#linkedInLogoIcon, a#behanceLogoIcon, a#vimeoLogoIcon {
        width: 40px !important;
    }
}
/**** MEDIA QUERIES END ****/
