/*

1. Main Tags
2. Class and Ids
3. Responsive


*/



/* 1. Main Tags */

@import url('https://fonts.googleapis.com/css?family=PT+Sans');


body {

font-size:15px;


}

i
{
    float:left;
	padding: 7px 10px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
}


a {
	
color:#9297a3;
	
}


/* 2. Class and Ids */


.mainLogo {
	
	
		width:80px;
		padding-top:20px;
		padding-bottom:20px;
	
}

.socialIcons {
	
	
		margin-top:20px;
		display:block;
	
	
	}


.container {
	

	
	}

/* reset bootstrap class */
.jumbotron .h1, .jumbotron h1 {
	
	font-size:8em;
	font-family:PT Sans, Arial;
	color:#333743;
	text-decoration:underline;
	
}
	
.titleDesc {

    
	width:450px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	font-family:Arial;
	color:#9297a3;

}	
	

/* reset bootstrap class */
.jumbotron {
	
	
		background-color:#fff;
		margin-bottom:80px;
	
	
}


.subLogo {
	
	
	float:left;
	

	
}


div > h3 {
	
	
font-family:PT Sans, Arial;
font-size:2em;
	
	}


.subDesc1 {

	color:#F28C64;
	font-family:MullerThinDEMO,Arial;
	font-size:1em;


}

.subDesc2 {

	
	font-family:Arial;
	
	
	font-size:0.933em;float:left;margin-top:25px;color: #b8b8b8; height:120px;
	/* #58595b */

}


.subDesc3 {

font-size:0.800em;color:#a7a9ac;float:left;margin-top:25px;color:#a7a9ac;	font-family:MullerThinDEMO,Arial;

}

.subLogoContainer {
	
	

  
    height: 40px;
    width: 100%;
	
	
	}
	

	
.separator {
   
   width: 30px;
    border-bottom: 3px solid #b8b8b8;
    margin: 30px auto;
	
}	

.podlogo_info {
	
	text-align: right;font-size:1.067em;margin-top:10px;
}

.podlogo_info1 {
	
	font-size:1.067em;color:#b8b8b8;line-height: 20px;margin-top:20px;
}

.podlogo_info2 {
	
	font-size:0.933em; margin-top:10px; color:#a7a9ac;line-height: 18px;font-family:Arial;
	
}
	
	
.text-center {

	margin-top:0;padding-top:0;

}	
	
/* 3. Responsive */


	
@media screen and (max-width: 1024px) {
	

	   
	 .titleDesc {


		width:50%;
	

	}
	
	
	.subDesc2 {

	
	height:220px;

	}	
	
}	


@media screen and (max-width: 860px) {
	
	 body  {
		 
	 font-size:13px;
	 
	 }
	 
	 
	


		
	
}


@media screen and (max-width: 768px) {
	
	
	 
	 
	.subDesc2 {

	
		height:80px;
	

	}
	
	.subDesc3 {
		
		margin-top:0;
		margin-bottom:10px;
	
	}
	
	.sublogo_move {
		
		float:left;
		margin-top:20px;
		
		
	}


		
	
}

 	 
	


@media screen and (max-width: 640px) {
	
		 body  {
			 
		 font-size:12px;
		 
		 }
	
	
}

@media screen and (max-width: 480px) {
	
		   .subDesc2 {

	
		height:100px;
	

	}
	
	
	
}



@media screen and (max-width: 320px) {
	
		   .subDesc2 {

	
		height:120px;
	

	}
	
	
	
}




	
	