/*Global*/
a {
    text-decoration: none;
    color: inherit;
}

html, body {
        min-height: 100%;
        height: 100%;
    
        margin: 0;
        padding: 0;
        border: 0;
}
body {
        color:#757575;
        font-family: 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;
        font-weight: 300;
        margin: 0;
        font-size: 16px;
    
        max-width: 1920px;
}

/*Main*/
main.main-container {
    
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 1200px;
    min-width: 890px;
    max-width: 1920px;
    
    margin: 0;
    padding: 0;
    border: 0;
    
/*
    background-image: url('img/rock.jpg');
    background-position: 85% 40%;
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
*/
}
    
/*    
    background-image: url('img/dask.png');
    background-position: calc(100% - 30px) 100%;
    background-repeat: no-repeat;
    background-size: 500px 333px;
*/

.main-box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.title {
    padding-top: 20%
}

h1 {
    color: black;
    font-weight: 300;
    font-size: 20pt;
    letter-spacing: -0.5pt;
}
.title p {
    margin-top: -14pt;
    font-size:10pt;
    font-weight: 300;
    color:#999;
}

.content #note{
    padding-top: 50%;
    font-size: 10pt;
    color: #9999;
}

.email {
    margin-top: -22.5pt;
    text-align: right;
    color: #999;
    font-size: 10.5pt;
}





/*Footer*/
.footer {
    width: 100%;
    min-width: 890px;
    height: 100px;
    background-color: rgb(233,234,234);
/*
    background-image: url("img/logo-2x-top.png");
    background-position: calc(100% - 30px) 44%;
    background-repeat: no-repeat;
    background-size: 100px 50px;
*/
    box-sizing: border-box;
    color: rgb(117,117,117);
    display: block;
    position: relative;
    z-index: 9;
}

#copyright {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    margin-left: 36px;
    position: absolute;
    margin-top: 32px;
}