b.para {
    /*    font-weight: bold;*/
    font-family: 'para-bold';
    color: #333333;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        b.para {
            /*    font-weight: bold;*/
            font-family: 'para-bold';
            color: #333333;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
        }


    }
}

html,body {
    margin: 0;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 5px;
    background-color: black;
    /*    opacity: 10%;*/
    /*    display: NONE;*/
}

/* Track */
::-webkit-scrollbar-track {
    /*  box-shadow: inset 0 0 5px grey; */
    /*  border-radius: 10px;*/
    opacity: 0;
    display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f8f8f8;
    /*    opacity: 10%;*/
    /*  border-radius: 10px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6e6e6e;
}



a:link {
    text-decoration: none;

}

@font-face {
    font-family: 'title';
    src: url("/Fonts/CraftworkGrotesk-Heavy.ttf");
    /* IE9 Compat Modes */
    /*  src: url("/Fonts/Pandemic.otf") format('embedded-opentype'),  IE6-IE8     */
}

@font-face {
    font-family: 'para-thin';
    src: url("/Fonts/Space/SpaceGrotesk-Light.ttf");
    /* IE9 Compat Modes */
    /*  src: url("/Fonts/Pandemic.otf") format('embedded-opentype'),  IE6-IE8     */
}


@font-face {
    font-family: 'para';
    src: url("/Fonts/Space/SpaceGrotesk-Regular.ttf");
    /* IE9 Compat Modes */
    /*  src: url("/Fonts/Pandemic.otf") format('embedded-opentype'),  IE6-IE8     */
}

@font-face {
    font-family: 'para-bold';
    src: url("/Fonts/Space/SpaceGrotesk-Bold.ttf");
    /* IE9 Compat Modes */
    /*  src: url("/Fonts/Pandemic.otf") format('embedded-opentype'),  IE6-IE8     */
}



@font-face {
    font-family: 'fa';
    src: url("/Fonts/fa-solid-900.ttf");
}


iframe {
    /*    background-color: beige;*/
    /*    width: 60vw;*/
}

#foucs {
    margin-top: 0;
}


::-moz-selection {
    /* Code for Firefox */
    color: #333333;
 background: #00FF47;
}

::selection {
    color: #333333;
    background: #00FF47;
}


#hidescrollcontainer {
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
}

#hidescrollcontent {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}



ul {
    opacity: 0;
    visibility: hidden;
    list-style-type: none;
    margin: 0%;
    padding: 0%;
    overflow: hidden;
    background-color: white;
    box-shadow: 10px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -moz-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -o-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -ms-transition: background-color 700ms linear, opacity .70s ease-in-out;
    transition: background-color 700ms linear, opacity .70s ease-in-out;
}

ul.scrolled {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -moz-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -o-transition: background-color 700ms linear, opacity .70s ease-in-out;
    -ms-transition: background-color 700ms linear, opacity .70s ease-in-out;
    transition: background-color 700ms linear, opacity .70s ease-in-out;
}

li {


    float: right;
}


li a {
    display: inline-block;
    text-align: center;
    /*    padding: 7% 50px;*/
    padding-top: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 1vw;
    text-decoration: none;
    font-family: 'para';
    /*    font-weight: 900;*/
    font-size: 0.85vw;
    color: #222222;
    /*    margin-top: 0.56vw;*/
}

li a:hover:not(.active) {

    color: #332cce;
}

li.amitsharma {
    opacity: 1;
    float: left;
    visibility: visible;
    transition: opacity .70s ease-in-out;
    -moz-transition: opacity .70s ease-in-out;
    -webkit-transition: opacity .70s ease-in-out;
}

li.amitsharma.fadein {
    visibility: visible;
    opacity: 1;
    transition: opacity .70s ease-in-out;
    -moz-transition: opacity .70s ease-in-out;
    -webkit-transition: opacity .70s ease-in-out;

}

li a.amitsharma {
    /*    font-weight: 600;*/
}


.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}




#introductionheading
{
   position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 11vw;
    margin-left: auto;
}


#introductiondetail
{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 19vw;
}


#briefheading
{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 70vw;
    margin-left: auto;
}

#briefdetails
{
font-size: 1vw;
    text-align: center;
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    width: 100%;
/*    margin-left: 25vw;*/
/*    margin-right: 25vw;*/
    margin-top: 78vw;
}


#researchheading
{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 98vw;
    margin-left: auto;
}


#ergonomicsheading
{
     font-size: 1.7vw;
    font-weight: 600;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
    margin-top: 112vw;
    margin-left: 25vw;
    text-align: center;
}

#ergonomicsdetails
{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 47vw;
    margin-top: 116.5vw; 
}

#oculusergonomicsman
{
    position: absolute;  
    height: 35vw;
    margin-top: 108vw;
    right: 0;
    margin-right: 14vw;  
    z-index: -1;
}

#eyestrainheading
{
    position: absolute;
    font-size: 1.7vw;
    font-weight: 700;
    font-family: 'para-bold', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 155vw;
    margin-left: auto;
}

#eyestraindetails
{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;     
    margin-right: 25vw;
    margin-top: 159.5vw;
}
#eyestrainvideo
{
    position: absolute;
    width: 100%;
    margin-top: 174vw;
    padding-bottom: 20vw;
    right: 0;
    z-index: -1;
}


#neckstrainheading
{
   position: absolute;
    font-size: 1.7vw;
    font-weight: 700;
    font-family: 'para-bold', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 226vw;
    margin-left: auto;
}

#neckstraindetails
{
    
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 230.5vw;
}
#neckstrainvideo
{
    position: absolute;
    width: 100%;
    margin-top: 245vw;
    padding-bottom: 20vw;
    right: 0;
    z-index: -1;
}

#gistheading
{
    position: absolute;
    font-size: 1.7vw;
    font-weight: 700;
    font-family: 'para-bold', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 297vw;
    margin-left: auto;
}


#gistdetails
{
     
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 301.5vw;
}


#gistvideo
{
    position: absolute;
      
    left: 15%;
    right: 15%;
    width: 70%;
/*    right: 0;*/
    margin-top: 325vw;
    padding-bottom: 20vw;
    right: 0;

    
/*    right: 0;*/
/*    margin-left: ;*/
/*    margin-right: 3vw;*/
/*    margin-left: 40vh;*/  
    
    z-index: -1;
}


#dreamheading
{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 380vw;
    margin-left: auto;
}

#dreamdetails{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 388vw;
}


#audiocomic1{
      
    position: absolute;
    
/*    padding-top: 20vh;*/
    margin-top: 406vw;
    right: 0;
    margin-right: 6.8vw; 
}

#titlecomic1{
     font-size: 1vw;
     font-family: 'para', monospace;
    font-weight: 200;
    position: absolute;
    color: #333333;
    line-height:2.5vw;
/*    padding-top: 20vh;*/
    margin-top: 410vw;
    right: 0;
   margin-right: 6.8vw;     
}


#namecomic1{
     font-size: 0.8vw;
     font-family: 'para', monospace;
    font-weight: 200;
    position: absolute;
    color: #777;
    line-height:2.5vw;
/*    padding-top: 20vh;*/
    margin-top: 412vw;
    right: 0;
    margin-right: 6.8vw;    
}

#scenario1comic
{
    position: absolute;
   margin-top: 415vw;
/*    width: 90%;*/
    width: 90%;
    right: 5%;
    left: 5%;
/*    margin-top: 1.12vw;*/
}

#audiocomic2{
      
    position: absolute;
    
/*    padding-top: 20vh;*/
    margin-top: 455vw;
    right: 0;
    margin-right: 6.8vw; 
}

#titlecomic2{
    font-size: 1vw;
     font-family: 'para', monospace;
    font-weight: 200;
    position: absolute;
    color: #333333;
    line-height:2.5vw;
/*    padding-top: 20vh;*/
    margin-top: 459vw;
    right: 0;
   margin-right: 6.8vw;     
}


#namecomic2{
     font-size: 0.8vw;
     font-family: 'para', monospace;
    font-weight: 200;
    position: absolute;
    color: #777777;
    line-height:2.5vw;
/*    padding-top: 20vh;*/
    margin-top: 461vw;
    right: 0;
    margin-right: 6.8vw;    
}

#scenario2comic
{
    position: absolute;
   margin-top: 463vw;
/*    width: 90%;*/
    width: 90%;
    right: 5%;
    left: 5%;
/*    margin-top: 1.12vw;*/
}



#audiocomic3{
      
    position: absolute;
    
/*    padding-top: 20vh;*/
    margin-top: 503vw;
    right: 0;
    margin-right: 6.8vw; 
}

#titlecomic3{
     font-size: 1vw;
     font-family: 'para', monospace;
    font-weight: 200;
    position: absolute;
    color: #333333;
    line-height:2.5vw;
/*    padding-top: 20vh;*/
    margin-top: 507vw;
    right: 0;
   margin-right: 6.8vw;     
}


#namecomic3{
      font-size: 0.8vw;
     font-family: 'para', monospace;
    font-weight: 200;
    position: absolute;
    color: #777777;
    line-height:2.5vw;
/*    padding-top: 20vh;*/
    margin-top: 509vw;
    right: 0;
    margin-right: 6.8vw;   
}

#scenario3comic
{
    position: absolute;
   margin-top: 511vw;
/*    width: 90%;*/
    width: 90%;
    right: 5%;
    left: 5%;
/*    margin-top: 1.12vw;*/
}


#dreamsummary{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 548vw;
}


#considerationsheading
{
     position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 578vw;
    margin-left: auto;
}



#lowpolyheading
{
    font-size: 1.7vw;
    font-weight: 600;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
    margin-top: 594vw;
    margin-left: 25vw;
    text-align: center;
}


#lowpolyvideo
{
    position: absolute;  
    margin-right: 13vw;
    width: 38%;
    margin-top: 589vw;
    right: 0;
    z-index: -1;
}

#lowpolydetails
{
    
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 47vw;
    margin-top: 598.5vw; 
}


#environmentexpressionheading
{
     position: absolute;
    font-size: 1.7vw;
    font-weight: 700;
    font-family: 'para-bold', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 633vw;
    margin-left: auto;
}


#environmentexpressiondetails
{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 637.5vw;
}

#environmentexpressionvideo
{
    position: absolute;
    width: 100%;
    margin-top: 650vw;
    z-index: -1;
}

#mindtripheading
{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 705vw;
    margin-left: auto;
}

#mindtripdetails{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 713vw;
}

#informationarchitectureheading{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 740vw;
    margin-left: auto;
}

#iaimage{
     position: absolute;
   margin-top: 748vw;
/*    width: 90%;*/
    width: 80%;
    right: 10%;
    left: 10%;
    align-content: center;
}

#buildingadreamheading{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 795vw;
    margin-left: auto;
}

#buildingadreamdetails{
   font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 803vw;
}

#typeofdreamheading{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 835vw;
    margin-left: auto;
}

#typeofdreamdetails{
   font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 843vw;
}

#maskvideo{
     position: absolute;
    width: 100%;
    margin-top: 855vw;
    z-index: -1;
}


#searchandplaceheading{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 910vw;
    margin-left: auto;
}

#searchandplacedetails{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 918vw;
}

#searchandplacevideo{
     position: absolute;
    width: 100%;
    margin-top: 933vw;
    z-index: -1;
}


#poseheading{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 990vw;
    margin-left: auto;
}

#posedetails{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 998vw;
}

#posevideo{
     position: absolute;
    width: 100%;
    margin-top: 1015vw;
    z-index: -1;
}


#shootheading{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 1072vw;
    margin-left: auto;
}

#shootdetails{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 1080vw;
}

#shootvideo{
     position: absolute;
    width: 100%;
    margin-top: 1095vw;
    z-index: -1;
}

#viewandsharetheading{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 1152vw;
    margin-left: auto;
}

#viewandsharedetails{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 1160vw;
}

#viewandsharevideo{
     position: absolute;
    width: 100%;
    margin-top: 1178vw;
    z-index: -1;
}



#upnexttext{
     font-size: 1vw;
   
    font-family: 'para', monospace;
    /*    font-weight: 200;*/
    position: absolute;
    color: #CA5310;
    line-height: 2vw;
    margin-left: 12.4vw;
    margin-right: 25vw;
    margin-top: 1261.5vw;
    
}


#upnexttitle{
     font-size: 6vw;
   
    font-family: 'title', monospace;
    /*    font-weight: 200;*/
    position: absolute;
    color: #CA5310;
    line-height: 2vw;
    margin-left: 12vw;
    margin-right: 17vw;
    margin-top: 1266vw;
}



#exploremorebtnprojalpha {
    position: absolute;
    -moz-border-radius: 0.8vw;
    border-radius: 0.9vw;
    border-style: solid;
    border-width: 0.14vw;
    border-color: #F36717;
    font-family: 'para', monospace;
    font-weight: 700;
    font-size: 1.12vw;
    right: 0;
    margin-right: 12vw;
    margin-top: 1264vw;
    color: #CA5310;
    opacity: 1;
    padding-right: 8vw;
    padding-left: 1vw;
    padding-top: 1.5vw;
    padding-bottom: 1vw;
    text-decoration: none;
        background-color: #FDE8DC;
/*    border-color: #5357ee;*/
    -webkit-box-shadow: -0px 8vw 0px 0px #CA5310;
    -moz-box-shadow: -0px 8px 0px 0px #CA5310;
    box-shadow: -0px 0.4vw 0px 0px #CA5310;
/*    color: #2ae49c;*/
/*    font-weight: 700;*/
}


#exploremorebtnprojalpha:hover {

    background-color: #F36717;
    border-color: #F36717;
    -webkit-box-shadow: 0px 8px 0px 0px #CA5310;
    -moz-box-shadow: 0px 8px 0px 0px #CA5310;
    box-shadow: 0px 0.4vw 0px 0px #CA5310;
    color: #FFFFFF;
    font-family: 'para-bold', monospace;
}

#exploremorebtnprojalpha:active {
    margin-top: 1264.4vw;
    background-color: #F36717;
    border-color: #F36717;
    -webkit-box-shadow: 0px 0px 0px 0px #CA5310;
    -moz-box-shadow: 0px 0px 0px 0px #CA5310;
    box-shadow: 0px 0vw 0px 0px #CA5310;
    color: #FFFFFF;
    font-weight: 700;
}


footer {
    
    border-top: 0.14vw solid #FDE8DC;
    position: absolute;
    width: 100%;
    background-color: #FDF3ED;
    height: 25vw;
    margin-top: 1254vw;
/*   transform: skew(-30deg, 0deg);*/
}

#creativecommons{
    vertical-align: middle;
    align-content: center;
    margin-left: 45vw;
    position: absolute;
    width: 10vw;
    padding-bottom: 5vw;
    margin-top: 1230vw;
}


#landscapeimg{
    position: absolute;
    height: 95vh;
    margin-top: 2vh;
    margin: auto;
    left: 0;
    right: 0;
    /* vertical-align: ; */
    right: 0;
    /* margi */
    z-index: +99999;
}


@media only screen and (orientation:portrait) {
    
    #wrapper {
        display:none;
        
       
    }
    
    body{
        
    }
    
    #warning-hero{
        opacity: 1;
    background-size: cover;
/*    position: fixed;*/
    height: 100vh;
    width: 100vw;
    background-color: black;
    }
    
}

@media only screen and (orientation:landscape) {
    #warning-hero {
        display: none;
    }
}


#fadein
{
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
