@media only screen and (max-width: 600px) {
    html{
        overflow-x: hidden;
    }
	.hide-mobile{
		display: none;
	}

	/*PAGES 1*/
  .pages1 .section-1 > h1{
	    font-size: 150%;
	    padding: inherit;
	    margin: revert;
  	}
  .pages1 .section-1 > h3{
		font-size: large;
	}
	.pages1 .section-1 > span{
		font-size: x-small;
	}

	.pages1 .section-2 > h3{
		font-size: small;
	}

	.pages1 .section-3 > h1{
		font-size: 200%;
		padding: inherit;
	}

	.pages1 .section-4 > h1{
		font-size: 200%
	}
	.pages1 .section-4 .carousel-pages1.active{
		height: 695px;
	}
	.pages1 .section-5 h3{
	    font-size: inherit;
	}

	/*PAGES 2*/
	.bg-pages2-section-2{
		background-image: linear-gradient(to left, transparent -50%, black 100%), url("../image/3.jpg");
		background-position: inherit;
	}

	.pages2 .section-4 h2{
		font-size: 100%;
	}

	.bg-pages2-section-5{
		background-image: linear-gradient(to left, transparent -80%, black 100%), url("../image/5.jpg");
		background-position: inherit;
	}

	/*PAGES 3*/
	.bg-pages3-section-1{
		background-size: 0;
	}

	.bg-pages3-section-3{
		background-position: center;
		background-image: linear-gradient(to left, transparent -50%, black 90%), url("../image/6.jpg");
	}

	.pages3 .section-4 h1 {
		font-size: calc(1.375rem + 1.5vw);
	}

	.pages3 .section-4 img {
		width: 35%
	}

	.pages3 .section-4 h2 {
		font-size: 150%;
		padding: 1em;
	}

	/*PAGES 4*/
	.bg-pages4-section-1{
		background-position: center;
	}

	.bg-pages4-section-1 .pages4-content1 > h1{
		font-size: 6.5em;
	}
	.bg-pages4-section-1 .pages4-content2 > span{
		font-size: 200%;
	}

	.bg-pages4-section-4 {
		background-image: linear-gradient(to right, transparent 0, #ebbf66 100%), url("../image/10.jpg")
	}
	.bg-pages4-section-4 .container .text-end > h1{
		font-size: calc(1.375rem + 1.5vw)
	}

	.bg-pages4-section-6{
		background-position: center;
		background-image: linear-gradient(to right, transparent -50%, black 100%), url("../image/12.jpg")
	}
	
	.pages5 .section1{
    	background: linear-gradient(to top, transparent 0%, black 100%);
	}

	.bg-pages5-section-4{
		background-position: center;
	}
	.pages5-section-4{
		background: linear-gradient(to left, transparent 0%, black 100%);
	}

	.bg-pages5-section-4 .container h2{
		font-size: calc(1.325rem + .9vw);
	}

	.bg-pages5-section-4 .container h1{
		font-size: 2em;
	}

	.pages5-section-5{
		background: linear-gradient(to left, transparent 0%, #ebbf66 100%);
	}

	/*PAGES 6*/
	.pages6 .container h1{
		font-size: calc(1.375rem + 1.5vw);
	}

	.pages6 .container section.shadow-box-3{
		font-size: 100%;
	}

	button.button--moema{
		font-size: 150%;
	}

	.pages6 .container h2{
		font-size: calc(1.325rem + .9vw);	
	}
}