body {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(245,245,245);
    font-size: 14px;
}

.jumbotron{
    background-color: rgb(245,245,245);
    background-size: cover;
    background-position-y: 35%;
    margin-bottom: 0;
    padding-bottom: 2rem;
}


.dev-description {
    font-size: 1rem;
}

.supported-languages ul {
    padding-left:0;
    list-style: none;

}

.supported-languages ul li{
    display: inline-block;
    font-size: 0.7rem;
}

.supported-languages-label {
    margin-bottom: 0;
    font-size:0.8rem;
}

.app-branding-title h3{
    font-size:1.4rem;
}

.no-downloads{
    font-size: 1.2rem;
    opacity: 0.8;
}

.gp-badge {
    clear: both;
}

.explore-more {
    background: rgb(83, 166,54);
    padding: 20px 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: white;
    text-decoration: none;
    font-weight: bold;

}

.explore-more:hover {
    text-decoration: none;
    color: white;
    background-color: #f96767;   
}

.privacy-policy-btn {
    padding: 20px 60px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #5a5a5a;
    text-decoration: none;
    font-weight: bold;
}

.privacy-policy-btn:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #f96767;    
}

.dev-name a{
    text-decoration: none !important;
    color: #212529 !important;
}
.footer_bootom {
    padding: 30px 0;
    background-color: #000;
    color: #fff;
}

a:hover {
    color: #f96767;
    text-decoration: none;
}

.button22 {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
    background-color: rgb(83, 166,54);
    width: 300px;
    margin: 0 auto;
    

}
.button22 a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.button22::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(252, 109, 109);
    background-color: rgb(252, 109, 109);
}
.button22:hover::before{
    opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);  
}



.swing:hover
{
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}


.footer a:hover {
    text-decoration: none;
}

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@media (max-width: 576px) {
    .container {
        text-align: center;
    }
    .container-v0 {
        padding-top: 0 !important;
    }

    .privacy-policy-page .container {
        text-align: left;
    }

    .app-branding-icon, .app-info {
        float: none !important;
    }

    .app-info {
        margin-top: 15px;
    }

    h1 {
        font-size: 1.8rem;
    }

    .container h1 {
        font-size: 1.5rem;
    }
    .container h2 {
        font-size: 1.4rem;
    }
    .container h3 {
        font-size: 1.3rem;
    }
    .container h4 {
        font-size: 1.2rem;
    }
}