html {
    min-height: 100%;
}

body {
    background: #000000;
    font-family: Palatino Linotype;
    color: #e8c58f;
    margin:0px;
    padding:0px;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
    color: white;
}

.db-header-banner {
    height: 353px;
    background-image: url(/img/global/content/devBlog/ui-header_flexit_1000x353.jpg);
    background-repeat: no-repeat;
}

.db-bp-logo {
    position: relative;
    top: -17px;
    left: 927px;
}

.db-sf-logo {
    position: relative;
    top: 172px;
    left: 375px;
}

.db-line-and-arrow {
    position: relative;
    top: -8px;
    left: 410px;
}

.db-line-separator {
    position: relative;
    left: -6px;
    padding-top: 60px;
    padding-bottom: 53px;
}

.db-size-middle {
    width: 1000px;
    margin: auto;
}

.db-size-middle-inner {
    width:1000px;
    min-height: 353px;
    background: #212228;
}

.db-content {
    width: 1000px;
}

.db-text-header {
    width: 1000px;
    text-align: center;
    position: absolute;
}

.db-text-header-big {
    color: #ac8c5b;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    top: 290px;
}

.db-text-header-small {
    color: #d6b582;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}

.db-text-header-small-bottom {
    top: 335px;
}

.db-content {
    width: 1000px;
    min-height: 2000px;
    background-image: url(/img/global/content/devBlog/ui-content_gradient_bg_1000x2000.jpg);
    background-repeat: no-repeat;
}

.tab {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
}

.tab button {
    position: relative;
    width: 33%;
    height: 28px;
    cursor: pointer;
    background-color: #272729;
    border: 1px solid #232227;
    color: #d6b582;
    outline: none !important;
    transition: 0.3s;
    font-family: Palatino Linotype;
    font-weight: bold;
    font-size: 18px;
}

.tab button:hover {
    background-color: #ac8b58;
    border: 1px solid #7f6848;
    color: #272729;
}

.tab button.active {
    background-color: #ac8b58;
    border: 1px solid #7f6848;
    color: #272729;
}

.tab-button-nip {
    position: relative;
    top: -12px;
    left: 481px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #17181c;
}

.tab-content {
    display: none;
    border-top: none;
    padding-left: 200px;
    padding-top: 45px;
    align-items: center;
    align-content: center;
    text-align: center;
    animation: fadeEffect 1s;
}

.tab-content-news {
    width: 630px;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab-content-text {
    font-family: Palatino Linotype;
    font-size: 21px;
    font-weight: bold;
    color: #ac8c5b;
}

.tab-content-title {
    letter-spacing: 3px;
    font-size: 24px;
}

.tab-content-description {
    color: #e3d2b4;
    text-align: justify;
    font-size: 16px;
    margin-top: 25px;
    line-height: 24px;
}

.tab-content-timer {
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 2px;
}

.db-footer {
    background-color: black;
    padding: 5px;
    margin-top: -2px;
}