/* THE CSS FILE FOR SDS PAGE */

/* 

    FILE SETUP SECTION

*/
body {
    font-family: Arial, Helvetica, sans-serif;
}

/*

    SDS HEADER SECTION

*/
.sds-header-section {
    text-align: center;
    padding: 3%;
}


/* 

    SDS MAIN SECTION

*/
.sds-main-section {
    height: auto;
    background-color: #fff200;
    padding: 2%;
}

.sds-main-section .row .col-md-2 {
    background-color: #fff200;
    padding-left: .5%; padding-right: .5%;
    text-align: center;
}

.sds-main-section .row .col-md-2 .sds-content {
    background-color: white;
    height: 100%;
}

.sds-main-section .row .col-md-2 .sds-content img {
    width: 70%;
}

.sds-main-section .row .col-md-2 .sds-content #bush-roll-on-img {
    padding-top: 19%;
    width: 55%;
}

.sds-main-section .row .col-md-2 .sds-content #bush-plus-pump-img {
    padding-top: 16%;
    width: 60%;
}

.sds-main-section .row .col-md-2 .sds-content #bush-plus-drygel-img {
    padding-top: 22%;
}

.sds-main-section .row .col-md-2 .sds-content #bush-ultra-drygel {
    padding-top: 22%;
}

.sds-main-section .row .col-md-2 .sds-content #download-now-img {
    width: 90%;
}

.sds-main-section .row .col-md-2 .sds-content #download-now-img {
    transition: filter .5s;
}

.sds-main-section .row .col-md-2 .sds-content #download-now-img:hover {
    filter: brightness(0.8);
    transition: filter .5s;
}

/* CLASS FOR SMALLER p FONT SIZE */
.p-smaller {
    margin:0;
    padding:0;
    font-size: 10px;
}

.p-padding {
    margin: 0;
    padding: 0;
}

.download-img {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/* MOBILE VERSION */
@media (max-width: 768px) {
    .sds-main-section {
        height: auto;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) { /* iPad only (portrait) styles */
    .sds-main-section .row .col-md-2 .sds-content #bush-roll-on-img {
        padding-top: 3%;
        width: 40%;
    }

    .sds-main-section .row .col-md-2 .sds-content #bush-plus-pump-img {
        padding-top: 3%;
        width: 40%;
    }

    .sds-main-section .row .col-md-2 .sds-content #bush-plus-drygel-img {
        padding-top: 3%;
    }

    .sds-main-section .row .col-md-2 .sds-content #bush-ultra-drygel {
        padding-top: 3%;
    }

    .sds-main-section .row .col-md-2 .sds-content img {
        padding-top: 3%;
        width: 40%;
    }

    

    .sds-content h5 {
        font-size: 40px;
    }

    .sds-content h6 {
        font-size: 30px;
    }

    .sds-content p {
        font-size: 25px;
    }

    .download-img {
        width: 70% !important;
    }
}