@import 'keyframe.css';

* {
    margin: 0;
    padding: 0;

    -webkit-font-smoothing: antialiased;
}

body {
    background: #f9f9f9 url('../images/subtle_dots.png') repeat;
    color: #222;
    font: 15px/24px "Bitstream Vera Sans Mono", "Anonymous Pro", "Consolas", monospace;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    letter-spacing: -0.01em;
}

ul {
    list-style: none;
    text-align: justify;
}

.content {
    position: absolute;
    top: 85%;
}

.copyright {
    position: absolute;
    left: 50%;
    bottom: 20%;
}

.tiny {
    font-size: 10px;
    line-height: 12px;
}

ul li {
    padding: 10px 0;
}

#first-line {
    font-size: 22px;
}

.wrapper {
    position: absolute;
    left: 5%;
    top: 10%;
    bottom: 50%;
    width: 90%;
    overflow: hidden;
}

.cmdBox {
	background: #f9f9f9 url('../images/subtle_dots.png') repeat;
	z-index: 100;
	position: absolute;
	bottom: -68px;
	width: 100%;
	min-width: 100px;
}

.command {
	z-index: 101;
}

a {
    text-decoration: none;
    color: #111;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    background: #111;
    color: #fff;
}

a:hover {
    background: #84a403;
    color: #fff;
}

.typing {
    position: relative;
    display: inline-block;
    width: 8px;
    text-indent: -999em;
    background: #ccc;
    -webkit-animation: flick 1s infinite;
    -moz-animation: flick 1s infinite;
    -ms-animation: flick 1s infinite;
    -o-animation: flick 1s infinite;
    animation: flick 1s infinite;
}

.arrow {
    background: url('../images/arrow.png') no-repeat;
    width: 235px;
    height: 110px;
    left: -108px;
    position: absolute;
    bottom: 30%;
    margin-bottom: -40px;
    -webkit-animation: arrow 31s 1;
    -moz-animation: arrow 31s 1;
    -ms-animation: arrow 31s 1;
    -o-animation: arrow 31s 1;
    animation: arrow 31s 1;
}

.social-links {
    position: absolute;
    left: 130px;
    bottom: 30%;
    -webkit-animation: logo 30s 1;
    -moz-animation: logo 30s 1;
    -ms-animation: logo 30s 1;
    -o-animation: logo 30s 1;
    animation: logo 30s 1;
}

.social-links li {
  display: inline-block;
  margin-right: 10px;
}

.social-links li a {
    display: block;
    width: 40px;
    height: 28px;
    text-indent: -999px;
    overflow: hidden;
    background: url('../images/social_links.png') no-repeat;
    text-decoration: none;
    border: 0;
}

.social-links li a.github {
    width: 27px;
}

.social-links li a.github:hover {
    background-position: 0 -30px;
}

.social-links li a.twitter {
    background-position: -55px 0;
    width: 20px;
}

.social-links li a.twitter:hover {
    background-position: -55px -30px;
}

.social-links li a.facebook {
    background-position: -79px 0;
    width: 14px;
}

.social-links li a.facebook:hover {
    background-position: -79px -30px;
}

.social-links li a.linkedin {
    background-position: -28px 0;
    width: 20px;
}

.social-links li a.linkedin:hover {
    background-position: -28px -30px;
}

.social-links li a.soundcloud {
    background-position: -98px 0;
    width: 21px;
}

.social-links li a.soundcloud:hover {
    background-position: -98px -30px;
}

.social-links li a.mixcloud {
    background-position: -120px 0;
    width: 31px;
}

.social-links li a.mixcloud:hover {
    background-position: -120px -30px;
}

/*.dollar:before {
    content: '$';
    padding-right: 20px;
    
    color: #50657b;
}*/

@media only screen and (max-width: 550px) {
    body {
        font-size: 15px;
        min-height: 530px;
    }
    .wrapper {
	top: 5%;
	min-height: 200px; !important
    }
    .content {
        width: 100%;
        min-width: 290px;
    }
    .cmdBox {
	bottom: -48px;
    }
    .content li {
        padding: 5px 0;
	width: 90%;
    }
    .copyright {
	bottom: 1%;
	left: 40%;
    }
    .social-links ul {
        width: 235px;
        left: 10%;
    }
    .arrow, .social-links {
	bottom: 10%;
    }
}

@media screen and (orientation:landscape) and (max-height: 550px) {
    .copyright {
	bottom: 1%;
	left: 40%;
    }
    .social-links ul {
        width: 235px;
    }
    .social-links {
	bottom: 1%;
        left: 5%;
    }
    .arrow {
	display: none;
    }
}

@media screen and (max-height: 550px) {
    .wrapper {
	top: 5%;
	min-height: 220px;
    }
}
