@charset "UTF-8";

* {-webkit-font-smoothing: antialiased;}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 18px;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 80%;
}

p.quote {
	font-style: italic;
}

p.nyt_small {
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}

img.contain {
	object-fit: contain;
	width: 100%;
}

a {
	color: #A90002;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s;
}

/* TODO: Maybe kill this? */
a.nav_active {
	font-family: 'Oranienbaum', serif;
	font-weight: 200;
	text-decoration: none;
	font-size:25px;
	color: #A90002;
}

a.nav {
	font-family: 'Oranienbaum', serif;
	font-weight: 200;
	text-decoration: none;
	font-size:25px;
	color: #000000;
	
}

a.nav:hover {
	color: #A90002;
	
}

a.button {
	margin-top: 20px;
	font-family: 'Oranienbaum', serif;
	font-weight: 200;
	text-decoration: none;
	font-size: 2vw;
	color: #A90002;
	border: solid 2px;
	padding: 20px;
	background-color: #ffffff;
}

a.button:hover {
	color: #ffffff;
	background-color: #A90002;
	transition: 0.3s;
	border-color: #A90002;
}

a.splash_book {
	opacity: 0.9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	/*color: #A90002;*/
  color: #ffffff;
	/*border: solid 2px;*/
	padding: 20px;
	/* padding-right: 40px; */
	/* padding-left: 40px; */
	/*background-color: #ffffff;*/
	background-color: #a90002;
}

a.splash_book:hover {
	color: #ffffff;
	/*background-color: #A90002;*/
  background-color: #830000;
	transition: 0.3s;
	/*border-color: #000000;*/
}

a.shadow_border {
	color: #000000;
	border: solid 2px #ABABAB;
	/* border-radius: 10px; */
	box-shadow: 10px 10px 10px #BCBCBC;
}

a.shadow_border:hover {
	box-shadow: 5px 5px 5px #bcbcbc;
}


a.website {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 22px;
	color: #A90002;
}

a.link {
	text-decoration: none;
	color: #A90002;
}

a.link:hover {
	color: #000000;
	transition: 0.3s;
}

a:hover {
	color: #000000;
	transition: 0.3s;
}

a.grid {
	text-decoration: none;
}

a.footer {
	text-decoration: none;
	color: #000000;
}

a.footer:hover {
	color: #A90002;
	transition: 0.3s;
}

section {
    width: 80%;
    margin-left: 10%;

}

h1 {
	font-family: 'Oranienbaum', serif;
	font-weight: 200;
	font-size: 3rem;
	color: #A90002;
	letter-spacing: 2px;
}

h1.headline {
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	color: #000000;
	font-size: 2.1rem;
	letter-spacing: normal;
	line-height: 125%;
}


.no_bottom {
	margin-block-end: 0em;
	line-height: 0.2;
}

.more_bottom {
	padding-bottom: 1rem;
}


h2 {
	font-family: 'Oranienbaum', sans-serif;
	font-weight: 200;
	font-size: 1.6rem;
	color: #A90002;
}

h2.tagline {
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	color: #000000;
	font-size: 1.4rem;
	line-height: 125%;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 18px;
	color: #000000;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 14px;
	color: #000000;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 24px;
	color: #000000;
}

h6 {
	font-family: 'Oranienbaum', sans-serif;
	font-weight: 700;
	font-size: 22px;
  text-transform: uppercase;
	color: #ffffff;
	animation: fadeIn 2s;
  /* to get things closer together */
  margin-block: 0px;
  /* Padding not necessary anymore */
	/*padding: 0% 5% 0%;*/
}

strong {
	font-weight: 400;
	font-size: 1.5rem;
}

#brand_logo {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pp_logo {
  display: block;
  width: 175px;
  height: 85px;
  background-size: 175px 85px;
  opacity: 1;
  background-image: url("images/logo_text_black.png");
  background-position: 50%;
  background-repeat: no-repeat;
}

ul.nav_items {
  display: block;
  text-align: center;
  padding-inline-start: 0px;
  margin-block: 0;
}

.main_bar a {
  display: inline-block;
  font-family: "Oranienbaum", serif;
  color: #000000;
}

.main_bar a:hover {
  color: #a90002;
}

.main_bar li {
  display: inline-block;
  margin: 0 20px;
}

.main_bar {
  height: 50px;
  border-top: 1px solid rgba(0,0,0,.05);
  top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navigation_desktop {
  position: fixed;
  width: 100%;
  height: 135px;
  top: inherit;
  background-color: #ffffff;
  transition: top 0.3s;
  border-bottom: solid 1px #222222;
  z-index: 1000;
  opacity: 0.9;
  display: block;
}

#navigation_mobile {
  display: none;
}

/* Splash Screen Styles and Animation */

.easeload{
    opacity: 0;
    -webkit-transition: all 2s ease; 
    -moz-transition: all 2s ease; 
    -ms-transition: all 2s ease; 
    -o-transition: all 2s ease; 
    transition: all 2s ease;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


.splash_header {
	width: 100%;
	height: 100vh;
	/*height: calc(100vh - 135px);*/
  /*margin: 90px auto 0;*/
	/*max-height: 100%;*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	z-index: -1;
}

.header_content {
	text-align: center;
	width: 100%;
	height: calc(100vh - 135px);
	margin: 90px auto 0;
  padding-top: 10px;
  /* Display Flex causes this to overflow and not look right with the new heading */
	display: flex;
  flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.splash_text {
	color: #FFFFFF;
	font-size: 4rem;
	font-weight: 400;
	animation: fadeIn 1s;
}

#home_splash {
	background-image: url(images/carousel/frame1.jpg);
	filter: blur(0px);
	-webkit-filter: blur(0px);
	transition: background-image 1s;
  -webkit-filter: brightness(80%);
  filter:brightness(80%);
}

#tuning_splash {
	background-image: url(images/tuning.jpg);
}

#store_splash {
	background-image: url(images/store_trial.jpg);

}

#story_splash {
	filter: blur(4px);
	-webkit-filter: blur(4px);
	background-image: url(images/steinbrownsmall.jpg);
}

.book_now {
	margin-top: 3rem;
}

#scroll_arrow {
	width: 5%;
	position: absolute;
	top: 90%;
	z-index:100;
	/* Wes Anderson Style */
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
}

.arrow {
	width: 100%;
	height:100%;
}

.cover {
	/* min-width: 400px;*/
	/*width: 40%;*/
  width: 400px;
}

#scroll {
	position: absolute;
	top: 90vh;
}

.logo_text {
	position: absolute;
	top: 80vh;
	left: 80%;
}

.logo {
	margin-top: 5%;
}

#contact {
	margin-bottom: 5%;
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-top: 5%;
	display: block;
}

#scrolling_reviews, #mover_carousel {
  position: relative;
  text-align: center;
  height: 500px;
}

#mover_carousel {
  height: 80vh;
}

.swiper {
  width: 600px;
  height: 400px;
  align-items: center;
  justify-content: center;
}

.mover_swiper {
  width: 100%;
  height: 80vh;
  align-items: center;
  justify-content: center;
}

/*.mover_slide {*/
/*  font-weight: 800;*/
/*}*/

/* TODO: DELETE */ 
/*.review.one, .review.two, .review.three {*/
/*  position: absolute;*/
/*  display: block;*/
/*  animation-duration: 30s;*/
/*  animation-timing-function: ease-in-out;*/
/*  animation-iteration-count: infinite;*/
/*  height: 0rem;*/
/*  max-height: 100dvh;*/
/*  margin: auto;*/
/*  width: 80%;*/
/*  margin-left: 10%;*/
/*}*/
/**/
/*.review.one {*/
/*  animation-name: anim-1;*/
/*}*/
/**/
/*.review.two {*/
/*  animation-name: anim-2;*/
/*}*/
/**/
/*.review.three {*/
/*  animation-name: anim-3;*/
/*}*/

.reviewer {
  text-align: right;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 1rem;
}

@keyframes anim-1 {
  0%, 8.3% { margin-left: -100%; opacity: 0; }
  8.3%,25% { margin-left: 10%; opacity: 1; }
  33.3%, 100% {margin-left: 110%; opacity: 0; }
}
@keyframes anim-2 {
  0%, 33.3% { margin-left: -100%; opacity: 0; }
  41.63%, 58.29% { margin-left: 10%; opacity: 1; }
  66.66%, 100% {margin-left: 110%; opacity: 0; }
}
@keyframes anim-3 {
  0%, 66.6% { margin-left: -100%; opacity: 0; }
  74.95%, 91.62% { margin-left: 10%; opacity: 1; }
  100% {margin-left: 110%; opacity: 0; }
}

#contact_us {
    background-color: #ffffff;
}

#index_location_container {
	text-align: center;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-size: 100% 100%;
	background-image: url(images/roof.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index_location_text {
    margin: auto;
    width: 80%;
    /*padding-top: 200px;*/
    background-clip: content-box;
    background-color: #ffffff;
    opacity: 0.8;
}

.movers_pic {
  width: 100%;
  height: 80vh;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.movers_pic.pic1 {
  background-image: url("images/carousel/movers1.jpg");
  background-position: 50% 50%;
}

.movers_pic.pic2 {
  background-image: url("images/carousel/movers2.jpg");
  background-position: 50% 10%;
}

.movers_pic.pic3 {
  background-image: url("images/carousel/movers3.jpg");
}

.movers_pic.pic4 {
  background-image: url("images/carousel/movers4.jpg");
}

.movers_overlay {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 10;
  color: #FFFFFF;
  top: 50%;
  transform: translate(0%, -50%);
}

#piano_mover_pic {
  width: 100%;
  height: 80vh;
  max-height: 100%;
  background-size: 100% 100%;
  background-position: 50% 20%;
  background-image: url("images/pianomovers.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#index_map {
	/*height: 100vh;*/
	
	/*
	background-size: 100% 100%;
	*/
	background-image: url(images/roof.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}

#index_map_google_text {
	padding-top: 0%;
	/*
	height: 1000px;
	width: 50%;
	margin-left: 50%;
	opacity: 0.8;
	*/
	background-color: #ffffff;

}

#index_map_img {
	object-fit: cover;
	overflow: hidden;
}

#index_feature {
	margin-top: 5%;
	text-align: center;
	width: 100%;
	margin-left: 0%;
}

#roof {
	margin-top: 5%;
	text-align: center;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-size: 100% 100%;
	background-image: url(images/roof.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.label_padding {
	display: inline-block;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.index_buttons {
	display: flex;
	margin: 5% 10%;
	justify-content: space-between;
	text-align: center;
	gap: 40px;
	font-size: 1.25rem;
}

.book_button {
	text-align: center;
	font-weight: 400;
	padding: 10px;
	color: #A90002;
	border: solid 2px #a90002;
	transition: all .5s;
}

.book_button:hover {
	border: solid 2px #000000;
	background-color: #A90002;
	color: #ffffff;
}


/* Community Link Cards CSS */

ul.card_list {
	list-style: none;
	padding-bottom: 4rem;
}

.card_list li {
	display: inline-block;
	font-size: 1rem;
	padding: 0 0.75rem;
}

.link_card {
	width: 360px;
	height: 400px;
	background: #000;
	position: relative;
}

.link_card .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.link_card .image img {
	width: 100%;
	transition: .5s;
}
.link_card:hover .image img {
	opacity: .5;
	transform: translateX(30%);
}

.link_card .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px; /*100%*/
    height: 100%;
    background: #c4d4e0;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
}

.link_card:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}
.link_card .details .center {
    padding: 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 160px;
}
.link_card .details .center h1 {
    margin: 0;
    padding: 0;
    color: #A90002;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.link_card .details .center h1 span {
    font-size: 14px;
    color: #262626;
}
.link_card .details .center p {
    margin: 10px 0;
    padding: 0;
    color: #262626;
}
.link_card .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}
.link_card .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}
.link_card .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}
.link_card .details .center ul li a:hover {
    background: #ff3636;
}


/*Ecwid CSS*/


.ec-confirmation,
.label__text,
.ec-pager,
.grid-product__textblock {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.grid-product__title-inner,
.grid-product__price-amount {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	text-decoration: none;
	font-size:2vw;
	color: #000000;
}

.grid-product__wrap {
	border: solid 1px #000000;
}

.product-details__sidebar {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.form-control__button-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

/*.form-control__button-text {
	position: absolute;
	visibility: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.form-control__button-text:before {
	content: "Learn More";
	visibility: visible;
	text-align: center;
}
*/

.ec-cart {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}
/**/
/*.ec-cart__next {*/
/*	display: none;*/
/*}*/
/**/
.ecwid-Product-143478572 {
	width: 800px;
}

form {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.ecwid-btn--primary,
.form-control__button {
	font-family: 'Oranienbaum', serif !important;
	font-weight: 200 !important;
	text-decoration: none !important;
	font-size: 2vw !important;
	color: #A90002 !important;
	border: solid 2px !important;
	padding: 4% !important;
	background: #ffffff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: 0.3s !important;
}

.ecwid-btn--primary:hover,
.form-control__button:hover {
	border: solid 2px #A90002 !important;
	color: #ffffff !important;
	background: #A90002 !important;
}


.ecwid-title,
.ecwid-productBrowser-price {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

/* .ec-cart-item__price, */
/* .ec-cart-summary__body, */
/* .ec-cart-item__count-inner { */
/* 	display: none !important; */
/* } */

/* The Pianos CSS */

#pianos_1 {
	text-align: center;
	margin-top: 5%;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 5%;
}

.store_header {
	text-align: center;
}

#store_container {
	z-index: 9999 !important;
	display: block;
	padding: 1% 5% 0%;
}

#story_text, #mover_text {
	margin-left: 10%;
	margin-top: 5%;
	width: 80%;
	text-align: center;
	font-size: 1.5rem;
}

/* The Story CSS */

iframe {
	background-color: black;
	/* margin: auto; */
	border: none;
}

iframe.story {
	width: 80%;
	aspect-ratio: 16/9;
}

.service_vid {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

iframe.service {
	margin: auto;
}

/* .story_video iframe { */
/* 	width: 100%; */
/* 	height: 100%; */
/* 	position: absolute; */
/* } */

#index_3 {
}

.diptych {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

.diptych_element65 {
	width: 65%;
}


.diptych_element35 {
	width: 35%;
}

.article_view {
	margin: 0% 5%;
}



#index_3_text {
	margin-top: 5%;
	width: 80%;
	margin-left: 10%;
}


#index_4_img {
	margin-top: 5%;
	width: 100%;
}

#index_4_text {
	margin-top: 5%;
	width: 80%;
	margin-left: 10%;
}

/* Community/Tuning CSS */

#community_1_img {
	text-align: center;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-size: 100% 100%;
	background-image: url(images/tuning.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#community_text {
	margin-left: 10%;
	margin-top: 5%;
	width: 80%;
	text-align: center;
}

#community_educators,
#community_technicians,
#community_movers,
#tuning_services {
	margin-top: 5%;
	margin-bottom: 10%;
	text-align: center;
	width: 80%;
	margin-left: 10%;
}

.serviceList {
	margin: auto;
	text-align: left;
	width: 100%;
}

#service_list {
	text-align: left;
}

.service {
  border-bottom: 1px dotted #aaa;

	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 20px;
	color: #000000;
}

.service .name {
  font-weight: bold;
}

.service .price {
  float: right;
}

#policies {
  text-align: center;
  width: 90%;
  margin: auto;
}

/* Educators CSS */
/**/
/*#educator_img {*/
/*	float: left;*/
/*	width: 40%;*/
/*	height: auto;*/
/*}*/
/**/
/*#educator_bio {*/
/*	width: 50%;*/
/*	float: left;*/
/*	margin-left: 5%;*/
/*}*/

/* Footer CSS */

#footer_old {
	margin-top: 5%;
    width: 100%;
    height: 120px;
	background-color: #ffffff;
	border-top: solid 2px #000000;
	font-size: 0.75rem;
}

#footer {
	margin-top: 5%;
    /* height: 120px; */
	background-color: #ffffff;
	border-top: solid 2px #000000;
	font-size: 0.75rem;
}

#footer_container {
	display: flex;
	justify-content: space-between;
	margin: 5%;
	margin-top: 1rem;
}
#footer_info {
	width: 90%;
	margin-left: 5%;
}

#footer_address {
	text-align: left;
  flex: 1 1 0;
  width: 0;
}

#footer_sitemap {
	text-align: center;
  flex: 1 1 0;
  width: 0;
}

#footer_social {
	text-align: right;
  flex: 1 1 0;
  width: 0;
}

/* Form CSS */

form {
}

input:focus,
textarea:focus {
	outline:none;
	}

input, textarea {	
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 20px;
	color: #000000;
	border: solid 1px #B3B3B3;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 2px solid #A90002;
  border-radius: 0px;
}

input[type=submit] {
	background-color: #A90002;
	color: #ffffff;
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
}

/* Mobile CSS begins here. */

		@media only screen and (max-width: 1024px) {
			
		#navigation_mobile {
      display: block;
      position: fixed;
      width: 100%;
      height: 65px;
      background-color: #282828;
      z-index: 1000;
      box-shadow: 0px 2px 10px #282828;
    }

    #navigation_desktop {
      display: none;
    }

    #menu_toggle {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 25px;
      left: 25px;
      z-index: 1;
      -webkit-user-select: none;
      user-select: none;
    }

    #menu_toggle input {
      display: flex;
      width: 40px;
      height: 32px;
      position: absolute;
      cursor: pointer;
      opacity: 0;
      z-index: 2;
    }

    #menu_toggle span {
      display: flex;
      width: 29px;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
      /*background: #000000;*/
      background: #FFFFFF;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
    }

    #menu_toggle span:first-child {
      transform-origin: 0% 0%;
    }

    #menu_toggle span:nth-last-child(2) {
      transform-origin: 0% 100%;
    }

    #menu_toggle input:checked ~ span {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #36383F;
    }
    #menu_toggle input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menu_toggle input:checked ~ span:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, -1px);
    }

    #mobile_menu {
      position: fixed;
      width: 100px;
      height: 100vh;
      box-shadow: 0 0 10px #85888C;
      margin: -50px 0 0 -50px;
      padding: 50px;
      padding-top: 125px;
      background-color: #ffffff;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

    #mobile_menu li
    {
			font-family: 'Oranienbaum', sans-serif;
      list-style-type: none;
      padding: 10px 0;
      transition-delay: 2s;
      
    }

    #menu_toggle input:checked ~ ul
    {
      transform: none;
    }

    .mobile_brand_logo {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pp_logo {
      width: 134px;
      height: 65px;
      /*background-image: url("images/logo_text_black.png");*/
      background-image: url("images/logo_text_white.png");
      background-size: 134px 65px;
    }

    /* TODO: is this code dead? */

		a.nav,
		a.nav_active {
			text-align: center;
			font-size: 3vw;
			font-weight: 400;
		}
		
		a.button {
			font-size: 3vw;
			font-weight: 400;
		}
		
		ul {
			width: 100%;
			padding: 0;
		}

    a.splash_book {
      font-size: 1.2rem;
    }

    #piano_mover_pic {
      height: 50vh;
    }

		
		#map {
			height: 150px;
		}
		
		h1 {
			font-size: 8vw;
			font-weight: 400;
		}
		
		h2 {
			font-size: 20px;
			font-weight: 200;
		}
		
		h4 {
			font-size: 10px;
		}
		
		a.button {
			font-size: 6vw;
		}
		h6 {
			font-family: 'Oranienbaum', sans-serif;
			font-weight: 700;
			font-size: 22px;
      text-transform: uppercase;
			color: #ffffff;
			padding: 0% 10% 0%;
			margin-top: 0;
		}

		strong {
			font-size: 1.2rem;
		}

		.index_buttons {
			display: flex;
			margin: 5%;
			justify-content: space-between;
			flex-direction: column;
			gap: 10px;
			text-align: center;
			font-size: 1.25rem;
		}

    .index_buttons.splash {
      flex-direction: column;
    }


    .swiper {
      width: 90%;
      height: 80%;
    }

    .mover_swiper {
      width: 100%;
      height: 70vh;
    }
    
    .movers_pic {
      height: 70vh;
    }

    #mover_carousel {
      height: 70vh;
    }

		.diptych {
			flex-direction: column;
		}

		.diptych_element35, .diptych_element65 {
			width: 100%;
		}

		h1.headline {
			font-size: 2rem;
		}

		h2.tagline {
			font-size: 1.3rem;
		}

		p.nyt_small {
			font-size: 1rem;
		}

		.isaac,
		.waylen {
			height: 400px;
			object-fit: cover;
			overflow: hidden;
		}
		
		.logo {
			margin-top: 15%;
		}
		
		.cover {
      display: none;
			width: 80%;
      max-width: 400px;
		}
		
		.book_now {
			margin-top: 1rem;
		}

		.splash_text {
			font-size: 3rem;
		}

		#roof {
			width: 100%;
			height: 100vh;
			object-fit: cover;
			overflow: hidden;
		}

		iframe {
			width: 95%;
			background-color: black;
			aspect-ratio: 16/9;
			border: none;
		}

		iframe.story {
			width: 95%;
			aspect-ratio: 16/9;
		}



		#store_container {
			z-index: 9999 !important;
			display: block;
		}

		#scroll_arrow {
			width: 20%;
			position: absolute;
			top: 90%;
			z-index:100;
			left:0;
			right:0;
			margin-left: auto;
			margin-right: auto;
		}
		
		
		#index_map_google_text {
			padding-top: 10%;
			height: 100vh;
			text-align: center;
			width: 80% !important;
			margin-left: 10% !important;
			background-color: #ffffff;
			opacity: 0.8;
		}
		
		#index_location_text {
            margin: auto;
            width: 85%;
            padding-top: 50px;
            background-clip: content-box;
            background-color: #ffffff;
            opacity: 0.8;
        }
		
		#contact {
			height: 100%;
			margin-top: 5%;
			margin-bottom: 5%;
		}
		
		#index_location_container {
	        text-align: center;
	        width: 100%;
        	height: 800px;
        	max-height: 100%;
        	background-size: 100% 100%;
        	background-image: url(images/roof.jpg);
        	background-repeat: no-repeat;
	        background-size: cover;
	        background-position: center center;
		}
		
		#index_3,
		#index_4 {
			height: 400px;
		}

		#tuning_services {
			width: 90%;
			margin-left: 5%;
		}
		
		.header_content {
			/*padding-top: 10px;*/
      /*height: calc(100vh - 65px);*/
      height: 100vh;
      margin: auto;
		}

		#roof {
			text-align: center;
			width: 100%;
			height: 100vh;
			max-height: 100%;
			background-size: 100% 100%;
			background-image: url(images/roof.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
		}
		
		#community_educators {
			width: 95% !important;
			margin-left: 15px !important;
		}

}

@media only screen and (max-height: 450px) {
  .index_buttons.splash {
    flex-direction: row;
  }
}
