@font-face {
	font-family: 'tex_gyre_adventorbold';
	src: url('http://www.visthar.com/fonts/texgyreadventor-bold-webfont.eot');
	src: url('http://www.visthar.com/fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://www.visthar.com/fonts/texgyreadventor-bold-webfont.woff') format('woff'),
		 url('http://www.visthar.com/fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
		 url('http://www.visthar.com/fonts/texgyreadventor-bold-webfont.svg#tex_gyre_adventorbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
			
@font-face {
	font-family: 'tex_gyre_adventorbold_italic';
	src: url('http://www.visthar.com/fonts/texgyreadventor-bolditalic-webfont.eot');
	src: url('http://www.visthar.com/fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://www.visthar.com/fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
		 url('http://www.visthar.com/fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
		 url('http://www.visthar.com/fonts/texgyreadventor-bolditalic-webfont.svg#tex_gyre_adventorbold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
			
@font-face {
	font-family: 'tex_gyre_adventoritalic';
	src: url('http://www.visthar.com/fonts/texgyreadventor-italic-webfont.eot');
	src: url('http://www.visthar.com/fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://www.visthar.com/fonts/texgyreadventor-italic-webfont.woff') format('woff'),
		 url('http://www.visthar.com/fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
		 url('http://www.visthar.com/fonts/texgyreadventor-italic-webfont.svg#tex_gyre_adventoritalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
			
@font-face {
	font-family: 'tex_gyre_adventorregular';
	src: url('http://www.visthar.com/fonts/texgyreadventor-regular-webfont.eot');
	src: url('http://www.visthar.com/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://www.visthar.com/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
		 url('http://www.visthar.com/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
		 url('http://www.visthar.com/fonts/texgyreadventor-regular-webfont.svg#tex_gyre_adventorregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {font-family: 'tex_gyre_adventorregular';}

b {font-weight: normal; font-style: normal;  font-family: 'tex_gyre_adventorbold';}
strong {font-weight: normal; font-style: normal;  font-family: 'tex_gyre_adventorbold_italic';}
i {font-weight: normal; font-style: normal; font-family: 'tex_gyre_adventoritalic';}
em{font-weight: normal; font-style: normal; font-family: 'tex_gyre_adventoritalic';}

a:link,
a:visited,
a:hover,
a:active,
a:focus {}

.animated {
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

.button,
.button:link,
.button:visited,
.button:hover,
.button:active,
.button:focus {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-decoration:  none;
	-webkit-box-shadow: inset 0px 0px 300px 200px rgba(39,76,102,1);
	-moz-box-shadow: inset 0px 0px 300px 200px rgba(39,76,102,1);
	box-shadow: inset 0px 0px 0px 300px rgba(39,76,102,1);
	background-color: rgba(39,76,102,1);
	border: 1px solid rgba(255,255,255,1);
	/* shadow and BG color match */
	color: rgba(255,255,255,1);
	font-size: 1.0em;
	display: block;
	xheight: 2em;
	text-align: center;
	max-width: 18em;
	margin: 1.5em auto 0em auto;
	padding: 1em 1em 1.25em 1em;
}
			
.button:hover,
.button:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(39,76,102,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(39,76,102,1);
	box-shadow: inset 0px 0px 0px 1px rgba(39,76,102,1);
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(39,76,102,1);
	/* shadow remains same, and now matches border */
	color: rgba(39,76,102,1);
}

#section5 .button:link,
#section5 .button:visited,
#section5 .button:hover,
#section5 .button:active,
#section5 .button:focus {
	-webkit-box-shadow: inset 0px 0px 300px 200px rgba(39,76,102,1);
	-moz-box-shadow: inset 0px 0px 300px 200px rgba(39,76,102,1);
	box-shadow: inset 0px 0px 0px 300px rgba(39,76,102,1);
	background-color: rgba(39,76,102,1);
	border: 1px solid rgba(39,76,102,1);
	/* shadow and BG color match */
	color: rgba(255,255,255,1);
}
			
#section5 .button:hover,
#section5 .button:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(39,76,102,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(39,76,102,1);
	box-shadow: inset 0px 0px 0px 1px rgba(39,76,102,1);
	background-color: rgba(198,198,198,1);
	border: 1px solid rgba(39,76,102,1);
	/* shadow remains same, and now matches border */
	color: rgba(39,76,102,1);
}


@media screen and (min-width: 45em) {
	.container {max-width: 70%; margin: 0 auto;}
	body {height: 100%; font-size: 100%;}
	#section1 p {max-width: 20em;}
	#section2 .container {max-width: 100%;}
	#section2 > * {max-width: 70%; margin: 0 auto;}
	#section2 .subcontainer {max-width: 100%;}
	#section2 b {padding: 17em 0 1em 0;}
	#section2 .subcontainer span {max-width: 30em; display: block; margin: 2.5em auto 0 auto;}
	/*
	#section2 {background-image: url('http://www.visthar.com/map-large.svg'); background-size: contain; background-position: center;}
	#section2 b {background-image: none; width: auto; padding: 0 0 0 0; }
	*/
	#section4 .container {margin: 0 auto;}
	#section4 p {max-width: 45em;}
	
	#section5 ul {margin: 0 auto; max-width: 35em;}
	#section5 li {display: inline-block;}
	#section5 li:last-child {float: right;}
	
	footer h2 {text-align: center;}
	footer .container {width: 100%; max-width: 90%; display: block; margin: 0 auto;}
	footer .subcontainer {display: inline-block; width: 45%;}
	footer .subcontainer:last-child {float: right;}
	nav {max-width: 90%;}
}

@media screen and (min-width: 62.500em) {
	.section {padding: 6% 0 10% 0;}
	#section1 {height: 100%; padding: 0; background-color: #1A1F2E; color: #fff; background-image: url('http://www.visthar.com/images/visthar-banner.jpg'); background-size: cover;}
	#section1 .container {
		height: 100%;
		width: 35%;
		position: relative;
		margin: 0 auto 0 0;
		background-color: #274C66; 
		background-image: url('http://www.visthar.com/images/maze-pattern.svg');
		background-repeat: repeat;
		padding: 2em;
	}
	#section1 figure {margin: 10% auto 2.5em auto;}
	#js-hook {margin: 0; position: fixed; z-index: 1; }
	
	#section2 b {padding: 26em 0 2em 0;}
	
	footer .container {width: 100%; max-width: 70%;}
}

@media screen and (min-width: 80.00em) {
	#section3 {padding: 0; background-image: url('http://www.visthar.com/images/pradeep_nedungadi2.jpg'); background-size: contain; background-position: center right;}
	#section3 .container {padding: 6% 8% 10% 8%; background-color: #2F4E66; max-width: 65%; margin: 0 auto 0 0;}
	#section3 .container > * {margin-left: 0; margin-right: 0;}
	#section3 figure {display: none;}
	#section3 h3 {text-align: left;}
	#section3 p {max-width: 40em;}
	#section3 .faux-title {text-align: left;}
	footer .container {width: 49%; max-width: 49%; display: inline-block; margin: 0;}
	footer .container:last-child {float: right;}
	footer .subcontainer {display: inline-block; width: 49%; vertical-align: top;}
	footer .subcontainer:last-child {float: none;}
}

@media screen and (max-height: 42.188em) {
	#section1 { height: auto;}
	#section1 .container {padding: 2em 2em 4em 2em;}
}