@media all and (max-width: 767px) {

	* {
		box-sizing: border-box;
		color: inherit;
		margin: 0;
	}

	p {
		margin: 1em 0;
	}

	body {
		margin: 0;
		padding: calc(6.6vh + .5rem) calc(2px + .5rem) calc(1.5vh + .5rem) calc(6.7% + .5rem);
		background-image: linear-gradient(to right, transparent 0%, transparent 5%, rgba(225, 255, 12, 0.46) 15%, transparent 17%, transparent 40%, rgba(109, 206, 109, 0.42) 60%, transparent 65%, transparent 70%, rgba(121, 191, 253, 0.28) 100%, transparent 100%);

		font-family: 'helvetica neue', helvetica, arial, sans-serif;
		font-size: 0.9rem;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;

		overflow-x: hidden;

		word-break: break-word;
	}

	h1 {
		pointer-events: none;
	}
		h1 img {
			position: fixed;
			z-index: 1;
			top: 0;
			left: 0;
			height: 98.6%;
			width: calc(99% - 2px);
		}
		h1:before {
			content: "";
			position: fixed;
			z-index: 1;
			height: calc(98.5% - 2px);
			width: 1%;
			background-color: black;
			top: 0;
			right: 0;
		}
		h1:after {
			content: "";
			position: fixed;
			z-index: 1;
			height: 1.5%;
			width: 100%;
			background-color: black;
			bottom: 0;
			left: 0;
		}

		.frameLink {
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1;
			width: 100%;
			height: 6.6%;
			cursor: pointer;
		}
			.frameLink::after {
				content: "";
				display: block;
				position: fixed;
				top: 0;
				left: 0;
				width: 6.6%;
				height: 100%;
			}

	.homeButton {
		display: none;
	}

	.bottomMenu {
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: -1px;
		border-bottom: 5px solid;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		border-bottom-right-radius: 75%;
	}
		.bottomMenu a {
			margin-right: .3em;
		}
		.bottomMenu::before {
			/*content: "";
			height: 24px;
			width: calc(100% / 15 * 14 - 62px);
			border-bottom: 1px solid;
			position: fixed;
			display: block;
			margin-top: -25px;
			border-bottom-right-radius: 24px;
			pointer-events: none;*/
		}
		.star {
			display: none;
		}

	.news {
		margin: 1rem 0;
		font-size: 0.75rem;
	}

	.subpagesMenu { display: none; }

		.news:after {
			content: "";
			display: block;
			border-top: 10px solid;
			position: relative;
			left: -1rem;
			width: 60%;
			margin-bottom: -0.5rem;
			margin-top: 1rem;
		}

		.news h3 {
			font-size: 1.2rem;
			border-bottom: 1px solid;
			width: 90%;
			margin: 1rem auto;
			border-bottom-right-radius: 10%;
			padding: 0 0.6em;
			letter-spacing: -1px;
		}

	.introduction {
		font-size: 1.4rem;
		letter-spacing: -1px;
		margin: 1rem 0;
	}

		.introduction:after {
			content: "";
			border-bottom: 1px solid;
			display: block;
			margin-left: 30%;
			position: relative;
			right: -0.6rem;
			border-bottom-right-radius: 100%;
			height: 1rem;
		}

	.highlightedPage {
		margin: 2rem 0;
		border-top: 
	}

	h2 {
		font-size: 1.4rem;
		margin: 1rem 0;
		border-bottom: 1px solid;
		letter-spacing: -1px;
	}
		h2:after {
			content: "";
			display: block;
			border-bottom: 10px solid;
			margin-left: 0.9rem;
			margin-right: -0.6rem;
			border-bottom-right-radius: 30%;
		}
	h3 {
		font-size: 1.2rem;
		margin: 1rem 0;
		letter-spacing: -1px;
		border-bottom: 1px solid;
		border-bottom-right-radius: 100%;
	}
	.information {
		font-size: 0.75rem;
		margin: 1rem 0 1rem 1rem;
	}
	.gallery {
		width: calc(100% + 0.9rem) !important;
		/*max-height: 50vh;*/
		/*overflow: hidden;*/
		margin: 1rem -0.6rem;
	}
		.gallery figure {
			position: relative;
			height: 60vh;
			margin-right: 1rem;
		}

		.gallery img {
			height: 100%;
		}

		figcaption {
			position: absolute;
			bottom: .5rem;
			left: 1rem;
			width: calc(100% - 2rem);
			max-width: 20em;
			font-size: 0.7rem;
			padding: 0rem 0rem 0.1rem 0.1rem;
			color: white;
		}

		.g-scrolling-carousel .items > * {
			flex-shrink: 0;
		}
	.subpage {
		margin: 3rem 0;
	}

	footer::before {
		content: "";
		display: block;
		border-top: 6px solid;
		border-right: 40px solid;
		height: 10px;
		border-bottom-right-radius: 100%;
		border-top-left-radius: 21px;
		margin-bottom: 1rem;
	}

	.translation {
		font-size: 3rem;
		font-weight: bold;
		text-align: right;
		line-height: 0.8em;
	}

	aside.address {
		transform: rotate(-90deg) translate(0%,100%);
		transform-origin: bottom left;
		height: 50vw;
		font-size: .75rem;
	}

}