body {
    margin: 0;
    font-family: 'Abel', sans-serif;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    background-color: #fff;
    /*position: fixed;*/
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.myheight {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#myhead {
    font-family: 'Abel', sans-serif;
    font-size: 5vw;
    width: 100%;
    text-align: center;
    line-height: 5vw;
    position: fixed;
    top: 50%;
    height: 5vw;
    vertical-align: middle;
    margin-top: -2.5vw;
    left: 0;
    letter-spacing: 1vw;
    z-index: 9999;
    color: #000;
}
#myhead #port{
    position: relative;
    top:3vw;
    font-size:1vw;
    letter-spacing:.5vw;
    
}
#gallery {
    text-align: center;
    width: 100%;
    height: 100%;
    background-position: center center;
   
    background-repeat: no-repeat;
    opacity: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99999;
}

.fullbg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#gallery img {
    max-height: 100%;
}

#port {
    margin-top: -3vw;
    font-size: 2vw;
    letter-spacing: 2.1vw;
    line-height: 0;
}

.wave {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    background: none;
    z-index: 999;
}

.vertwave {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgb(225, 220, 200);
    border: solid;
    z-index: 99;
}

.spacer {
    height: 50%;
    position: relative;
    background: none;
}

#mywork {
    /*
    text-transform: uppercase;
        font-family: 'Fjalla One', sans-serif;
    color:#333;
    position: relative;
    font-weight:900;
    left:0;
    z-index: 5;
    font-size:30vw;
    margin-top:50%;
    text-align:left;
    padding-top:2vw;
    line-height: 25vw;
    background-color: #000;*/
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    color: #333;
    position: relative;
    font-weight: 900;
    left: 0;
    top: 0;
    z-index: 544;
    font-size: 30vw;
    text-align: left;
    padding-top: 2vw;
    line-height: 25vw;
    background-color: #0a0104;
    letter-spacing: -3vw;
}

#mine {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 4;
}

.section {
    background-color: #0a0104;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    top: 0;
}

.section img {
    width: 60%;
    max-width: 800px;
    position: relative;
    top: 5%;
}

.section>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.dnone {
    display: none;
}

#s1i2 {
    opacity: 0;
}

#blank {
    position: relative;
    height: 1000%;
}