/* 
───────────────────────────────────────────────────────────────────────────────────────── 

    DOM 

───────────────────────────────────────────────────────────────────────────────────────── */

*::selection {
    color: #fff;
    background: #1d1d1d;
}

*::-moz-selection {
    color: #fff;
    background: #1d1d1d;
}

*::-webkit-selection {
    color: #fff;
    background: #1d1d1d;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.7em;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 77px 92px;
    text-align: center;
    color: #1d1d1d;
    background-color: #fff;
}

table {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.7em;
    color: #1d1d1d;
}

div,
form {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin: 0 0 15px 0;
    text-align: left;
}

a {
    text-decoration: none;
    color: #1d1d1d;
    outline: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}


/* 
───────────────────────────────────────────────────────────────────────────────────────── 

    content 

───────────────────────────────────────────────────────────────────────────────────────── */

#content {
    display: table;
    width: 100%;
    height: 100%;
}

#content-inner {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#logo {
    /*width: 69px;*/
    width: 120px;
    height: auto;
    /*margin: -19px 0 0 -31px;*/
}

#social {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 21px;
}

#social a {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 100%;
}

#social a img {
    width: 100%;
    border-radius: 3px;
    margin: 2px;
}
