/*!
  * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
  * http://cssreset.com
  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a,em, img, strong, b, u, i, dd, ol, ul, li,
form, label, embed, footer, header,
menu, nav, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

/* custom styles */

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    /*font-family: 'Brush Script MT', cursive, 'Lato', Helvetica, arial, sans-serif;*/
    /*font-family: 'Pacifico', cursive;*/
    /*font-family: 'Indie Flower', cursive;*/
    /*font-family: 'Dancing Script', cursive;*/
    /*font-family: 'Great Vibes', cursive;*/
    /*font-family: 'Calligraffitti', cursive;*/
    /*font-family: 'League Script', cursive;*/
    /*font-family: 'Itim', cursive;*/
    /*font-family: 'Fredericka the Great', cursive;*/
    /*font-family: 'Capriola', sans-serif;*/
	font-family: 'Times New Roman', Times, serif;
    background-color: #000; 
}

#wrap {
    position: relative;
    background: url('../images/who-bg.png') center/contain no-repeat;
    width: 100%;
    /*height: -o-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px); */
    height: -o-calc(100% - 64px);
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px);
}

/* header with my links nav */
header {
    position: absolute;
    bottom: 5%;
    left: 2%;
}

@media(max-width: 620px) {
    header {
        bottom: 5%;
    }
}

#social-links {
    overflow: hidden;
}

#social-links li {
    float: left;
    margin-right: 10px;
}

@media(max-width: 620px) {
    #social-links li {
        margin-right: 8px;
    }
}

#social-links li:last-child {
    margin-right: 0;
}

#social-links a {
    display: block;
    width: 35px;
    height: 35px;
    /* text-indent: -9999em; */
	line-height: 0; 
    font-size: 0;
}

#facebook {
    background: url('../images/facebook_sw.png') center/contain no-repeat;
}
#facebook:hover {
    background: url('../images/facebook.png') center/contain no-repeat;
}

#mailto {
    background: url('../images/mailto_sw.png') center/contain no-repeat;
}
#mailto:hover {
    background: url('../images/mailto.png') center/contain no-repeat;
}

#twitter {
    background: url('../images/twitter_sw.png') center/contain no-repeat;
}
#twitter:hover {
    background: url('../images/twitter.png') center/contain no-repeat;
}

#google_plus {
    background: url('../images/google_plus_sw.png') center/contain no-repeat;
}

#google_plus:hover {
    background: url('../images/google_plus.png') center/contain no-repeat;
}
#linkedin {
    background: url('../images/linkedin_sw.png') center/contain no-repeat;
}

#linkedin:hover {
    background: url('../images/linkedin.png') center/contain no-repeat;
}

#HI-Logo {
	position: absolute;
    top: 6%;
    right: 2%;
    width: 90px;
    height: 56px;
    background: url('../images/hi-logo_sw.png') center/contain no-repeat;
}
#HI-Logo:hover {
    background: url('../images/hi-logo.png') center/contain no-repeat;
}

/* Footer */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #232323;
}

footer p {
    font-size: 40px;
    font-weight: 600;
    color: #616161;
    float: left;
    margin-top: 0.8%; 
    margin-left: 2%;
}

footer a {
    float: right;
    margin: 13px 3% 0 10px;
    color: #616161;
    fill: currentColor;
}

@media(max-width: 620px) {
    margin-top: 12px;
}
