/* UNDERTON */

.project-underton .article-head-bg {
	background-color: black;
}

.underton-intro {
	background: black url('bg-desktop.jpg') center bottom no-repeat;
	background-size: 100% auto;
}

.wrapper-underton-intro {
	display: flex;
	flex-direction: column;
}

.underton-schema {
	padding: 120px 150px;
}

@media only screen and (max-width: 1240px) {

	.underton-schema {
		padding: 8vw 50px;
	}

}

@media only screen and (max-width: 800px) {

	.underton-schema {
		padding: 10vw 0;
	}

}

@media only screen and (max-width: 600px) {

	.underton-schema {
		padding: 12vw 0;
	}

}

.underton-desktop-top {
	padding: 0 150px;
}

@media only screen and (max-width: 1240px) {

	.underton-desktop-top {
		padding: 0 100px;
	}

}

@media only screen and (max-width: 800px) {

	.underton-desktop-top {
		padding: 0 5%;
	}

}

.underton-desktop-bottom {
	padding: 0 150px;
}

@media only screen and (max-width: 1240px) {

	.underton-desktop-bottom {
		padding: 0 100px;
	}

}

@media only screen and (max-width: 800px) {

	.underton-desktop-bottom {
		padding: 0 5%;
	}

}

.underton-info {
	background-color: white;
	text-align: center;
}

.underton-info-header {
	padding: 80px 0 30px;
}

.underton-info-text {
	max-width: 660px;
	margin: 0 auto;
	padding: 0 0 80px;
}

.underton-site-link {
    font-family: 'roboto-bold';
    color: #000000;
    padding: 10px 30px;
    transition: all 0.2s ease-out;
    border: 1px solid #EEEEEE;
}

.underton-site-link:hover {
    background-color: #00FFBB;
    border: 1px solid #00FFBB;
}

.underton-posters {
	margin-top: 150px;
}

@media only screen and (max-width: 600px) {

	.underton-posters {
		margin-top: 120px;
	}

}

@media only screen and (max-width: 480px) {

	.underton-posters {
		margin-top: 28vw;
	}

}

.wrapper-underton-posters {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 2vw 15% 0;
}

@media only screen and (max-width: 1080px) {

	.wrapper-underton-posters {
		padding: 2vw 5% 0;
	}

}

@media only screen and (max-width: 600px) {

	.wrapper-underton-posters {
		flex-direction: column;
	}

}

.underton-poster-1, .underton-poster-2 {
	width: 47%;
}

@media only screen and (max-width: 600px) {

	.underton-poster-1, .underton-poster-2 {
		width: 100%;
	}

	.underton-poster-2 {
		margin-top: 40px;
	}

}

.underton-show {
	margin-top: 150px;
	background: #F6F6F6 url('bg-underton-app.png') center center no-repeat;
	background-size: 2160px;
	height: 700px;
}

@media only screen and (max-width: 1240px) {

	.underton-show {
		height: 500px;
		background-size: 1280px;
	}

}

@media only screen and (max-width: 960px) {

	.underton-show {
		background: #F6F6F6;
		height: 450px;
	}

}

@media only screen and (max-width: 600px) {

	.underton-show {
		height: auto;
		padding-bottom: 60px;
	}

}

@media only screen and (max-width: 480px) {

	.underton-show {
		margin-top: 28vw;
	}

}

.wrapper-underton-show {
	position: relative;
	text-align: center;
	padding-top: 50px;
}

.underton-mobile-text {
	margin: 30px auto 0;
	max-width: 560px;

}

.underton-app {
	position: relative;
	z-index: 2;
	width: 380px;
	height: 10px;
	margin: 80px auto 0;
}

@media only screen and (max-width: 1240px) {

	.underton-app {
		width: 280px;
		margin: 75px auto 0;
	}

}

@media only screen and (max-width: 960px) {

	.underton-app {
		margin-right: -100px;
	}

}

@media only screen and (max-width: 600px) {

	.underton-app {
		margin-right: auto;
		width: 60%;
		height: auto;
	}

}

.underton-app-img {
	position: absolute;
	top: 0;
	left: 0;
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}

@media only screen and (max-width: 960px) {

	.underton-app-img {
		position: initial;
	}

}

.underton-scene {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 700px;
}

@media only screen and (max-width: 960px) {

	.underton-scene {
		height: 600px;
	}

}

@media only screen and (max-width: 600px) {

	.underton-scene {
		display: none;
	}

}

.underton-scene-info, .underton-scene-image {
	width: 50%;
}

.underton-scene-info {
	display: flex;
	justify-content: flex-end;
	color: #9B9B9B;
}

@media only screen and (max-width: 960px) {

	.underton-scene-info {
		width: 0;
	}

}

@media only screen and (max-width: 960px) {

	.underton-scene-image {
		width: 100%;
	}

}

.underton-scene-info-inner {
	width: 86%;
}

@media only screen and (min-width: 1080px) {

	.underton-scene-info-inner {
		width: 84%;
		max-width: 700px;
	}

}

@media only screen and (max-width: 960px) {

	.underton-scene-info-inner {
		position: absolute;
		bottom: -50px;
		left: 8%;
		width: 42%;
		background-color: black;
		box-sizing: border-box;
		padding: 40px 30px;
	}

}

@media only screen and (max-width: 800px) {

	.underton-scene-info-inner {
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		padding: 40px 8%;
	}

}

.underton-scene-icon {
	font-size: 100px;
	color: #B5B5B5;
	width: 40px;
	transform: rotate(45deg);
	margin-top: 60px;
}

@media only screen and (max-width: 1240px) {

	.underton-scene-icon {
		font-size: 80px;
	}

}

@media only screen and (max-width: 960px) {

	.underton-scene-icon {
		display: none;
	}

}

@media only screen and (max-width: 800px) {

	.underton-scene-icon {
		display: block;
		color: #DDD;
	}

}

.underton-scene-text {
	width: 60%;
	font-style: italic;
	font-size: 30px;
	margin: 50px 0;
}

@media only screen and (max-width: 1240px) {

	.underton-scene-text {
		width: 50%;
		font-size: 24px;
	}

}

@media only screen and (max-width: 960px) {

	.underton-scene-text {
		width: 100%;
		margin-top: 0;
	}

}

@media only screen and (max-width: 800px) {

	.underton-scene-text {
		font-size: 22px;
		width: 60%;
		margin-top: 50px;
		color: #DDD;
	}

}

.underton-scene-note {
	width: 56%;
	font-style: italic;
	font-size: 20px;
}

@media only screen and (max-width: 1240px) {

	.underton-scene-note {
		width: 50%;
		font-size: 18px;
	}

}

@media only screen and (max-width: 960px) {

	.underton-scene-note {
		width: 100%;
	}

}

@media only screen and (max-width: 800px) {

	.underton-scene-note {
		font-size: 16px;
		color: #BBB;
	}

}

.underton-scene-image {
	background: url('underton-scene-image-1.jpg') left center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 960px) {

	.underton-scene-image {
		background-size: 105%;
	}

}

@media only screen and (max-width: 800px) {

	.underton-scene-image {
		background-size: cover;
	}

}

.underton-branding {
	margin-top: 180px;
}

@media only screen and (max-width: 960px) {

	.underton-branding {
		margin-top: 200px;
	}

}

@media only screen and (max-width: 800px) {

	.underton-branding {
		margin-top: 150px;
	}

}

@media only screen and (max-width: 800px) {

	.underton-branding {
		margin-top: 28vw;
	}

}

.wrapper-underton-branding {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 2vw 15% 50px;
}

@media only screen and (max-width: 1080px) {

	.wrapper-underton-branding {
		padding: 2vw 5% 0;
	}

}

@media only screen and (max-width: 960px) {

	.wrapper-underton-branding {
		flex-direction: column-reverse;
	}

}

.underton-visit-1, .underton-visit-2 {
	width: 47%;
}

.underton-visit-1, .underton-visit-2 {
	filter: drop-shadow(0 3px 8px rgba(0,0,0,0.2));
}

@media only screen and (max-width: 960px) {

	.underton-visit-1, .underton-visit-2 {
		width: 100%;
	}

	.underton-visit-1 {
		margin-top: 40px;
	}

}

.underton-social {
    margin-top: 50px;
}

.underton-bm {
    box-sizing: border-box;
    padding: 0 10%;
}

.bm {
    max-width: 100%;
    max-height: 100%;
}

.underton-social-desc {
    /* background: url('bg-concrete.jpg') right center no-repeat; */
    background-size: cover;
    box-sizing: border-box;
    padding: 0 10% 80px;
}

.underton-rotation {
    max-width: 100%;
}

.prelive {
    height: 36px;
}

.underton-live {
    background-color: #000000;
}

.underton-live-desc {
    margin: 180px auto 195px;
    position: relative;
}

.underton-live-desc::before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #444444;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -70px;
}

.underton-live-desc::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #444444;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -85px;
}

.underton-live-text {
    margin-top: 30px;
}

.underton-sets {
    margin-bottom: 120px;
}

.underton-stories {
    width: 80%;
    margin: 120px auto -30%;
}

.underton-logo {
	margin: calc(200px + 30%) auto 100px;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 480px) {

	.wrapper-underton-logo {
		margin: 40vw auto 20vw;
	}

}

.underton-logo-img {
	width: 40%;
	position: relative;
    left: 6px;
}

@media only screen and (max-width: 960px) {

	.underton-logo-img {
		width: 60%;
	}

}

@media only screen and (max-width: 600px) {

	.underton-logo-img {
		width: 80%;
	}

}

.underton-subheader {
    font-family: 'helvetica-regular';
    font-size: 24px;
    padding: 40px 0 24px;
}

.underton-tool {
    display: inline-block;
    border: 1px solid #BBBBBB;
    margin: 8px 4px 0 0;
    padding: 8px 10px 4px;
    font-family: 'helvetica-medium';
    font-size: 14px;
    line-height: 18px;
    background: white;
    box-shadow: 2px 2px 0 #BBBBBB;
    
}
