@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px;
    }
}

@media (max-width: 1400px) {
     .main-header .copy-text h1 { 
			font-size: 100px; 
		 margin-bottom: 40px;
		}
	h1, .h1{
		font-size: 100px;
	}
	.peep-section .section-head h2,
	.spy-section h2{
		
    font-size: 140px;
	}
	.peep-section .bottom-div .inner{
		font-size: 80px;
	}
	.room-card h3{
		font-size: 40px;
	}
	.main-header .copy-text p,
	.section-head p{
		font-size: 35px;
		letter-spacing: 15px;
	}
}

@media (max-width: 1199px) {
	.btn{
		font-size: 20px;
	}
	body{
		font-size: 16px;
		line-height: 1.4em;
	}
     .main-header .copy-text h1 { 
			font-size: 80px; 
		 margin-bottom: 40px;
		}
	h1, .h1{
		font-size: 80px;
	}
	.peep-section .section-head h2,
	.spy-section h2{
		
    font-size: 100px;
	}
	.peep-section .bottom-div .inner{
		font-size: 60px;
	}
	.room-card h3{
		font-size: 30px;
	}
	.main-header .copy-text p,
	.section-head p{
		font-size: 25px;
		letter-spacing: 10px;
		line-height: 1.4em;
	}
	.main-header .copy-text{
		margin-top: -40px;
	}
}
@media (max-width: 991px) {
	.btn{
		font-size: 16px;
	}
	body{
		font-size: 16px;
		line-height: 1.3em;
	}
     .main-header .copy-text h1 { 
			font-size: 70px; 
		 margin-bottom: 30px;
		}
	h1, .h1{
		font-size: 70px;
	}
	.peep-section .section-head h2,
	.spy-section h2{
		
    font-size: 80px;
	}
	.peep-section .bottom-div .inner{
		font-size: 40px;
	}
	.room-card h3{
		font-size: 24px;
	}
	.section-head p{
		font-size: 20px;
		letter-spacing: 10px;
	}
	.main-header .copy-text{
		margin-top: -20px;
	}
	.main-header{
		padding-bottom: 60px;
	}
}
@media (max-width: 575px) {
	.room-card .cta-div {
    padding: 10px 0;
}
	.room-card .img-div{
		padding: 0
	}
	.btn{
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.room-card .img-div img {
    margin-top: -20px;
}
	body{
		font-size: 14px;
		line-height: 1.3em;
	}
     .main-header .copy-text h1 { 
			font-size: 45px; 
		 margin-bottom: 22px;
		}
	h1, .h1{
		font-size: 45px;
	}
	.peep-section .section-head h2,
	.spy-section h2{
		
    font-size: 55px;
	}
	.peep-section .bottom-div .inner{
		font-size: 30px;
	}
	.room-card h3{
		font-size: 22px;
	}
.main-header .copy-text p, .section-head p{
		font-size: 18px;
		letter-spacing: 5px;
	}
	.main-header .copy-text{
		margin-top: -20px;
	}
	.d-large-arrow{
		margin-top: 25px;
	}
	.d-large-arrow img{
		max-width: 100px;
	}
	.peep-section .bottom-div{
		margin-top: 30px;
	}
}
