@font-face {
    font-family:centurygothic;
    src:url(../fonts/CenturyGothic.ttf)
}

@font-face {
    font-family:baskerville;
    src:url(/fonts/baskerville.otf)
}

  
@font-face {
  font-family: "BaskervilleSerialBold";
  src: url('../fonts/BaskervilleSerialBold/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialBold/font.woff') format('woff');
}
@font-face {
  font-family: "BaskervilleSerialBlack";
  src: url('../fonts/BaskervilleSerialBlack/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialBlack/font.woff') format('woff');
}
@font-face {
  font-family: "freight-text-pro";
  src: url('../fonts/FreightTextProMedium/font.woff2') format('woff2'), url('../fonts/FreightTextProMedium/font.woff') format('woff');
}
@font-face {
  font-family: "BaskervilleSerialMedium";
  src: url('../fonts/BaskervilleSerialMedium/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialMedium/font.woff') format('woff');
}
@font-face {
  font-family: "BaskervilleSerialLight";
  src: url('../fonts/BaskervilleSerialLight/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialLight/font.woff') format('woff');
}
@font-face {
  font-family: "BaskervilleSerial";
  src: url('../fonts/BaskervilleSerial/font.woff2') format('woff2'), url('../fonts/BaskervilleSerial/font.woff') format('woff');
}
@font-face {
  font-family: "BaskervilleSerialHeavy";
  src: url('../fonts/BaskervilleSerialHeavy/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialHeavy/font.woff') format('woff');
}
@font-face {
  font-family: "BaskervilleSerialExtraBold";
  src: url('../fonts/BaskervilleSerialExtraBold/font.woff2') format('woff2'), url('../fonts/BaskervilleSerialExtraBold/font.woff') format('woff');
}


.lawtext p{
    font-family:"freight-text-pro",serif;
    font-size:26px;
    text-align:center;
    padding-bottom:50px;
}


/* LAYOUT */

#body-wrapper {
    position:absolute;
    z-index:9999999999;
    /* make visual for example */
    width:100%;
    height:100%;
}


.back{z-index:-999;}


.patternicon {
    padding-top:100px;

}

.patterniconsmall{
    margin-left:auto;
    margin-right:auto;
    display:block;
height:250px;
margin-top:-50px;

}



.navheader{
    z-index:999999999999;position:absolute;
}

.underline{
    border-bottom: solid 1px #d2976b;margin-top: -15px; width:150px;margin-left:auto;margin-right:auto;margin-bottom:20px;border-color:#d2976b;
}

.underline2{
    border-bottom: solid 1px #d2976b;margin-top: -30px; width:200px;margin-left:auto;margin-right:auto;margin-bottom:60px;border-color:#d2976b;
}

.mainleveliconcontainer{
width: 200px;
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top:-150px;
}

.mainlevelicon{
    width: 360px;
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top:-515px;
  padding-right:215px;
}

.mainleveliconcontainerright{
    float:right;width:308px;height:308px;margin-right:36px;margin-bottom:150px;
}

.mainleveliconcontainerleft{
    float:left;width:308px;height:308px;margin-left:29px;margin-bottom:150px;
}

.mainleveliconright{
    float:right;left:35px;z-index:999;position:relative;display:inline;
}

.mainleveliconleft{
display:inline-block;float:left;z-index:999;position:relative;right:30px;
}

.mainleveldrop{
    stroke:#d2976b;stroke-width:4;
}


.scales{
    left:0;right:0;margin:auto;text-align: center;padding-bottom:150px;

}

.hook{
    width:15px;height:30px;background-color:#d2976b;left:0;right:0;margin-left:auto;margin-right:auto;
}

.bar{
    width:300px;height:12px;background-color:#d2976b;left:0;right:0;margin-left:auto;margin-right:auto;
}

.leftscale{
    width:40px;height:30px;left:0;right:0;display: inline-block;    position:relative;margin-left:-160px;
}

.rightscale{
    width:40px;height:30px;left:0;right:0;display: inline-block;margin-left:250px; position:relative;
}

.mainlevelhr{
   background-color:white;
   opacity:0.1; 
   margin-bottom:50px;
}

.txtleft{
    text-align:left;
}

.txtright{
    text-align:right;
}

.yearsvg{
    float:right;margin-left:80%;margin-top:-60px;
}

.yearicon{
    margin-top:-390px;
    float:right;
    left:-10px;
    z-index:999;
    position:relative;
    width:230px;
}

#firstyear{
    margin-top:0px;
}

#firstyearicon{
    margin-top:-410px;
}

#firstyearcircle{
    top:-120px;
}


#finalyearicon{
    float:right;
    stroke-width:20;
    margin-left:80%;
    margin-top:-60px;
}


#bg1,#bg2,#bg3 {
    z-index:5000;
    margin-top:50px;
    background-image:url(../img/travel6.jpg);
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-color:#000;
    background-attachment:scroll;
    background-clip:border-box;
    background-origin:padding-box;
    background-size:cover;
    min-width:100%!important;
    min-height:100vh!important;
    background-position:0% 100%!important;
}

#easing_wrapper {
    width:100%;
    height:100vh
}

#intro {
    width:80%;
    left:50%;
    top:1em;
    margin-left:-40%;
    padding:2em;
    text-align:center;
    border-radius:1em;
    z-index:500;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

#firstyearnumber{
    margin-top:-10px;
}

#offsetyear{
    margin-top:-30px;
}

#extraoffsetyear{
    margin-top:-65px;
}

html,body {
    line-height:1;
    min-height:100%;
    -webkit-overflow-scrolling: touch;
}

.skrollr-desktop #scrollbar {
    display:none
}

html,body,div,span,p,a,del,em,img,ol,ul,li,fieldset,form,label {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}

.svg-content {
    display:inline-block;
    position:absolute;
    top:0;
    left:0
}

.svgcontainer {
    display:inline-block;
    position:relative;
    width:100%;
    padding-bottom:100%;
    vertical-align:middle;
    overflow:hidden;
    margin-bottom:5%
}

.middle {
    width:600px;
    position:absolute;
    left:50%;
    margin-left:-300px
}

#mySVG{
    margin-left: auto; margin-right:auto;
}

#properties {
    width:100%;
    height:100%;
    text-align:center;
    z-index:-99;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

#test123{
        width:100%;
    height:100%;
}

.header {
    color:#fff;
    padding-bottom:3px;
    font-family: centurygothic,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:80
}

.questionmark {
    font-family: centurygothic,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:4em;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    padding-top:0;
    height:50%;
    color:#000;
    letter-spacing:1.5px
}

.questionmark h2 {
    font-size:.3em;
    letter-spacing:.5px;
    padding-top:0;
    font-weight:60;
    color:#000
}

.questionmark h1 {
    font-size:.5em;
    letter-spacing:3px;
    padding-top:0
}

.actualquestionmark {
    font-family: Nobel-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:lightgray;
    font-size:5em;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
    position:relative
}

.aboutdq2 {
    letter-spacing:2px;
    font-family:"freight-text-pro",sans-serif;
    font-style:normal;
    font-weight:300;
    font-size:.3em;
    width:400px;
    margin-top:100px;
    left:0;
    right:0;
    color:gray;
    margin-left:auto;
    margin-right:auto;
    text-transform:uppercase;
    color:#000
}

.righttext {
    font-family: centurygothic,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align:left;
    width:250px;
    color:gray;
    position:absolute;
    right:150px;
    top:56px;
    letter-spacing:.4px
}

.lefttext {
    font-family: centurygothic,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align:right;
    width:200px;
    color:gray;
    position:absolute;
    left:190px;
    top:56px;
    letter-spacing:.4px
}

body h2 {
    letter-spacing:10px;
    text-transform:uppercase;
    font-family: Nobel-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:10;
    color:#d2976b;
    padding-top:70px;
    padding-bottom:50px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

body h3 {
    letter-spacing:5px;
    text-transform:uppercase;
    font-family:centurygothic;
    font-weight:10;
    color:#fff;
    margin-top:10px;
    margin-bottom:20px;
    text-align:left;
    line-height:35px;
    text-align:center
}

body p {
    font-family:"freight-text-pro",sans-serif;
    font-style:normal;
    font-weight:300;
    margin-bottom:80px;
    text-align:left;
    color:#fffff0;
    font-size:24px;
    line-height:1.5;
    letter-spacing:1.5px
}

.icon {
    margin-left:auto;
    margin-right:auto;
    width:235px;
    transform:scale(.7);
    margin-top:30px;
    margin-bottom:30px;

}

body hr {
    display:block;
    height:1px;
    border:0;
    border-top:2px solid #d2976b;
    margin:1em 0;
    padding:0
}

#skrollr-body {
    overflow:visible;
    max-width:100%!important;
    width:100%!important


  


}

.parallax {
    width:100%;
    position:relative;
}

.parallax#spacerOne {
    margin-top:100px;
    padding-top:20px;
    background:url(../img/travel7.jpg) no-repeat scroll 0 0% / cover transparent;
    min-height:580px;
    max-height:600px
}

.parallax#spacerTwo {
    margin-top:100px;
    padding-top:20px;
    font-weight:10;
    background:url(../img/travel5.jpg) no-repeat scroll 0 80% / cover transparent;
    min-height:580px;
    max-height:600px
}

.parallax#spacerThree{
    background:url(../img/travel10.jpg) no-repeat scroll 0 0% / cover transparent;
    min-height:920px;
    max-height:920px;
    height:920px;
    padding-top:150px;
    bottom:-500px
}

.parallax#spacerFour {
    font-weight:10;
    background:url(../img/travel6.jpg) no-repeat scroll 0 100% / cover transparent;
    min-height:580px;
    max-height:800px;
}

.year{
    height:230px;
    color: white;
    display:inline-block;
    padding-top:100px;

}

.domination{
    height:110px;
}


.year h1{
    font-family: centurygothic,"Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 3px;
    font-size:60px;
    float:left;
}

.domination h2{
    letter-spacing: 3px;
    font-size:20px;
    text-align:left;
    width:50%;
    display:inline-block;
    padding-top:50px;
}

.moveup{
    margin-top:-40px;
    padding-bottom:200px;
}

.moveup2{
    margin-top:-70px;
    padding-bottom:180px;
}

.year h4{
    font-family:"freight-text-pro",serif;
    line-height:1.5;
    letter-spacing:1.5px ; 
    font-size:22px;
    font-weight:300;
    padding-top:20px;
    padding-left:200px;
        text-transform: none;

}

.andfinally p{
    display:inline-block;
    font-size:22px;
    width:80%;
    font-family:"freight-text-pro",serif;
    font-style:normal;
    font-weight:300;
    margin-bottom:80px;
    text-align:left;
    color:#fffff0;
    line-height:1.5;
    letter-spacing:1.5px
}

.spacertext {
    position:absolute;
 bottom:0;
 padding-bottom:250px;
  padding-right:10%;
 padding-left:10%;

    line-height:1.5;
    text-align:center;
    width:100%;
    font-family: centurygothic,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style:normal;
    font-weight:300;
    letter-spacing:3px;

}

.spacertext#spacerFour{
color:white;
 padding-bottom:50px;

}



.spacertext#white {
    color:#fff
}

#logo {
    position:absolute;
    top:65%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto
}

#logo h1 {
    font-family:baskerville;
    color:#fff;
    size:22px;
    font-weight:300;
    letter-spacing:2px
}

.containerwhite {
    background-color:#fff
}


.problemHeading1 {
    color:#000;
    width:100%;
    display:inline;
    float:left
}

.jumbotron2 {
    background-image:url(../img/home1_bg.jpg);
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    background-clip:border-box;
    background-origin:padding-box;
    background-size:cover;
    min-width:100%;
    width:100%;
    background-position:50% 100%;
    margin-bottom:70px;
    padding-top:25%;
    min-height:100%!important;
    height:100%!important
}

#wholepagewhite {
    background-clip:border-box;
    background-origin:padding-box;
    background-size:cover;
    background-color:#fff;
    min-width:100%;
    width:100%;
    background-position:50% 100%;
    margin-bottom:70px;
    padding-top:3%;
    min-height:100%!important;
    height:100%!important;
    color:#000
}

.center p {
    text-align:center;
    font-family: centurygothic,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.center h3 {
    text-align:center
}

.left{
    text-align:left !important;
}

.row-fluid {
}

@-webkit-keyframes spin {
100% {
    -webkit-transform:rotate(360deg)
}
}

.twitter-share-button{
    margin-top:20px;
}

.poq {
    background:url(../img/patterns.png) no-repeat scroll 0 100% / cover transparent;
    margin-bottom:180px;
}




.aboutdq {
    font-size:2em;
    font-family:"freight-text-pro",sans-serif;
    font-style:normal;
    font-weight:300;
    letter-spacing:.1em;
    padding-top:30px
}



.moveLeft {
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    transform:translateX(-20px);
    -ms-transform:translateX(-20px);
/* IE 9 */
    -webkit-transform:/* Safari and Chrome */
translateX(-20px)
}

.opaque {
    opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 100);
    filter:alpha(opacity = 100)
}

.staticappears {
    border-radius:250px;
    width:500px;
    margin-left:auto;
    margin-right:auto;
    height:500px;
    margin-top:250px;
    margin-bottom:250px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease
}

.introtext {
    font-family:"freight-text-pro",sans-serif;
    font-style:normal;
    font-weight:300;
    letter-spacing:1.5px;
    line-height:3em;
    padding-left:5%;
    padding-right:5%;
    font-size:24px;
    color:black;
}

.gmlogo img {
    width:200px
}

.innercircle h1,.innercircle h2 {
    text-align:left;
    line-height:1;
    padding:0;
    letter-spacing:0
}

.innercircle p {
    color:gray
}

.innercircle h1 {
    color:#fff;
    font-size:19px;
    letter-spacing:2px
}

.innercircle h2 {
    font-weight:700;
    font-size:16px
}

.problemsnomore h3 {
    text-align:center
}

.probps {
    min-height:180px
}

.problemicon {
    float:right;
    margin-top:60px;
    margin-right:40px
}

.problemicon img {
    height:200px;
    width:200px
}


.problem{
    margin-bottom:350px;
}

/* FONT */





/***************************

Draw the Zen Circle.

***************************/
.circle {
    position:relative;
    width:250px;
    height:250px;
    margin:40px auto
}

.circle img {
    width:100%;
    height:100%;
    border-radius:50%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.circle .mask-top-container,.circle .mask-bottom-container {
    position:absolute;
    top:-1px;
    left:-1px;
    width:101%;
    height:51%;
    overflow:hidden;
}

.circle .mask-bottom-container {
    top:50%
}

.circle .mask-top {
    width:100%;
    height:100%;
    background:#000;
    -moz-transition:all 300ms linear;
    -o-transition:all 300ms linear;
    -webkit-transition:all 300ms linear;
    transition:all 300ms linear;
    -moz-transform-origin:50% 100%;
    -o-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    -webkit-transform-origin:50% 100%;
    transform-origin:50% 100%;
    -moz-transition-delay:300ms;
    -o-transition-delay:300ms;
    -webkit-transition-delay:300ms;
    transition-delay:300ms;
    -webkit-backface-visibility:hidden;
    display:block;
}

.inorganic{
    stroke:#471437;
    fill:#471437;
}

.biological{
    stroke:#B13254;
    fill:#B13254;
}

.social{
    stroke:#FF5449;
    fill:#FF5449;
}

.intellectual{
    stroke:#FF7349;
    fill:#FF7349;
}

.dynamicquality{
    stroke:white;
    fill:white;
}

.raindrop{
    stroke-width:20;
}

.dominant{
    stroke-width:40;
}

.extradominant{
    stroke-width:50;
}

.challenge{
    stroke-width:30;
}




.circle .mask-bottom {
    width:100%;
    height:100%;
    background:#000;
    -moz-transition:all 300ms linear;
    -o-transition:all 300ms linear;
    -webkit-transition:all 300ms linear;
    transition:all 300ms linear;
    -o-transform-origin:50% 0;
    -moz-transform-origin:50% 0;
    -ms-transform-origin:50% 0;
    -webkit-transform-origin:50% 0;
    transform-origin:50% 0;
    -moz-transition-delay:600ms;
    -o-transition-delay:600ms;
    -webkit-transition-delay:600ms;
    transition-delay:600ms;
    -webkit-backface-visibility:hidden;
    display:block
}

    #red,
    #blue {} #red {} #blue {
        background: #09f;
        margin-top: 20px;
    }
    #blue_wrapper {
        position: fixed;
        top: 00px;
        right: 0px;
        left: 0px;
        z-index: 5000;





    }
    #spacer {
        height: 15000px;
    }
    #spacer2 {
        height: 300%;
    }





@media only screen and (min-width:801px){ 

.spacertext{
    font-size:24px;
}

}


@media only screen and (min-width:521px) and (max-width:800px){ 

.spacertext{
    font-size:22px;
}

.spacertext#spacerFour{
    font-size:20px;
    padding-left:5%;
    padding-right:5%;
    padding-bottom:5px;
}

}



@media only screen and (max-width:520px){ 
.scales{
    left:0;
    right:0;
    margin:auto;
    text-align: center;
    padding-bottom:100px;
    transform:scale(.5);
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
    -ms-transform:scale(.5);
    -o-transform:scale(.5);
}

.parallax#spacerFour{
    font-size:12px;
    min-height:1400px;
    
}

.spacertext#spacerFour{
    font-size:20px;
    padding-left:5%;
    padding-right:5%;
    padding-bottom:5px;
}

.bar{
    width:300px;height:12px;background-color:#d2976b;left:0;right:0;margin-left:auto;margin-right:auto;
}

body p{
    font-size:24px;
}

.spacertext{
    font-size:20px;
}


}











