
html{
	-webkit-text-size-adjust: none;
}









@media only screen and (max-width: 1020px){


    .boxHead {
        line-height: 1.5em;
        height:1.5em;
        font-size: 1.2em;
        box-sizing: border-box;
    }


}




@media only screen and (max-width: 1000px){






}




@media only screen and (max-width: 900px){

 #logoarea a {
       font-size: 0.85em;
    }

}



@media only screen and (max-width: 800px){






}






/*  Next step  */
@media only screen and (max-width: 700px){



    #footerOne {
        width:100%;
        margin-right:0%;
        border-right:none;
        height: auto;

    }
    #footerTwo {
        width:100%;
        margin-right:0%;
        border-right:none;
        height: auto;

    }
    #footerThree {
        width:100%;
        margin-right:0%;
        border-right:none;
        height: auto;

    }

    #footerarea {
        width:94%;
        background-color: #D00A47;
        margin:2em 3% 5em 3%;

    }



     #logoarea a {
        margin-top:0.2em;
    }





    #boxHeadBtn {
        width:20%;
    }

     #theMenu {
        display:none;
     }
    #mobMenu {
        position: fixed;
        top:0;
        left:0;
        width:100%;
        background-color: #000;
        min-height: 100%;
        z-index: 1000;
        opacity: 0.93;
        padding-top:5em;
        padding-bottom:5em;
        display: none;
        box-shadow: 0px 10px 5px grey;
    }

    #mobMenu a {
        padding:0.7em;
        text-align: center;
        width:80%;
        float:left;
        display: block;
        background-color: #D00A47;
        text-decoration: none;
        color: #FFF;
        margin-top:0.7em;
        margin-left:10%;
        box-sizing: border-box;
        border-radius:0.5em;

    }



    .container {
        padding:2em 0em 0em 0em;
    }

   #logoarea img {
       width:50%;
       margin-left:25%;
    }





    #midContent {
        width: 94%;
        margin-left: 3%;
        margin-bottom: 2em;

    }

    #midAd {
        width: 94%;
        margin-left: 3%;
        margin-bottom: 2em;
        margin-top:3em;

    }


    .adExpl {
        width:100%;
    }


    .hideInMob {
        display:none;
    }

    .hideInComp {
        display:block;
    }






}



@media only screen and (max-width: 400px) {


}