body {
    margin: 10px;
    font-family: Helvetica,Roboto;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
}
section {
    margin-top: 20px;
}
.wrapper {
    max-width: 1340px;
    margin: 0 auto;
}
.columns {
    display: flex;
    flex-direction: row;
}
.column {
    flex-direction: column;
    display: flex;
}
.featured-row {
    margin-top: 30px;
}
.number {
    background: #e187b8;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 auto -35px;
    z-index: 1;
}
.change-summary {
    font-weight: 500;
    width: 80%;
    margin: 0 auto 20px;
    background: #e187b8;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
}
.featured {
    text-align: center;
}
.featured figure {
    display: flex;
    height: 256px;
    max-width: 256px;
    align-items: center;
    padding: 30px;
    text-align: center;
    justify-content: center;
    background: white;
    border: 8px solid white;
    outline: 4px solid #e187b8;
    border-radius: 50%;
    overflow: hidden;
}
iframe {
    position: relative;
}
.highlight {
    color: #e187b8;
}
.five-columns .featured figure {
    height: 158px;
    max-width: 158px;
    padding: 0;
}
.columns > div {
    flex: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 15px;
}
.text-box {
    padding: 3rem;
    background:#9496e9;
}
.credits {
    border: 2px solid black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-weight: 400;
}
@media only screen and (max-width: 720px) {
    .columns {
        flex-direction: column;
    }
}
h1,h2,h3,h4,h5,h6,button {
    font-family: 'Lexend Deca', sans-serif;
}
h1 {
    color: #e187b8;
    font-size: 88px;
    line-height: 90px;
}
.text-box h2 {
    color: white;
}
h3 {
    color: #000;
}
.logo {
    font-family: Allura,Roboto;
    font-size: 36px;
    font-weight: 400;
    background: white;
    padding: 10px 30px;
    margin-bottom: -28px;
    text-align: center;
}
.logo-pure {
    font-family: Allura,Roboto;
    font-size: 36px;
    font-weight: 400;
}
.logo a {
    background: white;
    padding: 10px 30px;
    border-radius: 50%;
}
.header {
    background: #6667ab;
    color: white;
    padding: 50px 20px;
}
.button-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.button-row button {
    width: 250px;
    border-radius: 30px;
    margin: 0 1.5rem;
    padding-top: 0.5rem 0;

}
.ghost {
    border: 2px solid #000;
    color: #000;
    background: white;
}
#companies .text-box, #shrinking-companies .text-box {
    background: #a2c8c9;
}
.dataTables_wrapper {
    display: none; /** Display none by default - tables have to be actively toggled */
}
thead {
    background: black;
    color: white;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 18px 10px; /* e.g. change 8x to 4px here */
}
/* .dataTables_scrollHead thead tr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.dataTables_scrollHead thead td {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
} */
.dataTable, .dataTable td {
    text-align: center !important;
}
.dataTables_filter {
    float: none !important;
    text-align: center !important;
}
.dataTables_filter label {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin: 0 auto 20px;
}
.dataTables_filter input {
    border: 2px solid #000 !important;
}
.rank-oval {
    height: 30px;
    width: 30px;
    line-height: 30px!important;
    color: #fff!important;
    margin: auto;
    border-radius: 50%;
    display: inline-block;
    background-color: #000;
    text-align: center;
    font-weight: bold;
}
/** BOOTSTRAP TABLE **/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    }
    
    .table th,
    .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #000;
    }
    
    .table thead th {
        vertical-align: middle;
        border-bottom: 2px solid #000;
        text-align: center !important;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500 !important;
        font-family: 'Lexend Deca';
        line-height: 1.2;
    }
    
    .table tbody + tbody {
    border-top: 2px solid #000;
    }
    
    .table-sm th,
    .table-sm td {
    padding: 0.3rem;
    }
    
    .table-bordered {
    border: 1px solid #000;
    }
    
    .table-bordered th,
    .table-bordered td {
    border: 1px solid #000;
    }
    
    .table-bordered thead th,
    .table-bordered thead td {
    border-bottom-width: 2px;
    }
    
    .table-borderless th,
    .table-borderless td,
    .table-borderless thead th,
    .table-borderless tbody + tbody {
    border: 0;
    }
    
    .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    }
    
    .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
    }
    
    .table-primary,
    .table-primary > th,
    .table-primary > td {
    background-color: #b8daff;
    }
    
    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
    border-color: #7abaff;
    }
    
    .table-hover .table-primary:hover {
    background-color: #9fcdff;
    }
    
    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
    }
    
    .table-secondary,
    .table-secondary > th,
    .table-secondary > td {
    background-color: #d6d8db;
    }
    
    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
    border-color: #b3b7bb;
    }
    
    .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
    }
    
    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
    }
    
    .table-success,
    .table-success > th,
    .table-success > td {
    background-color: #c3e6cb;
    }
    
    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
    border-color: #8fd19e;
    }
    
    .table-hover .table-success:hover {
    background-color: #b1dfbb;
    }
    
    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
    }
    
    .table-info,
    .table-info > th,
    .table-info > td {
    background-color: #bee5eb;
    }
    
    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
    border-color: #86cfda;
    }
    
    .table-hover .table-info:hover {
    background-color: #abdde5;
    }
    
    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
    background-color: #abdde5;
    }
    
    .table-warning,
    .table-warning > th,
    .table-warning > td {
    background-color: #ffeeba;
    }
    
    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
    border-color: #ffdf7e;
    }
    
    .table-hover .table-warning:hover {
    background-color: #ffe8a1;
    }
    
    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
    }
    
    .table-danger,
    .table-danger > th,
    .table-danger > td {
    background-color: #f5c6cb;
    }
    
    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
    border-color: #ed969e;
    }
    
    .table-hover .table-danger:hover {
    background-color: #f1b0b7;
    }
    
    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
    }
    
    .table-light,
    .table-light > th,
    .table-light > td {
    background-color: #fdfdfe;
    }
    
    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
    border-color: #fbfcfc;
    }
    
    .table-hover .table-light:hover {
    background-color: #ececf6;
    }
    
    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
    background-color: #ececf6;
    }
    
    .table-dark,
    .table-dark > th,
    .table-dark > td {
    background-color: #c6c8ca;
    }
    
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
    border-color: #95999c;
    }
    
    .table-hover .table-dark:hover {
    background-color: #b9bbbe;
    }
    
    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
    }
    
    .table-active,
    .table-active > th,
    .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
    }
    
    .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
    }
    
    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
    }
    
    .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    }
    
    .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    }
    
    .table-dark {
    color: #fff;
    background-color: #343a40;
    }
    
    .table-dark th,
    .table-dark td,
    .table-dark thead th {
    border-color: #454d55;
    }
    
    .table-dark.table-bordered {
    border: 0;
    }
    
    .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
    }
    
    .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
    }
    
    @media (max-width: 575.98px) {
    .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
    border: 0;
    }
    }
    
    @media (max-width: 767.98px) {
    .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
    border: 0;
    }
    }
    
    @media (max-width: 991.98px) {
    .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
    border: 0;
    }
    }
    
    @media (max-width: 1199.98px) {
    .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
    border: 0;
    }
    }
    
    .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    
    .table-responsive > .table-bordered {
    border: 0;
    }
    
    .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    
    .table-responsive > .table-bordered {
    border: 0;
    } 

    @media only screen and (max-width: 496px) {
        h1 {
            font-size: 4rem;
            line-height: 60px;
        }
        .text-box {
            padding: 1.5rem;
        }
    }
    @media only screen and (max-width: 1098px) {
        #influencersTop {
            display: block;
        }
    }
    @media only screen and (max-width: 1364px) {
        .five-columns {
            display: block;
        }
    }

