/* Desktop */
@media screen and (max-width:1500px) {

}

/* Desktop */
@media screen and (max-width:1280px) {

}

/* Desktop */
@media screen and (max-width:1024px) {

}

/* IPad Pro 11 inch */
@media screen and (max-width:834px) {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }
}

/* IPad Air */
@media screen and (max-width:820px) {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }
}

/* IPad */
@media screen and (max-width:810px) {
    #title {
        font-size:2em !important;
    }

    #content {
        
        padding-left:10%;
        padding-right:10%;
    }
}

/* iPhone 12/13 */
@media screen and (max-width:428px) {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }
}

/* iPhone 11 Pro */
@media screen and (max-width:414px) {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }
}

/* iPhone 12/13 Galaxy Note/S20 Ultra */
@media screen and (max-width:412px) {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }
}

/* Galaxy S20+ */
@media screen and (max-width:384px) {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }
}

/* iPhone 11/12/13/SE */
@media screen and (max-width:375px) {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }
}

/* Galaxy S10/S20 */
@media screen and (max-width:360px) {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }

    .sliderText {
        text-align: center; padding:40px;
        font-size:1.5em !important;
    }
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    #title {
        font-size:3em !important;
    }

    #content
    {
        width:850px;
    }
}

/* iPad Mini */
@media only screen and (min-device-width: 768px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    #title {
        font-size:2em !important;
    }

    #content {
        padding-left:10%;
        padding-right:10%;
    }
}
