@charset "UTF-8";
/*CSS Document*/

@media (max-width: 1025px){
	/**************************************************************************/
	/*------------------------------   Global   ------------------------------*/							
	/**************************************************************************/

	.content {
		width: 100%;
		height: auto;
		padding: 30px;
	}
	
	.content object {
		display: none!important;
	}
	
	h1 {
		font-size: 28px;
	}
	
	hr {
		margin: 20px auto 30px auto;
	}
	
	p {
		text-align: justify;
	}
	
	#home, #home_container, #about, #services, footer {
		height: auto;
	}
	
	/**************************************************************************/
	/*-------------------------------   Home   -------------------------------*/							
	/**************************************************************************/
	
	#home_container {
		position: static;
	}
	
	#home_container object {
		display: inline-block!important;
		height: 45px;
		width: 98px;
		padding: 0;
	}
	
	#home_container .content {
		top: 0;
		margin: 0;
	}
	
	.intro_title {
		background: none;
		display: inline-block;
		font-size: 25px;
	}
	
	.catchphrase {
		font-size: 16px;
		line-height: 30px;
		margin: 15px 0 30px 0;
	}
	
	.contactinfo {
		margin: 20px 0 0 0;
	}
	
	.scroll_down {
		display: none;
	}
	
	/**************************************************************************/
	/*-------------------------------   About   ------------------------------*/							
	/**************************************************************************/
	
	#about ul {
		margin: 30px 0 0 0;
	}
	
	#about ul li {
		margin: 0!important;
		width: 33%;
	}
	
	#about ul li img {
		max-width: 300px;
		width: 100%;
	}
	/**************************************************************************/
	/*----------------------------   Projects --------------------------------*/							
	/**************************************************************************/
	#projects .project {
		width: 100%;
		float: none;
		padding: 0;
		height: auto;
		text-align: justify;
	}
	
	#projects .project p {
		line-height: 26px;
	}
	
	.project object,
    .project img {
		display: none;
	}
	/**************************************************************************/
	/*-----------------------------   Services   -----------------------------*/							
	/**************************************************************************/
	
	#services .service {
		width: 100%;
		float: none;
		padding: 0;
		height: auto;
		text-align: justify;
	}
	
	#services .service p {
		line-height: 26px;
	}
	
	.service object {
		display: none;
	}
	/**************************************************************************/
	/*------------------------------   Staff   -------------------------------*/							
	/**************************************************************************/
	.nametag{
		font-size: 11px;
		text-align: center;
	}
	.nametagb{
		font-size:12px;
		text-align: center;
        font-weight: bold;
	}

	/**************************************************************************/
	/*------------------------------   Footer   ------------------------------*/							
	/**************************************************************************/
	
	footer .contactinfo {
		margin: 20px 0 0 0;
	}
}

@media (max-width: 650px){
	#about ul li {
		margin: 0!important;
		width: 50%;
	}
	
	#about ul li:nth-child(1) {
		padding: 0 5px 0 0;
	}
	
	#about ul li:nth-child(2) {
		padding: 0 0 0 5px;
	}
	
	#about ul li:nth-child(3) {
		display: none;
	}
	
	#about ul li img {
		max-width: 300px;
	}
	.nametag{
		font-size: 10px;
		text-align: center;
	}
}

@media (max-width: 650px) and (orientation: portrait){
	#about ul li {
		margin: 0!important;
		width: 100%;
		float: none;
		padding: 0!important;
	}
}