@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icomoon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    color: rgba( 255,255,255,0.8 );
    height: 100%;
    maring: 0;
    padding: 0;
}

body {
    background: url("../images/background.jpg") no-repeat center center fixed #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;
}

h1, #about {
    text-transform: capitalize;
}

h1 {
    font-weight: normal;
    font-size: 2.5em;
    margin-top: 7%;
}

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

ul li {
    line-height: 1em;
}

#main {
    background-color: rgba( 0,0,0,0.8 );
    display: inline-block;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

#more {
    line-height: 300px;
    vertical-align: middle;
}

#more img {
    /* another webkit hack - cannot use border as image sits above it */
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    height: 150px;
    width: 150px;
    z-index: 20;
}

#more #profile:hover {
    margin: auto 10px;
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
}

#more #profile {
    height: auto;
    width: auto;
}

#more li {
    height: 60px;
    display: inline-block;
    line-height: 60px;
    margin: auto 10px;
    vertical-align: middle;
    width: 60px;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-property: all;
    transition-duration: 0.3s;
    transition-property: all;
}

#more li:hover {
    height: 70px;
    font-size: 1.2em;
    line-height: 70px;
    margin: auto 5px;
    width: 70px;
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}

#more li a {
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 100%;
    font-size: 2em;
    text-decoration: none;
    width: 100%;
}

#more #linkedin {
    right: 0;
    left: auto;
}

#linkedin a {
    background-color: #006699;
}

#more #stackoverflow a {
    background-color: #FF9900;
    text-indent: 6px;
}

#more #twitter {
    bottom: 0;
    top: auto;
}

#twitter a {
    background-color: #0084B4;
}

#more #email {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}

#email a {
    background-color: #DD4B39;
}

#about li {
    font-size: 2em;
    margin-bottom: 10px;
}

#about li + li {
    font-size: 2.5em;
}