body {
    margin: 0px;
    overflow-x: none;
    /* background: url('images/background.jpg'); */
    background: #FFF6E9;
    font-family: helvetica, arial;
}

@supports (font-size-adjust: 1) {
    .content {
        font-size-adjust: 0.5;
    }
}

.bg-container {
    position: relative;
}

.logo {
    width: 81px;
    height: 115px;
    display: inline-block;
    position: absolute;
    top: 16px;
}

.logo img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.content-wrapper {
    margin: 25px auto;
}

.content {
    max-width: 1440px;
    line-height: calc(1ex / 0.32);
    background: rgba(0,0,0,0.62);
    padding: 25px;
    color: #efede9;
    font-size: 1.2rem;
    position: relative;
    
    margin: auto;
    transition: margin 400ms;
    -webkit-transition: margin 400ms;
    -moz-transition: margin 400ms;
}

.name {
    line-height: 1.5;
}

.zh-name {
    color: #CCCCCC;
    font-size: 0.75em;
    display: inline-block;
    margin-left: 12px;
}

.name-wrapper {
    margin-left: 100px;
}

.skills-resume {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.hero {
    font-size: 2.1em;
    display: inline-block;
    margin-bottom: 20px;
}

.sub-hero {
    font-size: 1.25em;
    position: relative;
    left: 0px;
    bottom: 0px;
}

.pronounce-guide {
    position: absolute;
    top: 68px;
    height: 16px;
}

.about {
    margin-top: 27px;
}

.description {
    color: #ccc;
    font-size: 1.2rem;
}

li {
    padding: 5px;
}

a {
    color: #eee;

    text-decoration-thickness: 2px;
}

.contact-info {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #10375C;
    padding-bottom: 20px;
    font-weight: bold;   
}

.pb-4 {
    padding-bottom: 16px;
}

.pb-6 {
    padding-bottom: 24px;
}

.pb-2 {
    padding-bottom: 8px;
}

.pa-2 {
    padding: 8px;
}

.pl-0 {
    padding-left: 0px !important;
}

.mr-2 {
    margin-right: 8px;
}

.d-inline-block {
    display: inline-block;
}

@media all and (max-width: 1540px) {
    .content {
        margin: 25px;
    }
}

@media all and (max-width: 750px) {
    .hero {
        line-height: 1.7;
    }

    .content {
        /* width: auto; */
        margin-left: 0px;
        margin-right: 0px;
    }

    .logo {
        display: none;
    }

    .name-wrapper {
        margin: auto;
    }

    .about {
        margin-top: 0px;
    }
    
    .skills-resume {
        top: 10px;
        right: 10px;
    }
    
    .pronounce-guide {
        top: 74px;
    }
}