/* INDEX */
/* ======== */

html {
  scroll-behavior: smooth;
}



@media (max-width: 950px) {
  .main-welcome {
    display: block;
    text-align: center;
  }
}

@media (max-width: 850px) {
  .mobile-dropdown {
    display: block;
  }

  img.menu {
    display: block;
  }
 
	.right-header {
		display: none;
	}
}

img.menu {
	display: none;
	position: fixed;
	width: 20px;
	margin-top: -30px;
	right: 7.4%;
	z-index: 201001000;}




.product-description button.enter-my-studio {
  background-color: rgba(229,121,88,.3);
  height: 39px;
  width: 172px;
  color: rgba(239,232,218,.5);
}
    
.product-description button.enter-my-studio:hover {
  background-color: rgba(229,121,88,1);
  color: rgb(239,232,218);
}

.main-welcome button.enter-my-studio {
  background-color: rgba(229,121,88,.3);
  height: 39px;
  width: 172px;
  color: rgba(239,232,218,.5);
}

.main-welcome button.enter-my-studio:hover {
  background-color: rgba(229,121,88,1);
  color: rgb(239,232,218);
}

.main-welcome {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: 22px;
}

    










