  #logo {
    max-width: 180px;
    left:10px;
    top:70px;
  }
  
  .slider-text-inner p {
    font-size: 1em;
  }
  
  .slider-text-inner .big {
    font-size: 2em;
  }
  
  #banner .enquire-trigger {
    width:20%
  }


#menu a {
  font-size: 0.8em!important;
  margin: 0px 1px!important;
}




/*-----------------------------------------------*/
/*------------- IPAD PORTRAIT FIX ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 820px) and (min-width: 701px){
  
  #logo {
    position: relative;
    top:20px;
    margin: auto;
    left:0;
  }
  
  
  #menu nav {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  #menu a {
  font-size:1em!important;

}
  
  
  #menu {
    padding: 40px 0 10px;
  }
  
  
  .butFrame, .basicFrame {
    
    width:49%;
    margin-bottom:10px;
  }
  
  .contact-info {
    width:80%!important;
  }
  
  #banner .enquire-trigger {
    width:15%;
  }
  
  #banner .socialLinks {
    width:5%;
  }

}

