@charset "UTF-8";

html {
    height: 100%;
	width: 100%;	
	margin: 0;
}

body {
	/*background: #FFFFFF;*/
	height: 100%;
	width: 100%;
	margin: 0;
	top: 0;
}


/* Text */

p {	font-size: 18px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	color: #FFFFFF; 
	margin: 25px 0px;
	line-height: 25px;
}

p .big-text {
	font-family: Roboto, Arial, sans-serif;
	font-size: 45px;
	font-weight: 200;
	line-height: 65px;
}
	
a {
	color: #FFFFFF;
}

h3 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 65px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 100;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	margin: 0 30px 0 30px;
	text-align: center;
}

h4 {
	color: #FFF; /*#E96928;*/
	font-family: Roboto, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 65px;
}


/* Images*/

.khanda_decor {
	width: 50px;
	margin: 60px auto 10px auto;	
} 


/* Input elements*/

label {
	display: block;
	font-family: Roboto, Arial, sans-serif;
}

input[type=text] {
	width: 280px;
	height: 31px;
	background: #E9E9E9;
	padding: 5px 10px 5px 10px;
	font-family: Roboto, Arial, sans-serif; 
	font-weight: 300;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	position: relative;
	display: block;
	margin: 5px auto;
}

textarea {
	width: 280px;
	height: 100px;
	background: #E9E9E9;
	padding: 5px 10px 5px 10px;
	font-family: Roboto, Arial, sans-serif; 
	font-weight: 300;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	position: relative;
	resize: vertical; 
	display: block;
	margin: 5px auto;
}

input[type=submit] {
	background: #ccc; 
	border: 0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	height: 31px;
	padding: 5px 10px 5px 10px;
	font-family: Roboto, Arial, sans-serif; 
	font-size: 18px;
	font-weight: 300;
	margin: 5px auto;
}


/* Semantic containers */

header, main, footer {
	display: inline;	
}


/* DIV containers */

.wrapper {
	height: 100%;
	width: 100%;
	min-width: 250mm;
}

.card { 
	min-height: 100%;
	display: block;	
	width: 100%; 
}

.card-small { 
	height: auto;
	width: 100%; 
}

.card-content { 
	position: relative; 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;

}

.v-align-centre {
    vertical-align: middle;
}

.v-align-top {
    vertical-align: top;
}

.h-align-centre {
    text-align:center;
}

.inline-block {
	display: inline-block;	
}

.block {
	display: block;
}

.normal-width {
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.full-width {
	width: 100%;	
	display: block;
}

.semi-wide {
	width: 90%;
	max-width: 1200px;
	min-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Navigation */

#site-global-nav {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.80);	
	/*background-color:#000000;
	background: url("../images/blk_tile_floral.png") repeat;*/
	text-align:center;	
	z-index: 99;
	position: fixed;
    bottom: 0;
    height: 60px;
	width: 100%;	
	display: block;
}

#site-global-nav-links {
	margin: 40px 0 40px 0;
	text-align:center;
}

#site-section-nav-links {
	margin: 20px 0 20px 0;
	text-align:center;	
}

#sub-site-section-nav-links {
	margin: 20px 0 20px 0;
	font-size:40px;
	text-align:center;	
}

#site-global-nav-links a:link, #site-global-nav-links a:visited, #site-section-nav-links a:link, #site-section-nav-links a:visited  {
	color: #FFFFFF;
}

#site-global-nav-links-2 {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	margin: 0 20px 0 20px;
	text-align:center;
	vertical-align: middle;
	line-height: 60px; /* make sure it is same as div height */
	letter-spacing: 3px;
}

#site-section-nav-links-2 {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
/*	text-transform: uppercase; */
	display: inline;
	margin: 0 20px 0 20px;
	text-align:center;
	vertical-align: middle;
	line-height: 40px; /* make sure it is same as div height  */
	letter-spacing: 1px;
}


#site-global-nav-links li, #site-section-nav-links li {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	margin: 0 20px 0 20px;
	vertical-align: text-top;
	letter-spacing: 1px;
}


#site-global-nav-link-khanda-img {
	width: 30px;
	vertical-align: text-bottom;
} 

/* Second nav section */
#site-section-nav {
	
	background-color: #108CB6;
	background-color: rgba(49,48,48,0.80);
	
	/*background-color:#000000;*/
	/*background: url("../images/blu_tile_floral.jpg") repeat;*/
	text-align:center;	
	z-index: 99;
	position: fixed;
    bottom: 40px;
    height: 60px;
	width: 100%;	
	display: block;
}

@media only screen and (max-width: 960px) {

	#site-global-nav-links li, #site-section-nav-links li {
		margin: 0 10px;
	}

	#site-global-nav-links-2, #site-section-nav-links-2 {
		margin: 0 10px;
	}

}


@media only screen and (max-width: 600px) {
	
	
	#site-global-nav-links li, #site-section-nav-links li {
		display: block;	
		margin: 10px 0 10px 0;
	}
	
	#site-global-nav, #site-section-nav {
		height: 230px;

	}
	
	#site-global-nav-links {
		margin: 5px;	
		
	}
	

	#site-section-nav { 
		bottom: 150px;
	}

}

/*
@media only screen and (min-device-width: 300px) and (max-device-width: 580px) {
	body {
		background: #999;
		width: 100%;
	  }
	  

	}
*/
}
