@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,900');

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    background: #262324;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

.main {
    text-align: left;
    color: #fff;
    margin: 50px 50px;
}


.main .subname {
    letter-spacing: 5px;
    padding: 0 0 0 5px;
}

.main .head {
    font-size: 50px;
    letter-spacing: 5px;
    padding: 10px 0;
}

.main .color {
    color: #cbb677;
}

.main .dot {
    font-size: 18px;
    font-weight: bold;
    color: #9E9E9E;
}

.contact section {
    display: inline-block;
    text-align: left;
    color: #fff;
    margin: 50px 50px;
    padding: 0 5px;
    width: 200px;
}

.contact .head {
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
}

