@media all and (min-width: 768px) {

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

	p {
		max-width: 40em;
	}

	body {
		margin: 0;
		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;

		word-break: break-word;
	}
		body:after {
			content: "";
			position: fixed;
			z-index: 1;
			width: 2px;
			height: calc(91.9% - 2px);
			background: black;
			bottom: calc(1.5% + 2px);
			opacity: 0.9;
			right: 20%;
		}

	h1 {
		pointer-events: none;
	}
		h1 img {
			position: fixed;
			z-index: 1;
			top: 0;
			left: 0;
			height: 98.6%;
			width: calc(99% - 2px);
			z-index: 2;
		}
		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%;
			}

	.introduction {
		font-size: 2rem;
		letter-spacing: -1px;
	}

		.introduction p:first-child {
			margin-top: 0;
		}

		.introduction + .highlightedPage {
			margin-top: 2rem;
		}
		.introduction + .highlightedPage::before {
			content: "";
			border-bottom: 8px solid;
			display: block;
			margin-bottom: 2rem;
			border-bottom-left-radius: 100%;
			height: 3px;
		}

	.homeButton {
		height: 2.5rem;
		width: 2.5rem;
		position: fixed;
		z-index: 1;
		background: rgba(255,255,255,0.5);
		top: 2%;
		right: 94%;
		border-radius: 50%;
		border-bottom: 2px solid;
		border-top: 1px solid;
		border-left: 2px solid;
		border-right: 0px solid;
	}

	.bottomMenu {
		position: fixed;
		z-index: 1;
		bottom: 1.5%;
		background: rgba(255, 255, 255,0.5);
		width: calc(100% / 15 * 14 - 20% + 1px);
		right: 20%;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: -1px;
		border-top: 1px solid;
	}
		.bottomMenu a {
			margin: 0 0.2em;
		}
		.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 {
			position: absolute;
			width: 40px;
			top: 0;
			right: 0;
			transform: translate(19px,-20px);
		}

	aside.address {
		position: fixed;
		transform: rotate(-90deg);
		bottom: 1.4%;
		transform-origin: bottom left;
		left: 99%;
		padding: 4px;
		font-size: 10px;
		line-height: 12px;
		width: 155px;
	}
		body > footer::after {
			content: "";
			width: calc(19% - 4px);
			height: 1%;
			background: black;
			position: fixed;
			bottom: 160px;
			right: calc(1% + 1px);
		}

	main {
		margin-left: calc(100% / 15);
		margin-top: calc(100vh / 15);
		margin-right: 20%;
		padding: 1rem;
	}
		main::after {
			content: "";
			border-top: 1px solid;
			display: block;
			width: 50%;
			margin: auto;
			margin-top: 19vh;
			margin-bottom: 23vh;
			border-top-left-radius: 25%;
			height: 50px;
		}

	main > aside {
		position: fixed;
		top: calc(100% / 15);
		right: 1%;
		width: 19%;
		height: calc(100% / 15 * 14 - 160px - 1%);
		overflow: auto;
	}

	h2 {
		font-size: 2rem;
		margin: 0 -23px 0rem 2rem;
		border-bottom: 1px solid;
		border-bottom-right-radius: 100%;
		letter-spacing: -1px;
	}
	.information {
		font-size: 0.75rem;
		margin: 1rem 0 1rem 4rem;
	}
	.gallery {
		width: calc(100% + 2rem) !important;
		/*max-height: 50vh;*/
		/*overflow: hidden;*/
		margin: 1rem -1.1rem;
	}
		.gallery figure {
			position: relative;
			height: 40vh;
			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;
		}

	p { margin-top: 1rem; }

	.subpages {
		margin-left: 1rem;
		border-top: 1px solid;
		margin-top: 2rem;
		margin-right: 0rem;
		border-top-right-radius: 10%;
	}
	h3 {
		font-size: 1.5rem;
		letter-spacing: -1px;
		margin-left: 2rem;
	}
	.subpages .gallery {
		width: calc(100% + 3rem) !important;
		margin: 1rem -1rem 1rem -2.1rem;
	}
	.subpage:first-child {
		padding-top: 2.75rem;
	}

	.subpage + .subpage {
		padding-top: 1rem;
	}

	.subpage + .subpage::before {
		content: "";
		display: block;
		border-bottom: 1px solid;
		border-bottom-left-radius: 100%;
		height: 0.4rem;
		margin-bottom: 1rem;
		width: 35%;
		margin-left: -3rem;
	}

	.subpagesMenu, .news {
		padding: 0.4rem;
		font-size: 0.75rem;
	}

	.subpagesMenu h3, .news h3 {
		margin: 0;
		margin-bottom: .8rem;
		line-height: 1em;
		border-bottom: 1px solid;
		border-bottom-right-radius: 30%;
	}

	h4 {
		letter-spacing: -0.5px;
		margin: 0.5rem 0 0 .5rem;
	}

	.translation {
		position: fixed;
		bottom: 1.5%;
		left: 80%;
		font-size: 2rem;
		font-weight: bold;
	}

}