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;
}

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

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

#weatherphone
{
    position: absolute;
    width: 50%;
    margin-left: 24.5vw;
    margin-top: 89vw;
    left: 0;
    
}

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

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

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

#ideationheading
{
    position: absolute;
    font-size: 3vw;
    font-weight: 700;
    font-family: 'title', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 159vw;
    margin-left: auto;
}
#dryclothimg
{
    position: absolute;
    height: 30vw;
    margin-top: 168vw;
    right:0;
    margin-right: 17vw;
}
#dryclothheading
{
    font-size: 1.7vw;
    font-weight: 600;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
    margin-top: 175vw;
    margin-left: 20vw;
    text-align: center;
}

#dryclothtype
{
   font-size: 0.9vw;
    font-weight: 300;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
    margin-top:178.5vw;
/*    width: 100%;*/
    margin-left: 20vw;
    text-align: center; 
}

#dryclothdetails
{
    font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 20vw;
    margin-right: 52vw;
    margin-top: 183vw; 
}
#mannequinimg
{
    position: absolute;
    height: 40vw;
    margin-top: 212vw;
    margin-left: 20vw;
}

#mannequinheading
{
    font-size: 1.7vw;
    font-weight: 600;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
/*    margin-top:-50vh;*/
/*    width: 100%;*/
    margin-top: 219vw;
    margin-left: 43vw;
    text-align: center;
}

#mannequintype
{
    font-size: 0.9vw;
    font-weight: 300;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
    margin-top:222.5vw;
/*    width: 100%;*/
    margin-left: 43vw;
    text-align: center; 
}

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

#windowimg
{
    position: absolute;
    height: 35vw;
    margin-top: 267vw;
/*    margin-left: 110vh;*/
    right: 0;
    margin-right: 25vw;
}

#windowheading
{
    font-size: 1.7vw;
    font-weight: 600;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
/*    margin-top:-50vh;*/
/*    width: 100%;*/
    margin-top: 273vw;
    margin-left: 20vw;
    text-align: center;
}

#windowtype
{
   font-size: 0.9vw;
    font-weight: 300;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
    margin-top:276.5vw;
/*    width: 100%;*/
    margin-left: 20vw;
    text-align: center; 
}

#windowdetails
{
   
   font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 20vw;
    margin-right: 52vw;
    margin-top: 281.5vw; 
}


#paintingimg
{
    position: absolute;
    height: 40vw;
    margin-top: 312.8vw;
    margin-left: 20vw;
}

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

#paintingtype
{
   font-size: 0.9vw;
    font-weight: 300;
    font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
    margin-top:327.5vw;
    margin-left: 46vw;
    text-align: center;
}

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

#intromoogif
{
    position: absolute;
    width: 50%;
    margin-top: 370.8vw;
/*    margin-left: 45vh;*/
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    
}

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


#fullmoovideo
{
    position: absolute;
/*    display: block;*/
/*    margin: auto;*/
    max-height: 50vw;
/*    right: ;*/
    margin-top: 435vw;
/*    margin-left: 60vh;*/
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; 
}


#blastout
{
    position: absolute;
    max-height: 40vw;
    margin-top: 500vw;
/*    margin-left: 23.36vw;*/
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

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

#moowalkgif
{
    position: absolute;
    max-height: 10vw;
    margin-top: 575vw;
    margin-left: 20vw;
}

#moowalkdetail
{
    position: absolute;
/*    max-height: 10vw;*/
    margin-top: 588vw;
    margin-left: 26vw;
    font-size: 1vw;
    font-weight: 400;
     font-family: 'para', monospace;
    color: #777777;
}

#moodrinkgif
{
    position: absolute;
    max-height: 16vw;
    margin-top: 574vw;
    margin-left: 36.4vw;
}

#moodrindetail
{
    position: absolute;
/*    max-height: 10vw;*/
    margin-top: 588vw;
    margin-left: 45.4vw;
    font-size: 1vw;
    font-weight: 400;
     font-family: 'para', sans-serif;
    color: #777777;
}

#moosittinggif
{
    position: absolute;
    max-height: 9vw;
    right: 0;
    margin-top: 576vw;
    margin-right: 20vw;
}

#moosittingdetail
{
    position: absolute;
/*    max-height: 10vw;*/
    
    margin-right: 22vw;
    margin-top: 588vw;
    right: 0;
    font-size: 1vw;
    font-weight: 400;
     font-family: 'para', monospace;
    color: #777777;
}

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

#hotgif
{
    position: absolute;
    max-width: 50%;
/*    right: 0;*/
    margin-top: 624vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
/*    margin-left: 40vh;*/
}

#hotheading1
{
    font-size: 1.7vw;
    font-weight: 600;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
/*    margin-top:-50vh;*/
/*    width: 100%;*/
    margin-top: 680vw;
    margin-left: 15vw;
    text-align: center;
}

#hotdetails
{
     font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 15vw;
    margin-right: 52vw;
    margin-top: 684.5vw; 
}

#drinkingwatervideo
{
    position: absolute;
/*    display: block;*/
/*    margin: auto;*/
    max-height: 45vw;
/*    right: ;*/
    margin-top: 669vw;
/*    margin-left: 60vh;*/
    right: 0;
}

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

#raingif
{
    position: absolute;
    max-width: 50%;
/*    right: 0;*/
    margin-top: 749vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
/*    margin-left: 40vh;*/
}

#rainvideo
{
    position: absolute;
    max-height: 45vw;
/*    right: 0;*/
    margin-top: 800vw;
    left: 0;
/*    right: 0;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    margin-left: 40vh;*/
}

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

#raindetails
{
     font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 50vw;
    margin-right: 17vw;
    margin-top: 814.5vw; 
}

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

#coldgif
{
    position: absolute;
    max-height: 45vw;
/*    right: 0;*/
    margin-top: 878vw;
/*    margin-left: auto;*/
/*    margin-right: 5.6vw;*/
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
/*    margin-left: 40vh;*/
}


#coldheading1
{
    position: absolute;
    font-size: 1.7vw;
    font-weight: 700;
    font-family: 'para-bold', serif;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 932vw;
    margin-left: auto;
}
#colddetails
{
   font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 936.5vw;
}

#coldvideo
{
    position: absolute;
    max-height: 45vw;
/*    right: 0;*/
    margin-top: 950vw;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
/*    margin-left: 40vh;*/
}

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



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

#timeofthedaydetails
{
     font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 50vw;
    margin-right: 17vw;
    margin-top: 1042.5vw; 
}

#daynightvideo
{
    position: absolute;
    max-height: 45vw;
/*    right: 0;*/
    margin-top: 1024vw;
    left: 0;
    
/*    right: 0;*/
    margin-left: 6vw;
    margin-right: auto;
    z-index: -1;
/*    margin-left: 40vh;*/
}

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


#alertheading1
{
    font-size: 1.7vw;
    font-weight: 600;
     font-family: 'para-bold', monospace;
    position: absolute;
    color: #333333;
/*    margin-top:-50vh;*/
/*    width: 100%;*/
    margin-top: 1105vw;
    margin-left: 15vw;
    text-align: center;
}

#alertdetails
{
     font-size: 1vw;
   
    font-family: 'para', monospace;
    position: absolute;
    color: #777777;
    line-height: 2vw;
    margin-left: 15vw;
    margin-right: 52vw;
    margin-top: 1109.5vw; 
}



#alertvideo
{
      position: absolute;
    max-height: 45vw;
/*    right: 0;*/
    margin-top: 1095vw;
    right: 0;
    margin-right: 7vw;
    z-index: -1;
}




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


#upnexttitle{
     font-size: 6vw;
   
    font-family: 'title', monospace;
    /*    font-weight: 200;*/
    position: absolute;
    color: #C18C02;
    line-height: 2vw;
    margin-left: 20vw;
    margin-right: 16.5vw;
    margin-top: 1181vw;
}



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


#exploremorebtnmindtrip:hover {

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

#exploremorebtnmindtrip:active {
    margin-top: 1179.4vw;
    background-color: #E4A400;
    border-color: #E4A400;
    -webkit-box-shadow: 0px 0px 0px 0px #C18C02;
    -moz-box-shadow: 0px 0px 0px 0px #C18C02;
    box-shadow: 0px 0vw 0px 0px #C18C02;
    color: #FFFFFF;
    font-weight: 700;
}


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

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


#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;
    }
}
