@charset "utf-8";

/* menu */

.back-menu {
	position: absolute;
	right: 20px;
}

.studio-anchor {
	padding-top: 180px;
	margin-top: -180px;
}

/* logo */

.logo-studio {
	max-width: 280px !important;
	max-height: 80px;
	margin: 0px 50px 20px 50px !important;
	background-repeat: no-repeat;
}

.logo-studio.scrolled {
	max-width: 280px !important;
	max-height: 80px;
	margin: 0px 50px 20px 50px !important;
	background-repeat: no-repeat;
}


/* testimonials */

.testimonials-studio {
	padding-top: 25px;
	overflow-x: hidden;
}

.testimonials-studio-holder {
	background-image: url("../img/testimonial-bg.svg");
	background-color: #cccccc;
	background-blend-mode: darken;
  	background-size: 100%, 100%;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
	min-height: 100px;
}

.testimonials-studio p span {
	color: #0066a1;
	font-size: 0.8rem;
}


/* studio */

#body20-hero .studio-pages-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 300px;
	overflow: hidden;
	background-image: url("../img/studio-page-hero-b.jpg");
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}

.location-holder {
	background-color: #cccccc;
	background-blend-mode: darken;
  	background-size: 100%, 100%;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
	min-height: 255px;
}

.studio-owners {
	float: left;
	display: inline-block;
	margin-right: 30px;
}

.studio-owners h3 {
	color: #00b0f0 !important;
	font-size: 22px !important;
	text-align: center;
	line-height: 24px !important;
}

.studio-owners h3 span {
	color: #333333;
	font-size: 16px;
}

/* responsive */

@media screen and (max-width: 1450px) {
	.back-menu {
		position: relative !important;
		right: 20px;
	}
}
	
@media screen and (max-width: 360px) {
	.logo-studio {
		max-width: 200px !important;
		margin: 10px 10px 20px 10px !important;
	}

	.logo-studio.scrolled {
		max-width: 200px !important;
		margin: 10px 10px 20px 10px !important;
	}
	
	.back-menu {
		position: relative !important;
		right: 0px !important;
	}
	
	.studio-content h1 {
		font-size: 2.4rem !important;
	}
	
	.studio-bio {
		margin-top: -50px !important;
	}
	
	.studio-bio p {
		font-size: 1rem !important;
	}
	
	.testimonials-studio-holder {
		min-height: 380px !important;
	}
	
	
	
}
