h1 {
    font-size: 2.75em;
}

#circle-bg>.vc_column-inner
{
    /*background-image: url(http://www.robokids.today/wp-content/uploads/2017/07/1-1.png);
    background-repeat: no-repeat;

    background-position: 50% 50% !important;*/
    height: 300px;
    width: 300px;
    background: #A1d6e2;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 1050px;

    margin-top: 10%;
}

#circle-bg2>.vc_column-inner
{
    /*background-image: url(http://www.robokids.today/wp-content/uploads/2017/07/1-1.png);
    background-repeat: no-repeat;

    background-position: 50% 50% !important;*/
    height: 300px;
    width: 300px;
    background: #1995ad;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 1050px;

    margin-top: 10%;
}
.circle-text
{
    font-family:Nova Flat;
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    padding-top:35px;
}

.circle-text a:hover
{
   
    color: #f9ff08;
   
}

.circle-text2
{
    font-size: 28px;
    color: #eb8a44;
    font-weight: 600;
    padding-top:35px;
}

.circle-text2 a:hover
{
   
    color: #363237;
   
}

.circle-text3
{
    font-size: 28px;
    color: #8eba43;
    font-weight: 600;
    padding-top:35px;
}

.circle-text3 a:hover
{
   
    color: #363237;
   
}

#circles-center
{
    margin-left:10%;
    
}

@media only screen and (max-width: 800px) {
 #circles-center
{
    margin-left:0;
    
}
}