html {
    background: none;
    background-color: #f7f4f2;
    font-family: 'Ubuntu', sans-serif;
/*    overflow: auto;*/
  -webkit-overflow-scrolling: touch;
/*    background-color: #323435;*/
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

header {
    display: block;
    position: fixed;
    text-align: left;
/*    background-color: #ff8d42;*/
    padding: 2.5em;
    top: 0;
    color: #ff8d42;
    line-height: 2em;
    z-index: -99999;
    font-size: 1em;
    text-decoration: none;
}

#grey {
    color: #4f4f4f;
}

#content {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    min-width: 100vw;
    margin-top: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu {
    display: block;
    position: fixed;
    text-align: center;
    width: 20px;
    background-color: #ff8d42;
    padding: 10px;
    padding-left: 2.5em;
    top: calc(50vh - 20px);
    color: #4f4f4f;
    line-height: 2em;
    z-index: 99999;
    font-size: 1em;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

}


#menu:hover > ul > li{
    text-decoration: none;
    color: white;
}

#menu:hover {
    padding-left: 3em;
}

#menu:visited {
    color: #4f4f4f;
}

.work {
    display: block;
    float: inherit;
    height: 100%;
    margin: 0;
    padding: 0;
}

.work > img {
    
    -webkit-box-shadow: 0 20px 40px 10px rgba(0,0,0,.23);
    -moz-box-shadow: 0 20px 40px 10px rgba(0,0,0,.23);
    box-shadow: 0 20px 40px 10px rgba(0,0,0,.23);
}

#mobile {
    display: none;
}

#one {
    z-index: 5;
    max-width: 60vw;
    right: 0vw;
    top: 5vh;
    float: right;
    position: relative;
    
}

#two {
    z-index: 4;
    max-width: 40vw;
    left: 60px;
    top: 50vh;
    float: left;
    position: relative;
}

#three {
    z-index: 3;
    max-width: 33vw;
    left: 40px;
    top: 44vh;
    float: right;
    position: relative;
}

#four {
    z-index: 2;
    max-width: 85vw;
    left: 0vw;
    top: 30vh;
    float: left;
    position: relative;
}

#five {
    z-index: 6;
    max-width: 50vw;
    right: 0vw;
    bottom: 28vh;
    float: right;
    position: relative;
}

#six {
    z-index: 5;
    max-width: 45vw;
    left: 50px;
    bottom: 40vh;
    float: left;
    position: relative;
}


#seven {
    z-index: 8;
    max-width: 38vw;
    right: 8vw;
    bottom: 19vh;
    float: right;
    position: relative;
}

#eight {
    z-index: 7;
    max-width: 65vw;
    left: 45px;
    bottom: 85vh;
    float: left;
    position: relative;
}

#nine {
    z-index: 9;
    max-width: 35vw;
    right: 0vw;
    bottom: 110vh;
    float: right;
    position: relative;
}

#ten {
    z-index: 10;
    max-width: 25vw;
    right: 40px;
    bottom: 150vh;
    float: right;
    position: relative;
}

#underAll {
    z-index: 0;
    left: 0vw;
    bottom: 0px;
    max-width: 44vw;
/*    margin-top: -25vh;*/
    margin-left: 28vw;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.8em;
    
    overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

#underAll > p > a {
    text-decoration: underline;
    text-decoration-color: #a4d14f;
}

#underAll > p > a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

#sentencesWrapper {
    width: calc(100vw + 50px);
    top: 0px;
    left: -1000px;
    z-index: -999;
}

.sentences {
    font-size: .8em;
    color: #3654db;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    white-space: nowrap;
}

#sentenceOne {
    position: fixed;
    top: 8vh;
    font-size: 1.5em;
    left: 300px;
    text-align: center;
    opacity: 0;
}

#sentenceTwo {
    position: fixed;
    top: 75vh;
    font-size: 4.5em;
    left: 0px;
    text-align: center;
    opacity: 0;
    color: black; 
}

.footer {
    display: inline-block;
    padding-bottom: 25px;
    float: left;
    width: 33.32vw;
    text-align: center;
    font-size: 1em;
    width: 100%;
    top: -20vh;
}

#left_f {
    color: deeppink;
    width: 25vw;
}

#left_f > a {
    color: deeppink;
}

#center_l {
    color: #a4d14f;
    width: 25vw;
}

#center_l > a {
    color: #a4d14f;
}

#center_r {
    color: #ff8d42;
    width: 25vw;
}

#center_r > a {
    color: #ff8d42;
}

#right_f {
    color: #515151;
    width: 25vw;

}

#right_f > a {
    color: #515151;
}