
html {
    height: 100%;
    padding-bottom: 20px;
}
body {
    background: url('imgs/bg.png') repeat;
  font-family: 'Open Sans', sans-serif;
    color: #858585;
    height: 100%;
    overflow-x: hidden;
}

h1, img, p, ul, li, blockquote {
    margin: 0px;
    padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

#wrapper {
    position: relative;
    top: 13%;
    margin: auto;
    width: auto;
	font-family: 'Open Sans', sans-serif;
}

h1, p {
    text-shadow: 1px 1px 0px #fff;
	font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 42px;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
	
}

p {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    line-height: normal;
    color: rgb(95, 95, 95);
    font-family: 'Open Sans', sans-serif;
    font-size: 15.5px;
    line-height: 1.535;
    text-shadow: 0px 2px 0px rgb( 255, 255, 255 );

    
}



img {
    width: 200px;
    border-radius: 100px;
    border: 4px solid white;
    display: block;
    margin: 20px auto;
    margin-bottom: 45px;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .4s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .4s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .4s ease-in-out;
}

img:hover {

  -webkit-filter: grayscale(1%);
  -webkit-transition: .3s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .3s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .3s ease-in-out;
    opacity: 1;
}

#social {
    position: relative;
    top: 50px;
    list-style-type: none;
    text-align: center;
}

#social a {
    font-size: 1.35em;
    text-decoration: none;
    margin: 0px 5px;
    color: #989898;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

#social a:hover {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.26;
    color: #f77474;
}

#social li {
    display: inline-block;
    padding-bottom: 20px;
}

.hidden {
    display: inline-block;
    text-indent: -9999px;
}


a.link:link {
            color: rgb(95, 95, 95);
        text-decoration: none;
    font-weight: bold;
}

/* visited link */
a.link:visited {
        color: rgb(95, 95, 95);
}

/* mouse over link */
a.link:hover {
        color: #f47373;
    border-bottom: 1px #f47373 dotted;
}

/* selected link */
a.link:active {
        color: rgb(95, 95, 95);
}