/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY Greg Jones - 2016
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

    @media screen and (max-width: 1600px) {

        /* Header */

        #header {
            position: absolute;
            left: 20px;
        }

    }




    @media screen and (max-width: 1000px) {

        /* Defaults */

        a.btn_general:link,
        a.btn_general:visited,
        a.btn_general:hover {
            color: #fff;
            background: none;
        }




        /* Contact Me */

        #contact_me .detail a:link,
        #contact_me .detail a:visited,
        #contact_me .detail a:hover {
            text-decoration: none;
            color: #fff;
        }

    }




    @media screen and (max-width: 900px) {

        /* Tuition Costs */

        #tuition_costs .costs {
            max-width: none;
        }

        #tuition_costs .text .discount_badge {
            position: static;
            top: auto;
            right: auto;
            margin: 30px auto 0 auto;
            border: none;
        }

    }




    @media screen and (max-width: 800px) {

        /* Tuition Areas */

        #tuition_areas {
            background-image: url("../../images/bg/tuition_areas_mobile.png");
        }

        #maths_tuition,
        #singing_lessons {
            float: none;
            width: auto;
        }

        #maths_tuition {
            padding-bottom: 60px;
        }




        /* Contact Me */

        #contact_me .detail.phone span {
            display: none;
        }

        #contact_me .detail.phone a:link,
        #contact_me .detail.phone a:visited {
            display: block;
        }

    }




    @media screen and (max-width: 450px) {

        /* Introduction */

        #introduction {
            background: #000e3d;
        }




        /* About Me */

        #about_me {
            background: #061e6b;
        }

        #about_me .text-i {
            padding: 20px 0;
            background: none;
        }

        #about_me .banner_mobile {
            display: block;
        }




        /* Contact Me */

        #contact_me .detail {
            font-size: 0.6em;
        }

    }




    @media screen and (max-width: 400px) {

        /* Defaults */

        h1 {
            font-size: 1.75em;
        }

        h2 {
            font-size: 1.5em;
        }

    }




    @media screen and (max-width: 325px) {

        #tuition_costs .text .discount_badge-i {
            margin: 0 -10px;
        }

    }




    @media screen and (max-height: 800px) {

        /* Introduction */

        #introduction-i,
        #introduction .text {
            display: block;
            width: auto;
            height: auto;
            min-height: auto;
        }

        #introduction .text {
            padding-bottom: 60px;
        }




        /* Tuition Areas */

        #tuition_areas-i,
        #tuition_areas .text {
            display: block;
            width: auto;
            height: auto;
            min-height: auto;
        }

        #tuition_areas .text {
            padding: 60px 0;
        }




        /* Tuition Costs */

        #tuition_costs-i,
        #tuition_costs .text {
            display: block;
            width: auto;
            height: auto;
            min-height: auto;
        }

        #tuition_costs .text {
            padding: 60px 0;
        }




        /* About Me */

        #about_me-i,
        #about_me .text {
            display: block;
            width: auto;
            height: auto;
            min-height: auto;
        }




        /* Contact Me */

        #contact_me-i,
        #contact_me .text {
            display: block;
            width: auto;
            height: auto;
            min-height: auto;
        }

        #contact_me .text {
            padding: 60px 0;
        }

    }
