.top {
    background-color: #2478fa;
}

.top img {
    height: 50px;
    padding: 5px;
}

.hero {
    background-image: url("../img/heroBg.png");
}

.hero p {
    text-align: center !important;
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

.mid {
    background-color: #2478fa;
    color: #fff;
}

.phones {
    padding: 10px;
}

.bottom {
    background-color: #000;
}

.heroDisclamer {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}

.heroTxt {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title {
    font-size: 45px;
    font-weight: bold;
}

.text {
    font-size: 20px;
}

.bottom .title {
    margin-top: 50px;
    color: #2478fa;
    line-height: 50px;
}

.bottom .text {
    color: #fff;
}

.download {
    color: #ffc40e;
    font-weight: bold;
    font-size: 20px;
}

.balls {
    margin: 30px 0px 30px 0px;
}
.footer {
    background-color: #2478fa;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer p{
    margin-bottom: 3px;
}
@media only screen and (max-width: 600px) {
    .hero p {
        font-size: 15px;
        margin-bottom: 5px !important;
    }

    .heroDisclamer {
        font-size: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0px !important;
    }

    .heroTxt {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .bottom .title {
         margin-top: 30px;
        font-size: 20px;
        color: #2478fa;
        line-height: 30px;
    }

    .bottom .text {
        color: #fff;
        font-size: 13px;
    }

    .download {
        color: #ffc40e;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .balls {
        margin: 20px 0px 20px 0px;
    }
}
@media only screen and (max-width: 400px) {
     .bottom .title {
         margin-top: 10px;
        font-size: 20px;
        color: #2478fa;
        line-height: 20px;
    }
    .bottom .text {
        margin-bottom: 3px;
    }
     .balls {
        margin: 10px 0px 10px 0px;
    }
    .footer {
        text-align: center;
    }
}
@media only screen and (max-width: 1200px) {
    .title {
        font-size: 30px;
    }

    .text {
        font-size: 15px;
    }
}
