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

}

@media screen and (max-width: 1620px) {
	
body {
	font-size:1vmax;
}
	
}

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


.header-container {
    width: 90%;
}
	
h3 {
    font-size: 1.75vmax;
}
	
.site-logo {
    width: 220px;
    height: 60px;
}
	
.logo-scrolled {
    width: 145px;
    height: 40px;
}
	
.hero-content {
    width: 40%;
}
	
.service-buttons-list {
    width: 90%;
}
	
.content-image {
    width: 83%;
}
	
.icons-panel {
    width: 90%;
}
	
.column-container {
    width: 90%;
}
	
.contact-form {
    width: 90%;
}
	
.mr-10 {
    margin-right: 4rem;
}
	
.footer-container {
    width: 90%;
}
	
}

@media screen and (max-width: 1440px) and (orientation: landscape) {
	
    
}

@media screen and (max-width: 1340px) {
	
body {
	font-size: 1.25vmax;
}
	
.sticky {
	font-size:1.2vmax;
}
	
h3 {
    font-size: 2vmax;
}
	
.logo-scrolled {
    width: 145px;
    height: 40px;
}
    
}

@media screen and (max-width: 1280px) {
	
.site-logo {
   	width: 185px;
	height: 45px;
}	
	
.header-container {
	width:100%;
}
	
.logo-scrolled {
    width: 145px;
    height: 35px;
}
	
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
	
    
}

@media screen and (max-width: 1180px) {
	
.t-p-1 {
	padding:1rem;
}
	
.t-pt-1 {
	padding-top:1rem;
}
	
.t-pb-1 {
	padding-bottom:1rem;
}
	
.t-pl-1 {
	padding-left:1rem;
}
	
.t-pr-1 {
	padding-right:1rem;
}
	
.t-p-2 {
	padding:2rem;
}
	
.t-pt-2 {
	padding-top:2rem;
}
	
.t-pb-2 {
	padding-bottom:2rem;
}
	
.t-pl-2 {
	padding-left:2rem;
}
	
.t-pr-2 {
	padding-right:2rem;
}
	
.t-m-1 {
	margin:1rem;
}
	
.t-mt-1 {
	margin-top:1rem;
}
	
.t-mb-1 {
	margin-bottom:1rem;
}
	
.t-ml-1 {
	margin-left:1rem;
}
	
.t-mr-1 {
	margin-right:1rem;
}
	
.t-m-2 {
	margin:2rem;
}
	
.t-mt-2 {
	margin-top:2rem;
}
	
.t-mb-2 {
	margin-bottom:2rem;
}
	
.t-ml-2 {
	margin-left:2rem;
}
	
.t-mr-2 {
	margin-right:2rem;
}
	
.t-mr-3 {
	margin-right:3rem;
}
	
.queenswood-icon {
    width: 3vw;
}
	
.t-fl-gap-0 {
	gap:0; 
}
	
.t-fl-gap-1 {
	gap:1rem; 
}
	
.t-fl-gap-2 {
	gap:2rem; 
}
	
.t-fl-gap-3 {
	gap:3rem;
}
	
.t-fl-gap-2 {
	gap:2rem;
}
	
.t-fl-gap-1 {
	gap:1rem;
}
	
}

@media screen and (max-width: 1024px) {  
	
	
}

@media screen and (max-height: 1024px) and (orientation: landscape) {
	
.hero {
    height: 90vh;
}
	
}

@media screen and (max-height: 800px) and (orientation: landscape) {
		
	
}

@media screen and (max-height: 768px) and (orientation: landscape) {
	
    
}

@media screen and (max-height: 600px) {

    
}

@media screen and (max-width: 800px) {
	
.hero {
    height: 40vh;
}
	
.footer-text {
    font-size: 0.85vmax;
}
	
.hide {
	display: none;
	visibility: hidden;
}

}

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


}

@media screen and (max-width: 737px) {
	
.service-box-image:after {
    padding-bottom: 60%;
}
	
.block h3 {
    font-size: 6vw;
}
	
.menu-container {
    flex-direction:column;
}
	
.menu-container .contact-details {
    display:none;
}
	
.menu-nav .menu-item a {
    font-size: 5vw;
}
	
.m-fl-d-col {
	flex-direction: column;		
}
	
.hero {
	height: auto;
}

.hero-image {
    width: 100%;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}
	
	.hero-image {
		font-size:0;
	}
	
    .service-box-image:after {
		display: none;
        padding-bottom:0%;
    }
	
.icon-panel-item {
    width: 100%;
}
	
.t-fl-gap-3 {
        gap: 1rem;
    }
	
.list {
    list-style-type: none;
    margin-block-start: 1rem;
    margin-block-end: 1rem;
    padding: 0;
}
	
.icon img.image {
    object-fit: contain;
    height: auto;
}
	
.icon:after {
    display:none;
    padding-bottom:0;
}
	
.pt-4 {
    padding-top: 2rem;
}
	
.hero-image:after {
	display: none;
	padding-bottom:0;		
}
	
.service-box-title {
    font-size: 2vmax;
}
	
.hero-content {
	width:auto;
}
	
.hero-text {
    font-size: 3vmax;
}
	
body {
	font-size: 2.25vmax;
}
	
h3 {
    font-size: 3vmax;
}
	
.btn {
    width: 100%;
    text-align: center;
	font-size:inherit;
}
	
.service-box-title {
	font-size: 3vmax;
}
	
.m-mt-2 {
	margin-top:2rem;
}
	
.m-mt-1 {
	margin-top:1rem;
}
	
.m-ml-2 {
	margin-left:2rem;
}
	
.m-ml-1 {
	margin-left:1rem;
}
	
.m-mr-2 {
	margin-right:2rem;
}
	
.m-mr-1 {
	margin-right:1rem;
}
	
.m-mr-0 {
	margin-right:0;
}
	
.m-mb-2 {
	margin-bottom:2rem;
}
	
.m-mb-1 {
	margin-bottom:1rem;
}
	
.m-mb-0 {
	margin-bottom:0;
}
	
.m-pl-1 {
	padding-left:1rem;
}
	
.m-pl-2 {
	padding-left:2rem;
}
	
.m-pl-3 {
	padding-left:3rem;
}
	
.m-pr-1 {
	padding-right:1rem;
}
	
.m-pr-2 {
	padding-right:2rem;
}
	
.m-pr-3 {
	padding-right:3rem;
}
	
.m-pt-1 {
	padding-top:1rem;
}
	
.m-pt-2 {
	padding-top:2rem;
}
	
.m-pt-3 {
	padding-top:3rem;
}
	
.m-pb-1 {
	padding-bottom:1rem;
}
	
.m-pb-2 {
	padding-bottom:2rem;
}
	
.m-pb-3 {
	padding-bottom:3rem;
}
	
.m-mt-x2 {
	margin-top: 1.5rem;	
}
	
.m-fl-gap-1 {
	gap:1rem;
}
	
.site-logo {
	width: 165px;
	height: 45px;
}
	
.service-buttons-list {
	width: 100%;
}
	
.content-image {
	width: 100%;
}
	
img {
	max-width: 100%;
}
	
/*.hero-image-pages:after {
    content: "";
    display: block;
    padding-bottom: 70%;
}*/
	
.hero-text-pages {
    color: #FFF;
    font-size: 7vw;
}
	
.queenswood-q {
    display: none;
    visibility: hidden;
}
	
.queenswood-icon {
    width: 4vmax;
}
	
.content-image:after {
    display: block;
    content: "";
    padding-bottom: 75%;
}
	
.icons-panel {
    width: 100%;
}
	
.column-container {
    width: 100%;
}
	
.form-field {
    font-size: 2.25vmax;
}
	
.title {
	font-size: 4vmax;
}
	
.contact-form {
	width: 100%;
}
	
.footer-container {
	width: 100%;
}
	
.m-align-center {
	align-items: center;
}
	
.m-text-center {
	text-align: center;
}
	
.footer-text {
	font-size:2vmax;
	text-wrap:balance;
}
	
.social-link {
    width: 8vw;
}

a.menu-link-item {
    font-size: 4vw;
}
	
	.hide-mob {
		display: none;
		visibility:hidden; 
	}
	
}

/* Mobile landscape */

@media screen and (max-width: 1024px) and (max-height: 480px) and (orientation : landscape) {
	
.hero {
	height: 100vh;
}
	
	
}

/* Phone to small tablet screen */

@media screen and (min-width: 481px) and (max-width:1024px) and (orientation: portrait) {
	
    
}

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

    
}

/* Small mobiles */

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

	
}