/* CSS Document */
body#faqs #col3 a {
	color: #92bbd6;
}
/*for the title section*/
section#box11 {
	background-color:#28313d;
}
.name {
	color:#fff;
	font-size:22px;
	letter-spacing:2px;
	padding:6px 0;
}
/*for the main content*/
#control2 {
	max-width:1000px;
}
.questions11 {
	font-size:20px;
	font-weight:bold;
	color:#7e7e7e;
	word-spacing:1px;
	line-height:2em;
	margin-top:60px;
}
.answer {
	font-size:18px;
	font-weight:lighter;
	color:#7e7e7e;
	word-spacing:2px;
	line-height:2em;
}
/*for the links*/
.row img{
	float:left;
}
.link11 {
	float:left;
	margin-left:40px;
}
.row {
	margin-bottom:40px;
}
p.link_name {
	font-size:20px;
	font-weight:bold;
	color:#7e7e7e;
	letter-spacing:.1em;
	line-height:2em;
	margin:0 auto;
}
p.link_url {
	margin:0 auto;
}
p.link_url a {
	font-size:18px;
	font-weight:lighter;
	color:#7e7e7e;
	letter-spacing:.1em;
	line-height:2em;
	font-style:italic;
}
p.link_url a:hover {
	color:#92bbd6;
}
#control5 {
	margin-top:60px;
	margin-bottom:80px;
}
@media screen and (max-width:970px) {
	#control2 a {
		font-size:18px;
	}
}
@media screen and (max-width:820px) {
	/*for ipad version*/
.name {
	font-size:20px;
}
.questions11, p.link_name {
	font-size:18px;
}
.answer, #control2 a  {
	font-size:16px;
	
}
}
@media screen and (max-width:620px) {
	/*adjust control5 to singlal row*/
.row img, .link11 {
	float:none;
	margin:0 auto;
}
.row img {
	margin-bottom:20px;
}

}
@media screen and (max-width:500px) {
/*mobile version*/
.name {
	font-size:18px;
}
.questions11, p.link_name {
	font-size:16px;
}
.answer, #control2 a  {
	font-size:14px;
	
}
}