@charset "UTF-8";

html {
}

body {
}


/* Header */

#sikhi-card-10 {
	background: url(../images/blk_tile_floral.jpg) repeat;
}

#sikhi-card-10 .card-content {
	width: 90%;
	max-width: 900px;	
}

#logo {
	width: 87px;	
	margin: 60px auto;
}


/* Main content */

#sikhi-card-20 {
	background: url(../images/blu_tile_floral.jpg) repeat;
}

#sikhi-card-20 .card-content {
	width: 90%;
	max-width: 900px;
}

#sikhi-card-30 {
	background: url(../images/blk_tile_floral.jpg) repeat;
}

#sikhi-card-30 .card-content {
	width: 90%;
	max-width: 900px;
}

#sikhi-card-40 {
	background: url(../images/blu_tile_floral.jpg) repeat;
}

#sikhi-card-40 .card-content {
	width: 90%;
	max-width: 900px;
}

#sikhi-card-50 {
	background: url(../images/blk_tile_floral.jpg) repeat;
}

#sikhi-card-50 .card-content {
	width: 90%;
	max-width: 900px;
}

#sikhi-card-60 {
	background: url(../images/blu_tile_floral.jpg) repeat;
}

#sikhi-card-60 .card-content {
	width: 90%;
	max-width: 900px;
}

#subtitlewhite {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*height: 10px;
	background:url(../images/subtitle.png) no-repeat;
	background-size: auto 10px;
	width: 320px;	
	text-indent: -9999px;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#subtitleorange {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #FF8B00;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*height: 10px;
	background:url(../images/subtitle.png) no-repeat;
	background-size: auto 10px;
	width: 320px;	
	text-indent: -9999px;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#sectiontextorange {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #FF8B00;
	letter-spacing: 0px;
	/*height: 10px;
	background:url(../images/subtitle.png) no-repeat;
	background-size: auto 10px;
	width: 320px;	
	text-indent: -9999px;*/
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
#sectiontextwhite {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0px;
	/*height: 10px;
	background:url(../images/subtitle.png) no-repeat;
	background-size: auto 10px;
	width: 320px;	
	text-indent: -9999px;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

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

 /*PUT CODE FOR TABLETS HERE*/
 	
}



@media only screen and (max-width: 400px) {
	
/*PUT CODE FOR PHONES HERE */

}
