html,body,#aboutme {
	font-family: "Ubuntu", sans-serif;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    overflow: hidden;
    background-color: #000000;
}

h1 {
    position: relative;
    top: 50%;
    margin: -50px 0 0 0;
    letter-spacing: -3px;
    cursor: default;
    transition: margin 330ms linear;
    text-align: center;
}

a, span, h1{
    color: #ccc;
    text-decoration: none;
}

#menu {
    display: block;
    width: 26px;
    height: 20px;
    position: relative;
    top: 25px;
    z-index: 3;
    margin: 0 auto;
    padding-top: 2px;
    border-radius: 3px;
    cursor: pointer;
}

#menu>span {
    display: block;
    width: 26px;
    height: 2px;
    position: relative;
    margin: 0 auto;
    border-radius: 1px;
    background: #d0d0d0;
    transition: all 300ms ease-out;
}

#menu span+span {
    margin-top: 5px;
}

#aboutme {
    position: absolute;
    top: 50%;
    left: 0;
    transition: top 300ms linear;
}

#aboutme div {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
}

#aboutme span {
    display: block;
    letter-spacing: 1px;
    font: 300 16px/16px 'Ubuntu',sans-serif;
}

#aboutme span:not(:first-child) {
    margin-top: 15px;
}

.close .one {
    top: 7px;
    transform: rotate(405deg) translate3d(0,0,0);
}

.close .two {
    opacity: 0;
    transform: rotate(720deg) translate3d(0,0,0);
    transition-duration: 0;
}

.close .three {
    top: -7px;
    transform: rotate(315deg) translate3d(0,0,0);
}

.aboutme h1 {
    margin-top: -136px;
}

.aboutme #aboutme {
    top: 0;
}

.typed-cursor{
	color: #ccc;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@media screen and (min-width: 601px) {
    h1 {
        font: 300 80px/1.4 'Ubuntu',sans-serif;
    }
    .typed-cursor{
        font: 300 100px/1.4 'Ubuntu',sans-serif;
    }
}
  
@media screen and (max-width: 600px) {
    h1 {
        font: 300 45px/1.4 'Ubuntu',sans-serif;
    }
    .typed-cursor{
        font: 300 65px/1.4 'Ubuntu',sans-serif;
    }
}

@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
