@charset "UTF-8";
#contestbanner {
}
.contestdiv  {
    color: #656467;
    text-align: justify;
    line-height: 30px;
    font-weight: 300;
    padding-top: 25px;
    padding-bottom: 25px;
}
.contestdiv h2 {
    text-transform: capitalize;
    font-size: 2em;
}
.tiv {
    text-align: center;
    background-color: hsla(359,100%,50%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding-top: 15px;
}
.berbers {
    text-align: center;
    background-color: hsla(84,100%,26%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding-top: 15px;
}
.san {
    text-align: center;
    background-color: hsla(42,100%,50%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding-top: 15px;
}
.maasai {
    text-align: center;
    background-color: hsla(0,0%,0%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding-top: 15px;
}
.centered {
    text-align: center;
}
.bottompadding {
    padding-bottom: 16px;
}
.nopadding {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
