@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #F4F0E0;
}
img, video {
	display: block;
}

@media only screen and (min-width: 1200px) {
	.top {
		position: fixed;
		right: 3vw;
		bottom: 0.5vw;
		transform: rotateZ(-90deg);
		z-index: 100;
	}
	.top a:link, .top a:visited {
		color: #F26A35;
		font-family: "futura-pt", sans-serif;
		text-decoration: none;
		font-weight: 700;
		font-style: normal;
		font-size: 5vw;
	}
	.top a:hover, .top a:active {
		color: #AEB623;
		font-family: "futura-pt", sans-serif;
		text-decoration: none;
		font-weight: 700;
		font-style: normal;
		font-size: 5vw;
	}

	.menu, .info, .designer, .crawl, .footer {
		width: 100%;
		position: relative;
	}

	.menu {
		display: grid;
		grid-template-columns: 68% 10% 13% 9%;
		height: 5.5vw;
	
	background-image: -webkit-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color:#f4f0e0;
		font-family: "futura-pt", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 2vw;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#F26A35;
		font-family: "futura-pt", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 2vw;
		text-decoration: none;
	}
	
	.menu img {
		width: 3vw;
		height: auto;
	}
	.landing {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.landing video {
		width: 100%;
		height: auto;

	}

	.info {
		display: grid;
		grid-template-columns: 50% 50%; 
		background-color: #F4F0E0;
	}
	.info div {
		border: 1px solid #134C5A;
		padding: 5%;
	}
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		color: #134C5A;
		font-family: interstate-condensed, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.8vw;
				padding-left: 1vw;
		padding-right: 1vw;
	}
	.info span {
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 5.3vw;
		padding-left: 1vw;
		padding-right: 1vw;
	}
	.info img {
		width: 100%;
		height: auto;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.info .name {
		display: grid;
		grid-template-columns: 50% 50%; 
	}
	.crawl img {
		width: 100%;
		height: auto;
	}

	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.group video{
		width: 100%;
		height: auto;
	}
	

	.designer {
		display: grid;
		grid-template-columns: 33.33% 33.34% 33.33%; 
		background-color: #F4F0E0;

	}
	.designer img {
		width: 100%;
		height: auto;

	}
	.designer .space {
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 15%;
	}
	.designer p {
		color: #134C5A;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.8vw;

	}
	.footer {
		display: grid;
		grid-template-columns: 20% 20% 20% 40%; 
		background-color: #134C5A;
		
	}
	.footer p {
		font-family: interstate-condensed, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.8vw;
		padding: 20%;

	}
	.footer .middle {
		display: flex;

		align-items: center;
	}
	.footer .middle img {
		width: 80%;
		height: auto;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;
		color: #FFFFFF;
		font-family: "futura-pt", sans-serif;
		font-weight: 200;
		font-style: normal;
		font-size: 1.3vw;
		padding-bottom: 1vw;
		padding-right: 2vw;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1199px) {
	.top {
		position: fixed;
		right: 3vw;
		bottom: 0.5vw;
		transform: rotateZ(-90deg);
		z-index: 100;
	}
	.top a:link, .top a:visited {
		color: #F26A35;
		font-family: "futura-pt", sans-serif;
		text-decoration: none;
		font-weight: 700;
		font-style: normal;
		font-size: 5vw;
	}
	.top a:hover, .top a:active {
		color: #AEB623;
		font-family: "futura-pt", sans-serif;
		text-decoration: none;
		font-weight: 700;
		font-style: normal;
		font-size: 5vw;
	}

	.menu, .info, .designer, .crawl, .footer {
		width: 100%;
		position: relative;
	}

	.menu {
		display: grid;
		grid-template-columns: 66% 10% 14% 10%;
		height: 5.5vw;
	
	background-image: -webkit-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color:#f4f0e0;
		font-family: "futura-pt", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 2.5vw;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#F26A35;
		font-family: "futura-pt", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 2.5vw;
		text-decoration: none;
	}
	
	.menu img {
		width: 3vw;
		height: auto;
	}
	.landing {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.landing video {
		width: 100%;
		height: auto;
	}

	.info {
		display: grid;
		grid-template-columns: 50% 50%; 
		background-color: #F4F0E0;
	}
	.info div {
		border: 1px solid #134C5A;
		padding: 5%;
	}
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		font-family: interstate-condensed, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.8vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.info span {
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 4.9vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.info img {
		width: 100%;
		height: auto;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.info .name {
		display: grid;
		grid-template-columns: 50% 50%; 
	}
	
	.crawl img {
		width: 100%;
		height: auto;
	}
	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.group video{
		width: 100%;
		height: auto;
	}
	.designer {
		display: grid;
		grid-template-columns: 33.33% 33.34% 33.33%; 
		background-color: #F4F0E0;

	}
	.designer img {
		width: 100%;
		height: auto;

	}
	.designer .space {
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 15%;
	}
	.designer p {
		color: #134C5A;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 1.8vw;

	}
	.footer {
		display: grid;
		grid-template-columns: 20% 20% 20% 40%; 
		background-color: #134C5A;
		
	}
	.footer p {
		font-family: interstate-condensed, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.8vw;
		padding: 20%;

	}
	.footer .middle {
		display: flex;

		align-items: center;
	}
	.footer .middle img {
		width: 80%;
		height: auto;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;
		color: #FFFFFF;
		font-family: "futura-pt", sans-serif;
		font-weight: 200;
		font-style: normal;
		font-size: 1.3vw;
		padding-bottom: 1vw;
		padding-right: 2vw;
	}
}

@media only screen and (max-width: 600px) {
	.top {
		position: fixed;
		right: 3vw;
		bottom: 0.5vw;
		transform: rotateZ(-90deg);
		z-index: 100;
	}
	.top a:link, .top a:visited {
		color: #F26A35;
		font-family: "futura-pt", sans-serif;
		text-decoration: none;
		font-weight: 700;
		font-style: normal;
		font-size: 50px;
	}
	.top a:hover, .top a:active {
		color: #AEB623;
		font-family: "futura-pt", sans-serif;
		text-decoration: none;
		font-weight: 700;
		font-style: normal;
		font-size: 50px;
	}

	.menu, .info, .designer, .crawl, .footer {
		width: 100%;
		position: relative;
	}

	.menu {
		display: grid;
		grid-template-columns: 26% 20% 26% 28%;
		height: 9vw;
	
	background-image: -webkit-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(243,111,55,1.00) 0%,rgba(211,223,71,1.00) 35.36%,rgba(245,197,206,1.00) 71.85%,rgba(98,203,229,1.00) 100%);
	}
	.menu div {
		display: flex;
		align-items: center;
	}
	.menu a:link, .menu a:visited {
		color:#f4f0e0;
		font-family: "futura-pt", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 3.9vw;
		text-decoration: none;
	}
	.menu a:hover, .menu a:active {
		color:#F26A35;
		font-family: "futura-pt", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 3.9vw;
		text-decoration: none;
	}
	
	.menu img {
		width: 6.3vw;
		height: auto;
	}
	.landing {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.landing video {
		width: 100%;
		height: auto;
	}

	.info {
		background-color: #F4F0E0;
	}
	.info div {
		border: 1px solid #134C5A;
		padding: 2%;
	}
	.info .merge {
		grid-column: span 2;
	}
	.info p {
		font-family: interstate-condensed, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 3.5vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.info span {
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 10vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.info img {
		width: 100%;
		height: auto;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.info .name {
		display: grid;
		grid-template-columns: 50% 50%; 
	}
	.info .hide {
		display: none;
	}
	
	.crawl img {
		width: 100%;
		height: auto;
	}
	.group {
		width: 100%;
		position: sticky;
		top: 0px;
		z-index: -1;
	}
	.group video{
		width: 100%;
		height: auto;
	}
	.designer {
		display: grid;
		grid-template-columns: 33.33% 33.34% 33.33%; 
		background-color: #F4F0E0;
	}
	.designer img {
		width: 100%;
		height: auto;

	}
	.designer .space {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 7%;
	}
	.designer p {
		color: #134C5A;
		font-family: "futura-pt", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 3vw;

	}
	.footer {
		background-color: #134C5A;
		
	}
	.footer .hide {
		display: none;

	}
	.footer .middle {
		display: flex;
		align-items: center;
	}
	.footer .middle img {
		width: 45%;
		height: auto;
		margin: 5vw;
	}
	.copyright {
		position: absolute;
		right: 0px;
		bottom: 0px;
		color: #FFFFFF;
		font-family: "futura-pt", sans-serif;
		font-weight: 200;
		font-style: normal;
		font-size: 2.5vw;
		padding-bottom: 1vw;
		padding-right: 2vw;
	}
}
