.holding{
	
	position:fixed;
	top:70vh;
	width:100vw;
}
.holding_text{
	text-align:center;
	font-size:18px;
}

.header .top_white{
	position:fixed;
	background:#fff;
	width:100vw;
	height:5vw;
	top:0vw;
	-webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;transition: .8s ease-in-out;
}
.header .top_block{
	position:fixed;
	background:#9367A9;
	width:100vw;
	height:5vw;
	top:0vw;
	-webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;transition: .8s ease-in-out;
}

.header.smaller .top_block{
	background:#9367A9;
	width:100vw;
	height:4vw;
	
}

/*side logo in menu*/

.header .mvh_side_logo{
	position:fixed;
	width:17vw;
	height:auto;
	top:0.25vw;
	
	left:-25vw;
	-webkit-transition: 1s ease-in-out;-moz-transition: 1s ease-in-out;-o-transition: 1s ease-in-out;transition: 1s ease-in-out;
}

.header.smaller .mvh_side_logo{

	left:3vw;
}

.split{
	position:fixed;
	top:0;
	left:0;
	width:50vw;
	height:100vh;
	background:#999;
}

.header .phone{
	position:fixed;
	top:1vw;
	left:4vw;
	-webkit-transition: 1s ease-in-out;-moz-transition:1s ease-in-out;-o-transition: 1s ease-in-out;transition: 1s ease-in-out;
}
.header.smaller .phone{
	top: 0.5vw;
	left:46vw;
}

.header .top_email{
	position:fixed;
	top:2.6vw;
	left:4vw;
	-webkit-transition: 1s ease-in-out;-moz-transition: 1s ease-in-out;-o-transition: 1s ease-in-out;transition: 1s ease-in-out;
}

.header.smaller .top_email{
	top:2.1vw;
		left:43.5vw;
}

.header.smaller .phone, .header.smaller .top_email{
	
}

.header .phone, .top_email{
	text-align:left;
	font-size:1.0vw;
	font-weight:400;
	color:#fff;
	-webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;transition: .4s ease-in-out;
}
/*.header.smaller .phone, .header.smaller .top_email{
	color:#fff;
}*/
.header .menu_hr, .header .menu_od,  .header .menu_about, .header .menu_contact{
	position:fixed;
	top:2.8vw;
	-webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;transition: .4s ease-in-out;
}

.header.smaller .menu_hr, .header.smaller .menu_od,  .header.smaller .menu_about, .header.smaller .menu_contact{
	top:2.6vw;
}
.header .menu_hr{right:23.25vw;}

.header .menu_od{right:15.25vw;}

.header .menu_about{right:10vw;}

.header .menu_contact{right:4vw;}

.header .menu_about a, .header .menu_contact a,  .header .menu_hr a, .header .menu_od a{
	text-align:left;
	font-size:1.0vw;
	font-weight:400;
	color:#fff;
	text-decoration:none;
-webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;transition: .4s ease-in-out;
}/*
.header.smaller .menu_about a, .header.smaller .menu_contact a, .header.smaller .menu_hr a, .header.smaller .menu_od a{
	color:#9367A9;
}*/
 .menu_about a:hover, .menu_contact a:hover,  .menu_hr a:hover, .menu_od a:hover{
	text-align:left;
	font-size:1.0vw;
	font-weight:400;
	color:#000;
	
	
}


/* ------------------------------------------------------------------------------------------------------------------------ */

/* home page logo */

.header .mvh_logo{
	position:fixed;
	width:60%;
	height:auto;
	top:30%;
	left:20%;
	-webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;transition: .8s ease-in-out;
}

.header.smaller .mvh_logo{
	
}

/* home page blurb */

.header .blurb_box{
	position:fixed;
	width:26vw;
	height:auto;
	top:24vw;
	left:12.2vw;

	-webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;transition: .8s ease-in-out;
}

.header.smaller .blurb_box{
	position:fixed;
	width:26vw;
	height:auto;
	left:-40vw;
	top:0vw;
}

.blurb_box p{
	text-align:left;
	font-size:1.0vw;
	font-weight:300;
	color:#6b4f99;
}


.about{
	background:#e3daef;
}

.about p{
	text-align:left;
	font-size:1.0vw;
	font-weight:300;
	color:#6b4f99;
}