/* Media Query
----------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 819px) {

    /*	containers
----------------------------------------------------------*/

    div.container {
        margin: 10px;
        background-color: #fff;
        max-width: 1200px;
    }

    p img {
        display: inline-block;
        margin: 10px;
    }
        p img.fr {
            float: right;
        }
    div.header {
        width: 100%;
        position: relative;
    }

    div.logo {
        width: 240px;
        margin: 0 auto;
        text-align: center;
    }

        div.logo img {
            width: 100%;
        }

    div.mobile_menu {
        float: right;
        width: 50px;
        cursor: pointer;
        margin-top: 20px;
    }

        div.mobile_menu i {
            font-size: 30px;
        }

    div.mobile_menu_open {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 100000;
        overflow: auto;
        text-align: left;
        background-color: #f9ce1d;
    }

        div.mobile_menu_open div.menu_close {
            display: block;
            margin: 10px 20px 10px;
            text-align: right;
            cursor: pointer;
        }

            div.mobile_menu_open div.menu_close i {
                font-size: 32px;
                color: #4a5b48;
                line-height: 40px;
            }

        div.mobile_menu_open div.mobile_nav {
            text-align: center;
            display: block;
        }

            div.mobile_menu_open div.mobile_nav div.mobile_navigation {
                text-align: center;
                display: block;
                margin-bottom: 20px;
            }

                div.mobile_menu_open div.mobile_nav div.mobile_navigation a {
                    font-size: 24px;
                    color: #4a5b48;
                    line-height: 32px;
                    display: block;
                    text-decoration: none;
                }

                div.mobile_menu_open div.mobile_nav div.mobile_navigation div.mobile_navigation_sub {
                    margin-bottom: 5px;
                }

                    div.mobile_menu_open div.mobile_nav div.mobile_navigation div.mobile_navigation_sub a {
                        font-size: 18px;
                        color: #4a5b48;
                        line-height: 24px;
                        display: block;
                        text-decoration: none;
                    }

            div.mobile_menu_open div.mobile_nav div.mobile_navigation_rooms {
                text-align: center;
                display: block;
            }

    div.mobile_top_button {
        display: inline;
        float: left;
        width: 25%;
        height: 40px;
        color: #4a5b48;
        text-align: center;
        border: 2px solid #f9ce1d;
        box-sizing: border-box;
    }

        div.mobile_top_button a {
            display: block;
            font-size: 18px;
            font-family: 'Oxygen', Helvetica, Arial, sans-serif;
            font-weight: normal;
            color: #4a5b48;
            text-decoration: none;
            padding: 6px 0;
        }

    div.header_right {
        display: none;
    }

    div.page_content {
        position: relative;
    }

    div.nav {
        display: none;
    }

    div.content {
        clear: both;
        width: calc(100% - 40px);
        text-align: left;
        position: relative;
        padding: 0 20px;
    }

    div.footer {
        width: calc(100% - 40px);
        margin: 60px auto 40px;
        padding: 20px 0 20px;
        border-top: 2px dotted #a6c59b;
    }

    div.footer_left {
        text-align: left;
        width: 47%;
        float: left;
    }

    div.footer_middle {
        text-align: left;
        width: 47%;
        float: right;
    }

    div.footer_right {
        text-align: left;
        width: 100%;
        display: block;
        clear: both;
        padding-top: 20px;
    }

        div.footer_right a,
        div.footer_left a,
        div.footer_middle a {
            text-decoration: none;
            color: #4a5b48;
        }

            div.footer_right a:hover,
            div.footer_left a:hover,
            div.footer_middle a:hover {
                text-decoration: none;
                color: #f9ce1d;
            }

    div.footer_bottom {
        width: 100%;
        margin: 30px auto 0;
        text-align: left;
    }






    div.ofsted {
        display: none;
    }

    div.homepage {
        background-color: #e5efe4;
        font-family: trebuchet MS, arial;
        font-weight: normal;
        font-size: 24px;
        color: #4a5b48;
        padding: 20px;
        border: solid 2px #a6c59b;
        margin: 40px;
        text-align: center;
    }

    div.row {
        clear: both;
        padding-top: 5px;
        width: 100%;
    }

        div.row span.label {
            display: block;
            padding: 10px 0 5px;
            text-align: left;
        }

        div.row span.formw,
        div.row div.formw {
            display: block;
        }
            div.row span.formw input{
                width: 100%;
            }
            div.row span.formw textarea {
                width: 100%;
                height: 80px;
            }
            div.row span.formw input[type=button],
            div.row span.formw input[type=submit],
            div.row span.formw input[type=reset] {
                background-color: #f9ce1d;
                border: none;
                color: white;
                padding: 8px 24px;
                text-decoration: none;
                margin: 4px 2px;
                cursor: pointer;
                width: auto;
            }


    .help {
        color: #4a5b48;
        font-size: 70%;
        vertical-align: middle;
    }

    #error {
        border: 3px solid #4a5b48;
        background-color: #fff;
        color: #4a5b48;
        padding: 10px;
        text-align: center;
        margin-top: 15px;
    }

    #msg {
        border: 3px solid #4a5b48;
        background-color: #fff;
        color: #4a5b48;
        padding: 10px;
        text-align: center;
        margin-top: 15px;
    }

    .sep {
        width: 600px;
        clear: both;
        height: 1px;
        margin: 15px auto 5px;
        border-top: 1px solid #CCC;
    }

    .clr {
        clear: both;
        font-size: 0;
    }


    div.covid {
        background-color: #eee;
        font-family: trebuchet MS, arial;
        font-weight: normal;
        font-size: 18px;
        color: #ff0000;
        padding: 20px;
        border: solid 2px #ff6a00;
        margin: 40px 0;
        text-align: center;
    }







/*----------------------------------------------------------*/
}



