﻿/* 
  ##Device = All
  ##Screen = Styles will be apply for all resolutions
*/

/* CSS */


/* 
  ##Device = Desktops large
  ##Screen = 1920px to higher resolution desktops
*/

@media (min-width: 1920px) {

    /* CSS */
    /* CSS */
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 34px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 22px !important;
    }

    p {
        font-size: 22px !important;
    }

        p a {
            font-size: 22px !important;
        }

    span {
        font-size: 22px !important;
    }

    .mediumLightParagraph {
        font-size: 22px !important;
    }
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to 1919px
*/

@media (min-width: 1281px) and (max-width: 1919px) {

    /* CSS */
    h1 {
        font-size: 38px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 20px !important;
    }

    p {
        font-size: 20px !important;
    }

        p a {
            font-size: 20px !important;
        }

    span {
        font-size: 20px !important;
    }

    .mediumLightParagraph {
        font-size: 20px !important;
    }
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */
    h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    p {
        font-size: 18px !important;
    }

        p a {
            font-size: 18px !important;
        }

    span {
        font-size: 18px !important;
    }

    .mediumLightParagraph {
        font-size: 18px !important;
    }
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    p {
        font-size: 18px !important;
    }

        p a {
            font-size: 18px !important;
        }

    span {
        font-size: 18px !important;
    }

    .mediumLightParagraph {
        font-size: 18px !important;
    }
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    p {
        font-size: 18px !important;
    }

        p a {
            font-size: 18px !important;
        }

    span {
        font-size: 18px !important;
    }

    .mediumLightParagraph {
        font-size: 18px !important;
    }
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    h1 {
        font-size: 22px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    p {
        font-size: 16px !important;
    }

        p a {
            font-size: 16px !important;
        }

    span {
        font-size: 16px !important;
    }

    .mediumLightParagraph {
        font-size: 16px !important;
    }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    h1 {
        font-size: 22px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    p {
        font-size: 16px !important;
    }

        p a {
            font-size: 16px !important;
        }

    span {
        font-size: 16px !important;
    }

    .mediumLightParagraph {
        font-size: 16px !important;
    }
}