/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-background {
    background-color: white;
    width: 100%;
    height: 80px;
}

/*--------------------------------------------------------------
# Whitepaper
--------------------------------------------------------------*/
.hero {
    /* background-color: rgba(0, 0, 0, 0.8); */
    flex-direction: column;
    justify-content: center;
    background-color: white;
    z-index: 0;
}

#whitepaper_background {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    background-color: white;
    width: 1500px;
    z-index: 1;
}

.whitepaper-subtitle {
    margin: 25px 10px 10px 22px;
    color: #055294;
    font-size: 40px;
    font-weight: 800;
}

.common-info {
    margin: 25px 10px 0 10px;
}

.common-info-title {
    color: rgb(82, 86, 94);
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.common-info-content{
    font-size: larger;
    color: rgb(82, 86, 94);
    background-color: rgb(245,245,245);
    padding: 25px;
    margin: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    line-height: 35px;
}

.common-content-title {
    font-size: 20px;
}

.common-content-data {
    margin: 0;
    color: rgb(82, 86, 94) !important;
    font-size: 18px !important;
}

.artcoin-content-title {
    font-size: 20px;
}

.artcoin-content-data {
    color: rgb(82, 86, 94) !important;
    font-size: 18px !important;
    margin-bottom: 5px;
}

.asset-distribution-title {
    text-align: right;
    font-size: 20px;
}

.asset-distribution-rate {
    text-align: center;
    color: rgb(82, 86, 94) !important;
    font-size: 20px !important;
}

.roadmap-title {
    text-align: center;
    font-size: 20px;
}

.roadmap-data {
    color: rgb(82, 86, 94) !important;
    font-size: 18px !important;
}

.token-link {
    color: #075799;
    font-size: 18px;
    font-weight: 700;
    text-align: end;
}