/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}

/*-------------------------
    General Styles
--------------------------*/


html{
    background: url('./bg_tile.jpg') #383839;
    background-attachment:fixed;
}

body{
    color:#fcfcfc;
    font:14px/1.3 'Segoe UI Light',Arial, sans-serif;
    min-height: 800px;
    padding-top:10px;
}

section{
    display:block;
}

header{
    display: block;
    margin-bottom: 12px;
}

.my-name {
    font-size:64px;
    font-weight:normal;
    margin-bottom: 12px;
    line-height:1;
    text-shadow:2px 2px 0 rgba(22,22,22,0.5);
}

.my-things {
    color: #202020;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}

.no-fluff {
    text-decoration: none;
}
.no-fluff-white {
    text-decoration: none;
    color: white;
}
/*----------------------------
        Content Area
-----------------------------*/


#infoPage img{
    float:left;
    margin-left:-200px;

    -moz-box-shadow: 2px 2px 0 #303030;
    -webkit-box-shadow: 2px 2px 0 #303030;
    box-shadow: 2px 2px 0 #303030;
}

#infoPage{
    width:455px;
    margin:200px auto 0;
}

p.info{
    font-size: 1rem;
    padding: 25px;
    text-shadow: 1px 1px 0 #333333;
    margin-bottom: 35px;

    -webkit-box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);
    -moz-box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);
    box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);
}

.social-icons {
  text-align: center;
  padding: 1em 1em;
  list-style: none;
}

.social-icons-links li{
    display: inline;
    padding: 1em;
}

i {
    color: white;
}
.nav-lnk a:link, .nav-lnk a:visited {
    color: black;
}
