@media only screen and (max-width:600px) {
    body {
        background-image: url('/bg/BB2.jpg');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .text-size-header {
        font-size: 40px;
        color: white;
    }

    .navbar {
        min-height: 80px;
    }

    .spacer-header {
        min-height: 10px;
    }

    .spacer-footer {
        min-height: 20px
    }

    .img {
        width: 110px;
    }

    .row {
        margin-top: 5px;
    }

    .pad {
        padding-right: 30px !important;
        padding-left: 10px !important;
    }

    .container {
        margin-top: 10px;
    }

    .button {
        background-color: rgba(38, 34, 97, 255);
        border: none;
        color: white;
        padding: 2px 2px 2px 2px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 50px;
        width: 100px;
        height: 40px;
        font-size: 10px;
    }
}

@media only screen and (max-width:500px) {
    body {
        background-image: url('/bg/BB2.jpg');
        background-size: 100% 100%;
        height: 730px;
        background-position: center;
        background-repeat: no-repeat;
    }

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

    .navbar {
        min-height: 50px;
    }

    .img {
        width: 100px;
    }

    .row {
        margin-top: 10px;
        padding: 0 5px;
    }

    .spacer {
        height: 0px;
    }

    .button {
        width: 100px;
        background-color: rgba(38, 34, 97, 255);
        font-size: 10px;
        height: 40px;
    }
    .spacer-header {
        min-height: 10px;
    }

    .spacer-footer {
        min-height: 10px
    }
}

@media only screen and (max-width:400px) {
    body {
        background-image: url('/bg/BB2.jpg');
        background-size: 100% 100%;
        height: 730px;
        background-position: center;
        background-repeat: no-repeat;
    }

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

    .navbar {
        min-height: 50px;
    }

    .img {
        width: 100px;
    }

    .row {
        margin-top: 10px;
        padding: 0 5px;
    }

    .spacer {
        height: 0px;
    }

    .button {
        width: 100px;
        background-color: rgba(38, 34, 97, 255);
        font-size: 10px;
        height: 40px;
    }

    .spacer-header {
        min-height: 10px;
    }

    .spacer-footer {
        min-height: 10px
    }
}