
:root{
	--logoWidth: 180%;
	--border:  0;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


html{
	scroll-behavior: smooth;
}

body{
  font-family: 'Quicksand-Light', sans-serif;
	color: #323333;
	height: 100vh;
	width: 100%;
	font-weight: 600;
	min-height: 200px;
	background: rgba(255,245,135,1);
	overflow:hidden;

	background: -moz-linear-gradient(315deg, rgba(247,188,37,1) 0%, rgba(247,148,29,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(247,188,37,1)), color-stop(100%, rgba(247,148,29,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(315deg, rgba(247,188,37,1) 0%, rgba(247,148,29,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(315deg, rgba(247,188,37,1) 0%, rgba(247,148,29,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(315deg, rgba(247,188,37,1) 0%, rgba(247,148,29,1) 100%); /* ie10+ */
	background: linear-gradient(135deg, rgba(247,188,37,1) 0%, rgba(247,148,29,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7BC25', endColorstr='#F7941D',GradientType=0 ); /* ie6-9 */
}
/*-------------------------
-----PAGES ---------------
--------------------------*/
#spash-page{
	overflow: hidden;
}
#massage{
	display: none;
}
#art{
	display: none;
}
#kids{
	display: none;
}
/*-----------------------
--- HELPER CLASS---------
------------------------*/

.verticle-line{
	display:  inline-block;
	font-size: 40px;
	font-weight: 400;
}
.text-center{
	text-align: center;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.static{
	position: static;
}
.temp-border{
	border: 2px solid red;
}
.hidden{
	visibility: hidden;
}

/*-----------------------
--- SHOW/HIDE CLASSES----
------------------------*/
.show{
	display: block;
}
.hide{
	display: none;
}


/*-----------------------
--- SPLASH SCREEN--------
------------------------*/
.full-width{
	max-width: 1410px;
	min-width: 769px;
	height: 100vh;
	position: relative;
	display: flex;
  	align-items: center;
	top: 0; left: 0; right:0; bottom:0;
  	align-items: center;
  	justify-content: center;
}
.inline-wrapper{
	visibility: visible;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
.splash-giantfont{
	font-size: 200px;
	font-family: Quicksand-Light;
}
.placeholder{
	margin: 0;
	padding: 0;
	display: inline-block;
	visibility: visible;
	width: 300px;
	height: 280px;
}
#A-placeholder{
	width: 200px;
	height: 291px;
}
#K-placeholder{
	width: 190px;
	height: 292px;
}
/*-----LOGO------*/
#M{

	border: var(--border);
	display: inline-block;
	top:0; left:0; right:0; bottom:0;
}
	#ary{
		position: static;
		display: none;
		vertical-align: bottom;
		max-height: 140px;
		padding-bottom: 20px;
	}
#A{
	border: var(--border);
	display: inline-block;
	word-spacing: -1;
	top:0; left:0; right:0; bottom:0;
}
	#nn{
		position: static;
		display: none;
		vertical-align: bottom;
		max-height: 110px;
		margin-bottom: 35px;
		padding-bottom: 20px;
	}
#K{
	border: var(--border);
	white-space: nowrap;
	display: inline-block;
	font-size: 0px;
  	letter-spacing: 0px;
  	word-spacing: 0px;
	top:0; left:0; right:0; bottom:0;
}
	#uchera{
		position: static;
		display: none;
		vertical-align: bottom;
		max-height: 120px;
		padding-bottom: 30px;
	}

				/*-----M------*/
				#M-1{
					top:60px; left:16px; right:0; bottom:0;
				}
				#M-2{
					top:0px; left:70px; right:0; bottom:0;
				}
				#M-3{
					top: -6px; left:154px; right:0; bottom:0;
				}
				#M-4{
					top:0px; left:210px; right:0; bottom:0;
				}
				#M-5{
					top: 85px; left:225px; right:0; bottom:0;
				}
				/*-----A------*/
				#A-1{
					top:0px; left:0px; right:0; bottom:0;
				}
				#A-2{
					top: 135px; left:30px; right:0; bottom:0;
				}
				#A-3{
					top:0px; left:70px; right:0; bottom:0;
				}
				#A-4{
					top: 35px; left:125px; right:0; bottom:0;
				}
				/*-----K------*/
				#K-1{
					top:30px; left:0px; right:0; bottom:0;
				}
				#K-2{
					top:5px; left:65px; right:0; bottom:0;
				}
				#K-3{
					top:160px; left:55px; right:0; bottom:0;
				}
/*-----navbar------*/
#mak-navbar{
	visibility: hidden;
	padding: 0;
	position: relative;
	top:0;right:0;left:0;bottom:0;
}
.verticle-line{
	opacity: 0.5;
	margin: 25px 45px 0 45px; /*- TOP, RIGHT, BOTTOM, LEFT*/
	height:50px;
}
.nav-link{
	line-height: 1.2;
	padding: 0;
	font-family: Chasing-Embers;
	font-size: 100px;
}
#nav-content{
	font-weight: 500;
	position: relative;
	top:0;right:0;left:0;bottom:0;
}
/*-----about sections------*/
.hover-poppup{
	display: block;
	position: absolute;
	top: 110vh;left: 0;right: 0;bottom: 0;
	height: 400px;
	padding: 0 45px 0 45px;
	margin: 0;
	text-align: center;
	transition: all 1s;

	-webkit-box-shadow: 0px 6px 41px -2px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 6px 41px -2px rgba(0,0,0,0.39);
	box-shadow: 0px 6px 41px -2px rgba(0,0,0,0.39);
}
#massage-about{
	background-color: #956FB0;
}
#art-about{
	background-color: #5EC7CD;
}
#kids-about{
	background-color: #8DC63F;
}

.about-photo{
	max-height: 300px;
}
.bio-column{
	padding-top: 25px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.see-more-button{
	padding-top: 40px;
	max-height: 160px;
	cursor: pointer;
	animation: blink 2s;
    animation-iteration-count: infinite;
}


@font-face {
    font-family: Quicksand-Light;
    src: url(fonts/Quicksand-Light.ttf);
}
@font-face {
    font-family: Chasing-Embers;
    src: url(fonts/Chasing-Embers.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(fonts/Poppins-Medium.ttf);
}


/* ---------------------------------------------- /*
* Main Bootstrap Override
/* ---------------------------------------------- */
.btn-link{
  color: #323333;
  font-family: Poppins-Bold;
  font-family: 'Poppins', sans-serif;
}
.btn-link:hover {
    color: white;
    text-decoration: none;
}
.btn-link.focus, .btn-link:focus, .btn-link:active {
    text-decoration: none;
}