/*!
*
*    Dianahall.me
*    Copyright 2015 Diana Hall
*
*    Live to code. Code to live.
*
*/

body, html {height:100%;padding:0;margin:0;}

body{font-family: 'Open Sans', sans-serif; font-size:1em; color:rgba(255,255,255,.75)}

#main-container {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.hero{
    overflow:hidden;
    height:100%;
    background: url("../img/herobg.jpg") no-repeat;
    background-size: 115% 115%;
    text-align: center;
}

@media only screen and (max-width:800px){
    .hero{background-size: cover}
}

.hero h1 {
    color: rgba(255,255,255,.75);
    font-size: 10em;
    margin: 10px auto 50px auto;
}

.hero section{
    max-width:550px;
    margin: 40px auto 0px auto;
}

.social {
    color: rgba(255,255,255,.75);
    font-size: 2em;
    text-align: center;
}

.social i {
    padding: 0px 5px 0px 5px;
}

.vert-cent {
    margin-top: 20%;
    margin-bottom:50%;
}
.social a:link, a:visited, a:active {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

/*Fonts*/
@font-face {
    font-family: 'dianahall';
    src:url('../fonts/dianahall.eot?-xjslac');
    src:url('../fonts/dianahall.eot?#iefix-xjslac') format('embedded-opentype'),
    url('../fonts/dianahall.woff?-xjslac') format('woff'),
    url('../fonts/dianahall.ttf?-xjslac') format('truetype'),
    url('../fonts/dianahall.svg?-xjslac#dianahall') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'dianahall';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-codepen:before {
    content: "\e600";
}

.icon-dhlogo:before {
    content: "\e601";
}

.icon-dribbble:before {
    content: "\e602";
}

.icon-linkedin:before {
    content: "\e603";
}

.icon-tumblr:before {
    content: "\e604";
}

.icon-twitter:before {
    content: "\e605";
}

