
body.custom-bg {
    border-top: 2px solid #b9a58c;
    /* margin: 0; */
    /* background-color: #f8f2e9; */
    background-color: #fbf5ec;
    /* background-color: #414141; */
}

body.custom-bg, section {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #777777
}

body.custom-bg a {
    color: #444444;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
}

body > .container {
    margin-top: 70px;
}

section.top-section {
    padding-top: 20px;
}

section.section-text {
    padding-bottom: 40px;
}

section.subtitle-section {
    padding-bottom: 10px;
    border-bottom: 2px solid #b9a58c;
}

section.main-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.name-section h3 {
    font-size: 36pt;
    font-weight: 400;
    color: #444444;
}

section h4 {
    font-weight: 300;
}

.ttc-point {
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 4px solid #333333;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 20px;
    z-index: 1;
}

/* .top-section .ttc-line1 {
    margin-top: -2px;
    margin-left: 26px;
    height: 100%;
    width: 12px;
    background-color: rgba(248,195,0, 0.4);
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
} */

.ttc-line1 {
    margin-top: -2px;
    margin-left: 27px;
    height: 100%;
    width: 12px;
    background-color: rgba(248,195,0, 1.0);
    z-index: -1;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
}

/* .top-section  {

} */