@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");

* {
    line-height: 1.2em;
    letter-spacing: -0.025em;
    margin: 0;
}
html {
    color: #888888;
    display: table;
    font-family: 'Roboto Condensed', 'Source Sans Pro', sans-serif;
    height: 100%;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    display: table-cell;
    vertical-align: middle;
    margin: 2em auto;
    background: #222222;
    /*overflow: hidden;*/
}
#myCanvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
h1 {
    color: #aaa;
    font-size: 3em;
    font-weight: 400;
    cursor: default;
}
p {
    margin: 0 auto;
    width: 280px;
}
a {
    text-decoration: none;
    color: #888888;
}
/*p > a:hover{
    color: #f0f;
    text-decoration:  underline;
}*/

ul {
    padding:0;
    list-style: none;
}
.social-icons {
    margin-top: 10px;
}
.social-icons li {
    display: inline;
    margin: 4px;
}
.social-icon {
    color: #aaa;
}
.fade, .fade:hover {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-envelope:hover, .fa-envelope-o:hover, .fa-envelope-square:hover {
    color: #ea4335;
}
.fa-github:hover, .fa-github-square:hover {
    color: #333333;
}
.fa-linkedin:hover, .fa-linkedin-square:hover {
    color: #0077b5;
}

#footer {
	bottom: 0;
	cursor: default;
    font-size: 0.8em;
	height: 2em;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 280px) {
    body, p {
        width: 95%;
    }
    h1 {
        font-size: 1.5em;
        margin: 0 0 0.3em;
    }
}