/*Global */
body {
    background-color: #15151a;
}
dd {
    color: #fff;
}

.pv-tier {
    /*height: 1800px;*/
}
.pv-wrapper {
    max-width: 1000px;
}
.section {
    margin-bottom: 25px;
}

.ui-update .row {
    margin-right: 0px;
    margin-left: 0px;
}

@media (min-width: 1200px){
.container {
    width: 1000px;
}}

/*intro*/
.intro-title .hdg_3 {
    color: #C2D631;
}
.intro-hero-image {
    background-color: blue;
    max-height: 724px;
    min-height: 640px;
    border-radius: 24px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
    @media (max-width: 767px){
        .intro-hero-image {
            height: 470px;
            min-height: auto;
        }
    }
        @media (max-width: 479px){
            .intro-hero-image {
                height: 280px;
                padding-top: 0;
                padding-right: 0;
                padding-left: 0;
                }}
                

/*stats section*/
.ui-update .stat-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
    
}

.stat-blocks li {
    border: 1px solid black;
    border-color: rgba(144,145,167,.3);
    border-radius: 24px;
    height: 25vh;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 10px;
}
    
    .stat-blocks li div:nth-child(1){
    font-size: 40px;
    color: #fff;
}
    .stats li div:nth-child(2){
        color: hsla(0,0%,100%,.8);
    }
    
/*about section*/
.ui-update .blockTile {
     background-color: #15151a;
}
.about .container {
    /*height: 60vh;*/
}
.about .blockTile {
    border-radius: 24px;
}
.about .row {
    padding: 3%;
}
.ui-update .defList .defList-term.defList-term_light {
    color: #36f863;
}

/*Challange section*/
.ui-update .challenge .hdg_4 {
    color: #C2D631;
}
.categories-list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px;
}
    .categories-list li {
        margin-right: 20px;
        width: 200px;
    }
        .categories-list li p {
            padding: 6px 14px;
            border-radius: 8px;
            background-color: #292c33;
            font-family: 'CP Medium';
            font-size: 16px;
            letter-spacing: .2px;
            }
.results-list {
    color: #fff;
    list-style-type: circle;
}

/*testimonial section*/
.testimonial {
    padding: 65px 0px;
    background-color: #292c33;
}
.quote {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
}

.owner-image {
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 15px;
}


.owner {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.owner-info .name {
    color: #d3bc70;
}