body{
/* 
	background:#f4e9e3;
	color:#B28879;
 */
    background-color:white;
    color:#7f7f7f;
	font-size:20px;
	
}

#outerWrapper {
/* 
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	background-color:#F4E9E3;
 */
    background-color:white;
	height:auto;
	position: relative;
/* 
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
 */
	min-height:1000px;
}

#innerWrapper {
	margin:0 auto;
	max-width:1000px;
}

h1.pageHeader {
	font-size:75px;
	text-transform: uppercase;
/* 
	color:#B28879;
 */
    color: #7f7f7f;
	text-shadow: none;
	text-align: left;
	margin:50px 0 40px;
	font-family: 'Cinzel', serif;
	letter-spacing: .05em;
}

h3 {
	font-family: 'Cinzel', sans-serif;
	font-size:27px;
	margin:0 0 20px;
	letter-spacing: .05em;
}

a.arrow {
    background-color: #215396;
     -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
    color: #f4e9e3;
    cursor: pointer;
    font-size: 16px;
    height: 63px;
    padding: 19px 13px;
    position: absolute;
    top: 46%;
    transition: all 300ms ease 0s;
    z-index: 10;
}


a.arrow:hover {
/* 
    background-color: #B28879;
 */
    background-color: #7f7f7f;
}
   
a.arrow .fa{
	
}

.fa:hover {opacity: .8;}


.arrow-left {
	left:40px;
}

.arrow-right {
	right:40px;
}



/* ---------- FORM ----------- */

form table tr {line-height:1.2;}

form table td, 
form table th {
    clear: both;
    display: block;
    padding: 0;
    width: 100%;
}


form label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 100%;
    text-transform: uppercase;
    width: 100%;
}

form input, 
form button, 
form select, 
form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 5px;
    width: 100%;
    color:#215396;
    color:#666;
    border:1px solid #ccc;
    font-size:15px;
    padding:5px;
}

form .submit, 
form #home.button {
	background-color: #215396;
    border: 1px solid #215396;
    color: #f4e9e3;
    cursor: pointer;
    font-size: 21px;
    padding: 10px 0px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    display: block;
    float:left;
    outline:0;
    width:200px;
}

form .submit:hover {
/* 
    background-color: #B28879;
 */
    background-color: white;
    color: #215396;
}

form #home.button {
    background-color: white;
    border: 1px solid #215396;
    color: #215396;
    margin-left: 10px;
}

form #home.button:hover {
    color: white;
    background-color: #215396;
}
   

ul.bullets {
    list-style: outside none none;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

   
ul.bullets li {
	background:url("/images/bullet.png") no-repeat 0 6px transparent;
    margin-bottom: 5px;
    padding-left: 21px;
}

/* ---------- VID PAGE ----------- */

#outerWrapper.vidBG {
	min-height:1000px;
	/*background:url("/images/rajBG.jpg") no-repeat center center #ECE6CE fixed; */
}

.innerVid { display:none; /* border:1px solid #000; border-left:28px solid #000; border-right:28px solid#000; -moz-border-radius: 26px;-webkit-border-radius: 26px;-khtml-border-radius: 26px;border-radius: 26px; */}

/* --- RESPONSIVE FIXES ------*/

@media (max-width: 1200px) {
	#innerWrapper {
		padding:50px;
	}
		
	.fa-chevron-left {
		left:10px;
	}
	
	.fa-chevron-right {
		right:10px;
	}
	h1.pageHeader {
		font-size:90px;
	}
	
	
	
	a.arrow-left {
		left:-5px;
	}
	
	a.arrow-right {
		right:-5px;
	}
}

@media (max-width: 992px) {	
	h1.pageHeader {
		font-size:80px;
	}
	
	a.arrow {opacity:.4;}
	
}

@media (max-width: 770px) {
#outerWrapper {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
}



h1.pageHeader {
	font-size:70px;
}

body {font-size:18px;}

}

@media (max-width: 500px) {
	h1.pageHeader {
		font-size:35px;
	}
	

	#innerWrapper {
		padding:20px;
	}

}

div#outerWrapper.vidBG {
  width: auto;
/* 
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); 
  -webkit-transform: rotate(0.000001deg);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
 */
  overflow: hidden;
  height:100vh;
  min-height:100vh;
}

video#rajaveda-video {
/*    display:none; */
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-device-width: 480px) {
  body {
    background-color: black;
  }

  div#outerWrapper.vidBG {
    margin-left: 10%;
    margin-right: 10%;
  }
}

