body{
    min-height: 100vh;
    position: relative;
    padding-bottom: 150px;
}
.circle{
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #cccccc;
}

.certContainer{
    position: relative;
    margin:35px auto;
    color: #333;
    border: 20px solid #aa8800ff;
    background: white;
    border-radius: 0;
    padding-bottom: 60px;
}

.certContainer .cert-image-row h2{
    border-bottom: 1px solid #aa8800ff;
    color: #aa8800ff;
    padding: 10px;
    max-width: 70%;
    margin: 10px auto;
}

.certContainer .cert-image-row img{
    max-width: 350px;
    max-width: 100%;
    max-height: 200px;
}

#cert-sign{
    position: absolute;
    right: 0;
    bottom: -130px;
}

#cert-sign span{
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% - 20px);
    color: white;
    font-weight: bold;
    text-align: center;
}

.container *{
    font-weight: lighter;
}

.cert-header{
    text-align: center;
}
.cert-image-row .cert-icon{
    width:200px;
    max-height: none;
}
.cert-image-row .cert-company-icon{
    max-height: 120px;
}
.cert-header img{
    max-height: 70px;
}
.stars-cointainer{
    margin-top: 30px;
}
.top10{
    margin-top: 10px;
}
.top20{
    margin-top: 20px;
}
.top30{
    margin-top: 30px;
}
.top50{
    margin-top: 50px;
}
.top70{
    margin-top: 70px;
}

.d-inline-block{
    display: inline-block;
}
.mar10{
    margin: 10px !important;
}
.mar20{
    margin: 20px !important;
}
.mar30{
    margin: 30px !important;
}
.row .cert-header h1{
    font-size: 64px;
}

.c100{
    background-color: transparent !important;
}
.c100:after{
    background-color: #cacaca4f !important;
}

.c100 > div:nth-child(3){
    font-size: 20px;
    position: absolute;
    bottom: -55px;
    top: auto;
    width: 100%;
}
.c100:hover > span{
    color: #aa8800ff !important;
}
.c100 .slice .bar, .c100 .slice .fill{
    border-color: #aa8800ff !important;
}
.c100.big{
    font-size: 120px !important;
}

body .footer{
    margin-top: 150px !important;
}
@media (max-width: 769px) {
    .top30 {
	margin-top: 60px;
    }

    #cert-stats{
        margin-top: 50px;
    }

    .certContainer{
        padding-bottom: 170px;
        margin-top: 70px;
    }

    .row .cert-header h1{
        font-size: 44px;
    }
}